Skip to content

Instantly share code, notes, and snippets.

@divideby0
Last active December 29, 2015 14:19
Show Gist options
  • Save divideby0/7683641 to your computer and use it in GitHub Desktop.
Save divideby0/7683641 to your computer and use it in GitHub Desktop.
PUPPET_DIR=/etc/puppet/
yum -y --nogpgcheck install "http://yum.puppetlabs.com/el/${RELEASE}/products/x86_64/puppetlabs-release-6-7.noarch.rpm"
yum update -y
yum -y groupinstall "Development Tools"
yum -q -y makecache
yum -q -y install git puppet ruby-rdoc ruby-devel rubygems
gem install rubygems-update
mkdir -p "$PUPPET_DIR"
gem install librarian-puppet
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment