Skip to content

Instantly share code, notes, and snippets.

@Im0rtality
Last active August 29, 2015 14:16
Show Gist options
  • Save Im0rtality/6f6403974eac450766b0 to your computer and use it in GitHub Desktop.
Save Im0rtality/6f6403974eac450766b0 to your computer and use it in GitHub Desktop.
Install puppet on debian wheezy
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