dev/provisioning/modules/yum/tests/gpgkey.pp
author ymh <ymh.work@gmail.com>
Mon, 31 Oct 2016 14:24:23 +0100
changeset 386 c731ab9b934d
parent 28 b0b56e0f8c7f
permissions -rw-r--r--
implement first version of sparql client interface

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