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 puppetConfigure the puppet agent to start at boot:
On Red Hat Enterprise Linux 6:
# chkconfig puppet onOn Red Hat Enterprise Linux 7:
# systemctl enable puppet