apt: Added dependencies to puppetlabs repo components
This commit is contained in:
parent
5309521c18
commit
b9e5860bb4
1 changed files with 5 additions and 4 deletions
|
@ -370,10 +370,11 @@ class apt::repo::partner {
|
||||||
class apt::repo::puppetlabs {
|
class apt::repo::puppetlabs {
|
||||||
|
|
||||||
apt::repo { "puppetlabs":
|
apt::repo { "puppetlabs":
|
||||||
ensure => present,
|
ensure => present,
|
||||||
source => "http://apt.puppetlabs.com/",
|
source => "https://apt.puppetlabs.com/",
|
||||||
key => "4BD6EC30",
|
components => "main dependencies",
|
||||||
keyserver => "hkp://keys.gnupg.net",
|
key => "4BD6EC30",
|
||||||
|
keyserver => "hkp://keys.gnupg.net",
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue