C.7. Installing the Puppet Agent
Use this section to install and configure the Puppet agent on a host. When you have correctly installed and configured the Puppet agent, you can navigate to Hosts > All hosts to list all hosts visible to Red Hat Satellite Server.
Install the Puppet agent RPM package using the following command:
yum install puppet
# yum install puppetCopy to Clipboard Copied! Toggle word wrap Toggle overflow Configure the puppet agent to start at boot:
On Red Hat Enterprise Linux 6:
chkconfig puppet on
# chkconfig puppet onCopy to Clipboard Copied! Toggle word wrap Toggle overflow On Red Hat Enterprise Linux 7:
systemctl enable puppet
# systemctl enable puppetCopy to Clipboard Copied! Toggle word wrap Toggle overflow