--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/dev/provisioning/modules/yum/tests/gpgkey.pp Fri Jan 15 15:35:00 2016 +0100
@@ -0,0 +1,4 @@
+yum::gpgkey { '/etc/pki/rpm-gpg/RPM-GPG-KEY-puppet-smoketest1':
+ ensure => absent,
+ content => '-----BEGIN PGP PUBLIC KEY BLOCK-----...',
+}