1CDIST-TYPE__APT_KEY_URI(7) cdist CDIST-TYPE__APT_KEY_URI(7)
2
3
4
6 cdist-type__apt_key_uri - Add apt key from uri
7
9 Download a key from an uri and add it to the apt keyring.
10
12 uri the uri from which to download the key
13
15 state 'present' or 'absent', defaults to 'present'
16
17 name a name for this key, used when testing if it is already in‐
18 stalled. Defaults to __object_id
19
21 __apt_key_uri rabbitmq \
22 --name 'RabbitMQ Release Signing Key <info@rabbitmq.com>' \
23 --uri http://www.rabbitmq.com/rabbitmq-signing-key-public.asc \
24 --state present
25
27 Steven Armstrong <steven-cdist--@--armstrong.cc>
28
30 Copyright (C) 2011-2014 Steven Armstrong. You can redistribute it
31 and/or modify it under the terms of the GNU General Public License as
32 published by the Free Software Foundation, either version 3 of the Li‐
33 cense, or (at your option) any later version.
34
36 ungleich GmbH 2021
37
38
39
40
417.0.0 Jul 31, 2022 CDIST-TYPE__APT_KEY_URI(7)