Fetch Puppet Enterprise:
curl -L -o pe-latest.tgz 'https://pm.puppetlabs.com/cgi-bin/download.cgi?dist=el&rel=7&arch=x86_64&ver=latest'
Install script to run from an agent:
curl -k https://[hostname]:8140/packages/current/install.bash | bash
Discover / authorize nodes waiting on signing by the master:
puppet cert list puppet cert sign [hostname] puppet cert list -a
Puppet agent commands
puppet agent -t
Look for errors in Puppet Code
puppet parser validate groups/wheel.pp