Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save rbravo-avantrip/5088fb488f010e99ed013d762ddee983 to your computer and use it in GitHub Desktop.

Select an option

Save rbravo-avantrip/5088fb488f010e99ed013d762ddee983 to your computer and use it in GitHub Desktop.
Puppet agent in Amazon Linux
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