HomePhorge

Fixing #3139 - all properties can now be audited
be7112aff784Unpublished

Unpublished Commit ยท Learn More

Repository Importing: This repository is still importing.

Description

Fixing #3139 - all properties can now be audited

This provides a full audit trail for any parameter on any
resource Puppet can manage. Just use:

file { "/my/file": audit => [content, owner] }

And Puppet will generate an event any time either of
those properties change.

This commit also deprecates the 'check' parameter in favor of
a new 'audit' parameter.

Signed-off-by: Luke Kanies <luke@puppetlabs.com>

Details

Provenance
Luke Kanies <luke@puppetlabs.com>Authored on
test branch <puppet-dev@googlegroups.com>Committed on Feb 17 2010, 3:50 PM
vanmeeuwenPushed on Jun 2 2015, 2:22 PM
Parents
rPU986298b270f0: Working #3139 - Adding Settings.clear Spec#after
Branches
Unknown
Tags
Unknown

Event Timeline

test branch <puppet-dev@googlegroups.com> committed rPUbe7112aff784: Fixing #3139 - all properties can now be audited (authored by Luke Kanies <luke@puppetlabs.com>).Feb 17 2010, 3:50 PM