File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 8
8
Apt::Source {
9
9
location => ' http://apt.puppetlabs.com' ,
10
10
key => {
11
- ' id' => ' 47B320EB4C7C375AA9DAE1A01054B7A24BD6EC30 ' ,
11
+ ' id' => ' 6F6B15509CF8E59E6E469F327F438280EF8D349F ' ,
12
12
' server' => ' pgp.mit.edu' ,
13
13
},
14
14
}
27
27
descr => ' Puppet Labs Dependencies $releasever - $basearch ' ,
28
28
enabled => ' 1' ,
29
29
gpgcheck => ' 1' ,
30
- gpgkey => ' http ://yum.puppetlabs.com/RPM-GPG-KEY-puppetlabs ' ,
30
+ gpgkey => ' https ://yum.puppetlabs.com/RPM-GPG-KEY-puppet ' ,
31
31
}
32
32
33
33
yumrepo { 'puppetlabs' :
34
34
baseurl => " http://yum.puppetlabs.com/${ostype} /${prefix} \$ releasever/products/\$ basearch" ,
35
35
descr => ' Puppet Labs Products $releasever - $basearch' ,
36
36
enabled => ' 1' ,
37
37
gpgcheck => ' 1' ,
38
- gpgkey => ' http ://yum.puppetlabs.com/RPM-GPG-KEY-puppetlabs ' ,
38
+ gpgkey => ' https ://yum.puppetlabs.com/RPM-GPG-KEY-puppet ' ,
39
39
}
40
40
} else {
41
41
fail(" Unsupported osfamily ${::osfamily} " )
You can’t perform that action at this time.
0 commit comments