Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- class repos::puppetlabs {
- include apt
- apt::source { 'puppetlabs':
- location => 'http://apt.puppetlabs.com',
- repos => 'main',
- key => {
- 'id' => '47B320EB4C7C375AA9DAE1A01054B7A24BD6EC30',
- 'server' => 'pgp.mit.edu',
- },
- }
- apt::source { 'puppetlabs-dependencies':
- location => 'http://apt.puppetlabs.com',
- repos => 'dependencies',
- key => {
- 'id' => '47B320EB4C7C375AA9DAE1A01054B7A24BD6EC30',
- 'server' => 'pgp.mit.edu',
- },
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement