Skip to content

Commit 2c4c0e4

Browse files
authored
Merge pull request #37 from puppetlabs/yumfix
fixing yumrepo gpg url
2 parents 793916f + be3727d commit 2c4c0e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manifests/repos.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
yumrepo { 'docker':
6262
descr => 'Docker',
6363
baseurl => $baseurl,
64-
gpgkey => 'https://yum.dockerproject.org/gpg',
64+
gpgkey => $gpgkey,
6565
gpgcheck => true,
6666
}
6767
Yumrepo['docker'] -> Package['docker']

0 commit comments

Comments
 (0)