search for: audited_file

Displaying 2 results from an estimated 2 matches for "audited_file".

2011 Feb 04
1
ANNOUNCE: Puppet 2.6.5 - Release Candidate 1 available!
...s in defined resource types Feature #5061: should be able to access ($name, $module_name, $title) from within defined resources type parameter list The $name variable is now resolved within the scope of the resource being declared, rather than the enclosing scope. This enables usages like: define audited_file($filename = $name) { file { $filename: audit => all, } } audited_file { "/etc/hosts": } Managed resource attributes can now be audited Bug #5408: Puppet should allow audited attributes to also be managed The audit metaparameter can now be used on attributes which are...
2011 Feb 04
2
Fwd: [Puppet-dev] ANNOUNCE: Puppet 2.6.5 - Release Candidate 1 available!
...s in defined resource types Feature #5061: should be able to access ($name, $module_name, $title) from within defined resources type parameter list The $name variable is now resolved within the scope of the resource being declared, rather than the enclosing scope. This enables usages like: define audited_file($filename = $name) { file { $filename: audit => all, } } audited_file { "/etc/hosts": } Managed resource attributes can now be audited Bug #5408: Puppet should allow audited attributes to also be managed The audit metaparameter can now be used on attributes which are...