Skip to content

Instantly share code, notes, and snippets.

@thexa4
Last active September 16, 2016 20:40
Show Gist options
  • Save thexa4/b704edab82956b8f2d9d6e8a5f9ebb76 to your computer and use it in GitHub Desktop.
Save thexa4/b704edab82956b8f2d9d6e8a5f9ebb76 to your computer and use it in GitHub Desktop.
apt-get update
apt-get dist-upgrade --yes
apt-get install lsb-release ca-certificates --yes
wget https://apt.puppetlabs.com/puppetlabs-release-pc1-jessie.deb
dpkg -i puppetlabs-release-pc1-jessie.deb
apt-get update
apt-get install puppet-agent --yes
/opt/puppetlabs/bin/puppet agent --test --waitforcert 30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment