diff options
| author | nfagerlund <nick.fagerlund@gmail.com> | 2011-08-02 14:13:40 -0700 |
|---|---|---|
| committer | nfagerlund <nick.fagerlund@gmail.com> | 2011-08-09 15:56:45 -0700 |
| commit | d60852bf8e0ce7dfb0941d0f2d44aa3792421e97 (patch) | |
| tree | c91d7944385c67a9e2406bf2328ce6e54c3f7c74 | |
| parent | 51d989ef5da1d0a9257bb402eb7708385cac798a (diff) | |
| download | puppet-d60852bf8e0ce7dfb0941d0f2d44aa3792421e97.tar.gz puppet-d60852bf8e0ce7dfb0941d0f2d44aa3792421e97.tar.xz puppet-d60852bf8e0ce7dfb0941d0f2d44aa3792421e97.zip | |
Maint: Mention that audit metaparameter will accept "all"
Previously, `audit => all` wasn't documented anywhere. This commit adds
a note on it to the metaparameter reference.
| -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 |
