dev/provisioning/modules/yum/tests/gpgkey.pp
author Chloe Laisne <chloe.laisne@gmail.com>
Thu, 22 Sep 2016 23:09:09 +0200
changeset 283 beebc85e0c6b
parent 28 b0b56e0f8c7f
permissions -rw-r--r--
Change query parameters : areas to area + details = 1

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