Skip to content

Instantly share code, notes, and snippets.

@korayguclu
Created May 12, 2014 16:54
Show Gist options
  • Save korayguclu/88ef327efc1b7f17ce39 to your computer and use it in GitHub Desktop.
Save korayguclu/88ef327efc1b7f17ce39 to your computer and use it in GitHub Desktop.
install puppet to your server
wget http://apt.puppetlabs.com/puppetlabs-release-precise.deb
sudo dpkg -i puppetlabs-release-precise.deb
sudo apt-get update
sudo apt-get -y install puppet
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment