From d60852bf8e0ce7dfb0941d0f2d44aa3792421e97 Mon Sep 17 00:00:00 2001 From: nfagerlund Date: Tue, 2 Aug 2011 14:13:40 -0700 Subject: 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. --- lib/puppet/type.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit