CentOS installation Puppet environment introduction: centos6.4x64 with CentOS-6.4-x86_64-minimal.iso minimal installation puppet version 3.6.2, ruby1.8.7, facter1.7.1Puppet requires that all machines have a complete domain name (FQDN), if no DNS server provides a domain name, can be installed in two CentOS Puppet environment introduction: centos6.4x64 using CentOS-6.4-x86_64-minimal.iso to minimize the installation of puppet version 3.6.2, ruby1.8.7, facter1.7.1 Puppet requires that all machines have the complete domain name (FQDN ), if the DNS server does not provide a domain name, you can set the host name on the two machines (note that you must set the host name before installing Puppet, because the host name is written to the certificate when Puppet is installed, this certificate is required for communication between the client and the server): # vi/etc/hosts 192.168.xx. Xx (server ip) master (host name) host domain name 192.168.xx.xx (client ip) client (client name) client domain name Puppet requires that the clock on all machines be synchronized, so you need to install and enable the ntp service (if you use a CentOS-6.2-x86_64-minimal.iso for minimal installation, you need to install this package extra ). # Yum install ntp # chkconfig ntpd on # ntpdate pool.ntp.org # service ntpd start requires the ruby dependency package to be installed # yum install ruby-lib ruby-rdoc installation process: 1. disable selinux 2, add puppet installation source rpm-ivh http://yum.puppetlabs.com/el/6.4/products/x86_64/puppetlabs-release-6-10.noarch.rpm 3. install yum-y install ruby-libs ruby-shadow puppet-server facter on the server. 4. install yum-y install ruby-libs ruby-shadow puppet facter on the client.
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.