Skip to content

Instantly share code, notes, and snippets.

@refnode
Created July 12, 2015 18:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save refnode/2f10b8a35afedf49b752 to your computer and use it in GitHub Desktop.
Save refnode/2f10b8a35afedf49b752 to your computer and use it in GitHub Desktop.
Puppet Bootstrapping
#!/bin/sh
yum install -y git wget curl unzip
yum install -y https://yum.puppetlabs.com/puppetlabs-release-el-7.noarch.rpm
yum install -y puppet
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment