Skip to content

Instantly share code, notes, and snippets.

@yano3
Last active January 2, 2016 22:09
Show Gist options
  • Save yano3/8368496 to your computer and use it in GitHub Desktop.
Save yano3/8368496 to your computer and use it in GitHub Desktop.
Installing puppet (Ubuntu 12.04 LTS)
# see http://docs.puppetlabs.com/guides/puppetlabs_package_repositories.html#for-debian-and-ubuntu
wget https://apt.puppetlabs.com/puppetlabs-release-precise.deb
sudo dpkg -i puppetlabs-release-precise.deb
sudo apt-get update
# puppet-common instead of puppet
# This will install Puppet without the agent init script
sudo apt-get install puppet-common
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment