Created
March 20, 2015 11:22
-
-
Save fernandojsg/047f6c6dbf8ce399c8bd to your computer and use it in GitHub Desktop.
Puppet install on ubuntu14
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
# Ubuntu 14 | |
wget https://apt.puppetlabs.com/puppetlabs-release-trusty.deb | |
sudo dpkg -i puppetlabs-release-trusty.deb | |
sudo apt-get update | |
apt-get install puppetmaster | |
puppet -V | |
sudo puppet apply --modulepath ./modules manifests/default.pp |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment