cdist-type__apt_key_uri - Man Page
Add apt key from uri
Description
Download a key from an uri and add it to the apt keyring.
Required Parameters
- uri
the uri from which to download the key
Optional Parameters
- state
'present' or 'absent', defaults to 'present'
- name
a name for this key, used when testing if it is already installed. Defaults to __object_id
Examples
__apt_key_uri rabbitmq \ --name 'RabbitMQ Release Signing Key <info@rabbitmq.com>' \ --uri http://www.rabbitmq.com/rabbitmq-signing-key-public.asc \ --state present
Authors
Steven Armstrong <steven-cdist--@--armstrong.cc>
Copying
Copyright (C) 2011-2014 Steven Armstrong. You can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
Copyright
ungleich GmbH 2021
Info
Jul 31, 2022 7.0.0 cdist