summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBryan Kearney <bkearney@redhat.com>2009-02-27 10:36:38 -0500
committerBryan Kearney <bkearney@redhat.com>2009-03-04 17:00:26 -0500
commitcf64827970d8725cea93fee57ec03ea70d63a142 (patch)
tree9385a9c433753f1bf7bcdf128d51743515db6005
parent01bc88c7e2a3d5a71aec8f0727631cbf41680720 (diff)
downloadpuppet-cf64827970d8725cea93fee57ec03ea70d63a142.tar.gz
puppet-cf64827970d8725cea93fee57ec03ea70d63a142.tar.xz
puppet-cf64827970d8725cea93fee57ec03ea70d63a142.zip
Bring in the documentation changes from the master branch
-rw-r--r--lib/puppet/type/augeas.rb5
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/puppet/type/augeas.rb b/lib/puppet/type/augeas.rb
index e0d5e10b7..da9cff369 100644
--- a/lib/puppet/type/augeas.rb
+++ b/lib/puppet/type/augeas.rb
@@ -92,11 +92,10 @@ Puppet::Type.newtype(:augeas) do
rm [PATH] Removes the node at location PATH
remove [PATH] Synonym for rm
clear [PATH] Keeps the node at PATH, but removes the value.
- ins [LABEL] [WHERE] [PATH]
+ ins [LABEL] [WHERE] [PATH]
Inserts an empty node LABEL either [WHERE={before|after}] PATH.
- insert [LABEL] [WHERE] [PATH]
+ insert [LABEL] [WHERE] [PATH]
Synonym for ins
-
If the parameter 'context' is set that value is prepended to PATH"
munge do |value|