Skip to content

Commit

Permalink
Fix gpg key filename for elrepo
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffsheltren committed Apr 7, 2015
1 parent a1cf07f commit 1c591a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/elrepo.pp
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
exclude => $elrepo_main_exclude,
gpgcheck => $elrepo_main_gpgcheck,
gpgkey => 'file:///etc/pki/rpm-gpg/RPM-GPG-KEY-elrepo.org',
require => File['/etc/pki/rpm-gpg/RPM-GPG-KEY-elrepo'],
require => File['/etc/pki/rpm-gpg/RPM-GPG-KEY-elrepo.org'],
}

yumrepo { 'elrepo-testing':
Expand Down

0 comments on commit 1c591a3

Please sign in to comment.