Skip to content

Instantly share code, notes, and snippets.

@gorsuch
Last active December 21, 2015 15:09
Show Gist options
  • Save gorsuch/6324795 to your computer and use it in GitHub Desktop.
Save gorsuch/6324795 to your computer and use it in GitHub Desktop.
12.04 puppet build
wget http://apt.puppetlabs.com/puppetlabs-release-wheezy.deb && dpkg -i puppetlabs-release-wheezy.deb && apt-get update && apt-get upgrade -y
apt-get install puppet-common=3.2.4-1puppetlabs1 puppet=3.2.4-1puppetlabs1 -y
[main]
logdir=/var/log/puppet
vardir=/var/lib/puppet
ssldir=/var/lib/puppet/ssl
rundir=/var/run/puppet
factpath=$vardir/lib/facter
templatedir=$confdir/templates

[agent]
server = puppet.canary.io
report = true
pluginsync = true

[master]
# These are needed when the puppetmaster is run by passenger
# and can safely be removed if webrick is used.
ssl_client_header = SSL_CLIENT_S_DN
ssl_client_verify_header = SSL_CLIENT_VERIFY
apt-get install puppetmaster=3.2.4-1puppetlabs1 -y
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment