
- Puppet master
sudo apt-get install puppetmaster
2. Puppet agent
sudo apt-get install puppet
3. Add the following to the puppet agents’ /etc/hosts file with the puppet masters’ IP address.
<Puppet_master_IP_address> puppetmaster puppet
4. Add the following to the puppet.conf file under the [main] section in /etc/puppet directory in the agent…