Skip to content

Instantly share code, notes, and snippets.

@blkperl
Created March 26, 2012 02:46
Show Gist options
  • Save blkperl/2202559 to your computer and use it in GitHub Desktop.
Save blkperl/2202559 to your computer and use it in GitHub Desktop.
apt::source puppetlabs
apt::source { "puppetlabs":
include_src => true,
key => "4BD6EC30",
key_server => "pgp.mit.edu",
location => "http://apt.puppetlabs.com",
release => "${lsbdistcodename}",
repos => "main",
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment