Created
June 7, 2012 11:47
-
-
Save dizz/2888381 to your computer and use it in GitHub Desktop.
install puppet from puppetlabs
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-stable.deb | |
dpkg -i puppetlabs-release-stable.deb | |
apt-get update | |
apt-get -y install puppet puppetmaster |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment