Created
August 12, 2016 20:45
-
-
Save rbravo-avantrip/5088fb488f010e99ed013d762ddee983 to your computer and use it in GitHub Desktop.
Puppet agent in Amazon Linux
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
| rpm -ivh http://yum.puppetlabs.com/puppetlabs-release-pc1-el-6.noarch.rpm | |
| yum-config-manager --enable epel | |
| yum-config-manager --setopt="puppetlabs-products.priority=1" --save | |
| yum -y install ruby18 rubygem18-json ruby-augeas | |
| alternatives --set ruby /usr/bin/ruby1.8 | |
| yum -y install puppet |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment