Skip to content

Instantly share code, notes, and snippets.

@mxswd
Last active December 15, 2015 05:49
Show Gist options
  • Save mxswd/5212381 to your computer and use it in GitHub Desktop.
Save mxswd/5212381 to your computer and use it in GitHub Desktop.
Setting up Puppet

Quick reference to setting up puppet.

First install puppet:

wget http://apt.puppetlabs.com/puppetlabs-release-precise.deb
sudo dpkg -i puppetlabs-release-precise.deb
sudo apt-get update
sudo apt-get install puppet-common

Now git clone your puppet repo into /etc/puppet or use a puppetmaster. *Remember to sudo su so all the file permissions are correct`.

Now include modules in your /etc/puppet/ and config your site.pp.

Finally: use the Module and Core Types cheat sheets.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment