Created
August 22, 2017 02:03
-
-
Save kevenli/bfe23f0dd17b3f75c2c03d63dce3ed1b to your computer and use it in GitHub Desktop.
install puppet agent on centos 6.x
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
rpm -ivh https://yum.puppetlabs.com/puppetlabs-release-pc1-el-6.noarch.rpm | |
yum -y install puppet-agent | |
ln -s /opt/puppetlabs/bin/puppet /usr/bin/puppet |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment