Skip to content

Instantly share code, notes, and snippets.

@pmgarman
Created July 28, 2013 15:43
Show Gist options
  • Save pmgarman/6099014 to your computer and use it in GitHub Desktop.
Save pmgarman/6099014 to your computer and use it in GitHub Desktop.
Install Puppet agent on Ubuntu 12.04 Precise Pangolin
wget http://apt.puppetlabs.com/puppetlabs-release-precise.deb
dpkg -i puppetlabs-release-precise.deb
apt-get update
apt-get install puppet
puppet resource service puppet ensure=running enable=true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment