Skip to content

Instantly share code, notes, and snippets.

@fernandojsg
Created March 20, 2015 11:22
Show Gist options
  • Save fernandojsg/047f6c6dbf8ce399c8bd to your computer and use it in GitHub Desktop.
Save fernandojsg/047f6c6dbf8ce399c8bd to your computer and use it in GitHub Desktop.
Puppet install on ubuntu14
# 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