Last active
December 29, 2015 14:19
-
-
Save divideby0/7683641 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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