March 2017
Beginner to intermediate
925 pages
18h 11m
English
If you're managing a lot of machines, Puppet's reporting facility can give you some valuable information on what's actually happening out there.
To enable reports, just add this to a client's puppet.conf: within the [main] or [agent] sections:
report = true
In recent versions (greater than 3.0) of Puppet, report = true is the default setting.
With reporting enabled, Puppet will generate a report file, containing data such as:
By default, these reports are stored on the node at /var/lib/puppet/reports ...
Read now
Unlock full access