Blog Archive for August 3, 2018

Puppet Reference

August 3, 2018

Applying configuration

  • sudo puppet agent -t --noop - Pull config from puppet master, pretend to make changes
  • sudo 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 | cut -f2 -d )"

Modules

  • puppet …