Puppet Reference
August 3, 2018
Applying configuration
sudo puppet agent -t --noop- Pull config from puppet master, pretend to make changessudo puppet agent -t- Pull config from puppet master, make changes
When did it last run?
date --date="@$(sudo cat /var/lib/puppet/state/last_run_summary.yaml | grep last_run | xargs …


