Last active
June 24, 2019 10:37
-
-
Save jarosite/13922518711217945a5a to your computer and use it in GitHub Desktop.
Install puppet on amazon linux, after ami lost back compatibility to centos 6.5
This file contains 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
#!/bin/bash | |
yum install ruby18 rubygems18 -y | |
alternatives --set ruby /usr/bin/ruby1.8 | |
rpm -ivh http://yum.puppetlabs.com/puppetlabs-release-el-6.noarch.rpm | |
yum install puppet-3.7.3 -y --disableplugin=priorities |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
to execute run