Skip to content

Instantly share code, notes, and snippets.

@felixfyi
Last active December 14, 2015 11:48
Show Gist options
  • Save felixfyi/5081435 to your computer and use it in GitHub Desktop.
Save felixfyi/5081435 to your computer and use it in GitHub Desktop.
Bootstrap Puppet 2.7.19 Debian squeeze
#!/bin/bash
wget http://apt.puppetlabs.com/puppetlabs-release-squeeze.deb
dpkg -i puppetlabs-release-squeeze.deb
apt-get update
apt-get -y install puppet-common=2.7.19-1puppetlabs2 puppet=2.7.19-1puppetlabs2
rm puppetlabs-release-squeeze.deb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment