example42 / puppet-yum

Puppet module for Yum
Other
43 stars 116 forks source link

EPEL for Centos 7 GPG key missing #103

Closed goetzk closed 9 years ago

goetzk commented 9 years ago

EPEL key for Centos 7 is missing from the puppet-yum module.

Error: /Stage[main]/Yum::Repo::Epel/Yum::Managed_yumrepo[epel]/File[/etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-7]: Could not evaluate: Could not retrieve information from environment production source(s) puppet:///modules/yum/rpm-gpg/RPM-GPG-KEY-EPEL-7

After I added the key from epel-release to my copy of puppet-yum and it started to work as expected.

alvagante commented 9 years ago

You are probably using an old version of the module (did you download it from the forge?) The file is there: https://github.com/example42/puppet-yum/blob/master/files/rpm-gpg/RPM-GPG-KEY-EPEL-7

alvagante commented 9 years ago

FYI, just uploaded on the forge the latest version on this module, there there's the missing file

goetzk commented 9 years ago

Thanks for looking in to this.