DOKK / manpages / debian 10 / cdist / cdist-type__apt_key.7.en
CDIST-TYPE__APT_KEY(7) cdist CDIST-TYPE__APT_KEY(7)

cdist-type__apt_key - Manage the list of keys used by apt

Manages the list of keys used by apt to authenticate packages.

None.

'present' or 'absent'. Defaults to 'present'
the id of the key to add. Defaults to __object_id
the keyserver from which to fetch the key. If omitted the default set in ./parameter/default/keyserver is used.

# Add Ubuntu Archive Automatic Signing Key
__apt_key 437D05B5
# Same thing
__apt_key 437D05B5 --state present
# Get rid of it
__apt_key 437D05B5 --state absent
# same thing with human readable name and explicit keyid
__apt_key UbuntuArchiveKey --keyid 437D05B5
# same thing with other keyserver
__apt_key UbuntuArchiveKey --keyid 437D05B5 --keyserver keyserver.ubuntu.com


Steven Armstrong <steven-cdist--@--armstrong.cc>

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.

February 16, 2019 4.10.6