Last active
January 2, 2016 22:09
-
-
Save yano3/8368496 to your computer and use it in GitHub Desktop.
Installing puppet (Ubuntu 12.04 LTS)
This file contains hidden or 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
# 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