Recently in learning Puppet installation, configuration and use. Download official documents from the website. Because it is also just beginning to learn puppet, so I look at the official website of the document step by step. The official documents are also downloaded and uploaded to 51.
http://down.51cto.com/data/1975148 the document address.
Experiment Preparation:
1, pre-preparation
1) Puppet client node, puppet management object, each node can communicate with each other
2) The system time error of all nodes is kept within 1 minutes
3) Configure the software for the network Yum source or local Yum source
4) Turn off the firewall, SELinux
5) Ensure that the 6410,61613,443 port of all nodes is available
6) Configure the FQDN of each node, under the same domain, and be able to parse each other. (can be used to build DNS, but also in/etc/hosts resolution)
Like what:
Master node: master.puppet.com
Agent node: agent1.puppet.com, etc.
7) Ensure the native 3000 port is available, puppet Master's management console port
2, installation
1) Download puppet installation software, Http://puppetlabs.com/download-puppet-enterprise
2) Unpack the package and switch to the unpacking directory
3) Execute./puppet-enterprise-installer, select Yes to start the installation. A URL is then printed and copied into the browser to open the Https://<install platform hostname>:3000.
4) After entering choose your installation architecture mode, according to the requirements of installation, there will be a step to set the login console account password, the installation process will be used in the software warehouse. About 10-15 minutes to complete the installation.
5) Login to the console https://master.example.com, enter the previously set account password
Initial installation is complete.
This article is from "Linux rookie" blog, please be sure to keep this source http://ludihua.blog.51cto.com/4601284/1604840
Puppet Installation use tutorial (i)