Created
November 13, 2012 11:05
-
-
Save sdoro/4065235 to your computer and use it in GitHub Desktop.
Install puppet from 'Puppet Labs' repository (debian squeeze)
This file contains 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-squeeze.deb | |
dpkg -i puppetlabs-release-squeeze.deb | |
apt-get update | |
apt-get -t puppetlabs-release install puppet puppetmaster |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment