Skip to content

Instantly share code, notes, and snippets.

@ejhayes
Created July 3, 2012 18:06
Show Gist options
  • Save ejhayes/3041439 to your computer and use it in GitHub Desktop.
Save ejhayes/3041439 to your computer and use it in GitHub Desktop.
ubuntu 10.04 puppet update and install
#!/bin/sh
echo -e "deb http://apt.puppetlabs.com/ lucid main\ndeb-src http://apt.puppetlabs.com/ lucid main" >> /etc/apt/sources.list.d/puppet.list
apt-key adv --keyserver keyserver.ubuntu.com --recv 4BD6EC30
apt-get update
apt-get install puppet
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment