16.4. cdist-type__apt_key_uri(7)¶
16.4.1. NAME¶
cdist-type__apt_key_uri - Add apt key from uri
16.4.2. DESCRIPTION¶
Download a key from an uri and add it to the apt keyring.
16.4.3. REQUIRED PARAMETERS¶
- uri
- the uri from which to download the key
16.4.4. 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
16.4.5. 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
16.4.6. AUTHORS¶
Steven Armstrong <steven-cdist--@--armstrong.cc>
16.4.7. 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.