Added class for Puppetlabs apt repository
This commit is contained in:
parent
3c862beaf5
commit
c4176e2561
1 changed files with 14 additions and 0 deletions
|
@ -362,3 +362,17 @@ class apt::repo::partner {
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
# Add Puppetlabs repository
|
||||||
|
#
|
||||||
|
class apt::repo::puppetlabs {
|
||||||
|
|
||||||
|
apt::repo { "puppetlabs":
|
||||||
|
ensure => present,
|
||||||
|
source => "http://apt.puppetlabs.com/",
|
||||||
|
key => "4BD6EC30",
|
||||||
|
keyserver => "hkp://keys.gnupg.net",
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue