diff options
Diffstat (limited to 'lib/puppet')
| -rw-r--r-- | lib/puppet/type.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/puppet/type.rb b/lib/puppet/type.rb index 15f340f55..4472387d1 100644 --- a/lib/puppet/type.rb +++ b/lib/puppet/type.rb @@ -980,7 +980,7 @@ class Type newmetaparam(:audit) do desc "Marks a subset of this resource's unmanaged attributes for auditing. Accepts an - attribute name or a list of attribute names. + attribute name, an array of attribute names, or `all`. Auditing a resource attribute has two effects: First, whenever a catalog is applied with puppet apply or puppet agent, Puppet will check whether |
