dev/provisioning/modules/yum/tests/gpgkey.pp
author ymh <ymh.work@gmail.com>
Tue, 13 Dec 2016 23:30:54 +0100
changeset 473 1b8b29c0e95c
parent 28 b0b56e0f8c7f
permissions -rw-r--r--
Added tag 0.0.13 for changeset 8b1e24e0ef70

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