Skip to content

Instantly share code, notes, and snippets.

@kevenli
Created August 22, 2017 02:03
Show Gist options
  • Save kevenli/bfe23f0dd17b3f75c2c03d63dce3ed1b to your computer and use it in GitHub Desktop.
Save kevenli/bfe23f0dd17b3f75c2c03d63dce3ed1b to your computer and use it in GitHub Desktop.
install puppet agent on centos 6.x
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