dev/provisioning/modules/yum/tests/gpgkey.pp
author Chloe Laisne <chloe.laisne@gmail.com>
Mon, 20 Jun 2016 17:04:59 +0200
changeset 195 9d083636bd99
parent 28 b0b56e0f8c7f
permissions -rw-r--r--
Layout and style of the /chronologie endpoint

yum::gpgkey { '/etc/pki/rpm-gpg/RPM-GPG-KEY-puppet-smoketest1':
  ensure  => absent,
  content => '-----BEGIN PGP PUBLIC KEY BLOCK-----...',
}