Created
July 28, 2013 15:43
-
-
Save pmgarman/6099014 to your computer and use it in GitHub Desktop.
Install Puppet agent on Ubuntu 12.04 Precise Pangolin
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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