Last active
August 29, 2015 14:16
-
-
Save Im0rtality/6f6403974eac450766b0 to your computer and use it in GitHub Desktop.
Install puppet on debian wheezy
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 https://apt.puppetlabs.com/puppetlabs-release-wheezy.deb | |
sudo dpkg -i puppetlabs-release-wheezy.deb | |
sudo apt-get update | |
sudo apt-get install puppet | |
apt-get install -y build-essential ruby-dev | |
gem install librarian-puppet |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment