[Pkg-puppet-devel] [SCM] Puppet packaging for Debian branch, upstream, updated. 2.6.5-303-gfcfa26a

nfagerlund nick.fagerlund at gmail.com
Thu Mar 17 10:48:13 UTC 2011


The following commit has been merged in the upstream branch:
commit e2a50858aa05b63a6573ed534f18942cea47e44d
Author: nfagerlund <nick.fagerlund at gmail.com>
Date:   Mon Feb 28 11:09:15 2011 -0800

    Maint: Align tabs in a code block in the Augeas type.

diff --git a/lib/puppet/type/augeas.rb b/lib/puppet/type/augeas.rb
index d29bda6..a8fb1f1 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
 

-- 
Puppet packaging for Debian



More information about the Pkg-puppet-devel mailing list