157.1. Installing Puppet CentOS 6.3
Choose a Package Source http://yum.puppetlabs.com/
# rpm -Uvh http://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-7.noarch.rpm # lokkit --disabled --selinux=disabled
Install the Puppet Master
yum install puppet-server -y service puppetmaster start chkconfig puppetmaster on
Install Puppet on Agent Nodes
yum install puppet -y service puppet start chkconfig puppet on
原文出处:Netkiller 系列 手札
本文作者:陈景峯
转载请与作者联系,同时请务必标明文章原始出处和作者信息及本声明。