Skip to content

Instantly share code, notes, and snippets.

@johnskopis
Created May 17, 2014 20:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save johnskopis/a86dbdd58a006b5be2d7 to your computer and use it in GitHub Desktop.
Save johnskopis/a86dbdd58a006b5be2d7 to your computer and use it in GitHub Desktop.
apt_repository 'puppet' do
uri http://apt.puppetlabs.com/
distribution node['lsb']['codename']
components ['main', 'dependencies']
key ??
end
package 'puppet'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment