Details
-
New Feature
-
Status: Closed
-
Normal
-
Resolution: Fixed
-
None
-
None
-
Coremunity
-
Platform Core KANBAN
-
32715
-
1
-
Enhancement
-
Corrective changes in the logs are now explicitely called out as corrective.
-
Needs Assessment
Description
Puppet agent run is showing the same output for both corrective and intentional changes.
The information is available in /opt/puppetlabs/puppet/cache/state/last_run_summary.yaml and /opt/puppetlabs/puppet/cache/state/last_run_report.yaml.
But we have a use case that user may do audit by looking at agent syslog, so that it can send alert should there be corrective changes. Currently, this is not possible and the workaround is to set postrun_command in puppet.conf to post process the yaml file.