diff options
author | nfagerlund <nick.fagerlund@gmail.com> | 2011-02-28 11:09:15 -0800 |
---|---|---|
committer | nfagerlund <nick.fagerlund@gmail.com> | 2011-02-28 11:09:15 -0800 |
commit | e2a50858aa05b63a6573ed534f18942cea47e44d (patch) | |
tree | 80552a4ef91bae8552c300ecea9ef9adec2dcb2e | |
parent | 65a5496754fcdf938bda96a42b83255a310d193b (diff) | |
download | puppet-e2a50858aa05b63a6573ed534f18942cea47e44d.tar.gz puppet-e2a50858aa05b63a6573ed534f18942cea47e44d.tar.xz puppet-e2a50858aa05b63a6573ed534f18942cea47e44d.zip |
Maint: Align tabs in a code block in the Augeas type.
-rw-r--r-- | lib/puppet/type/augeas.rb | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/puppet/type/augeas.rb b/lib/puppet/type/augeas.rb index d29bda648..a8fb1f15f 100644 --- a/lib/puppet/type/augeas.rb +++ b/lib/puppet/type/augeas.rb @@ -98,10 +98,10 @@ Puppet::Type.newtype(:augeas) do can be either a string which contains a command or an array of commands. Commands supported are: - set [PATH] [VALUE] Sets the value VALUE at loction PATH - rm [PATH] Removes the node at location PATH - remove [PATH] Synonym for rm - clear [PATH] Keeps the node at PATH, but removes the value. + set [PATH] [VALUE] Sets the value VALUE at loction PATH + 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] Inserts an empty node LABEL either [WHERE={before|after}] PATH. insert [LABEL] [WHERE] [PATH] Synonym for ins |