[Pkg-puppet-devel] [SCM] Puppet packaging for Debian branch, master, updated. debian/0.24.6-1-356-g5718585

James Turnbull james at lovedthanlost.net
Fri Jan 23 14:21:34 UTC 2009


The following commit has been merged in the master branch:
commit 649a9e009a3a5bd070051b972c2cf26989af8e8c
Author: James Turnbull <james at lovedthanlost.net>
Date:   Wed Oct 29 15:53:39 2008 +1100

    Fixed augeas examples in type

diff --git a/lib/puppet/type/augeas.rb b/lib/puppet/type/augeas.rb
index 20b5bbb..6133940 100644
--- a/lib/puppet/type/augeas.rb
+++ b/lib/puppet/type/augeas.rb
@@ -34,8 +34,8 @@ Puppet::Type.newtype(:augeas) do
          Sample usage with a string:
             augeas{\"test1\" :
                    context => \"/files/etc/sysconfig/firstboot\",
-                   changes => \"set RUN_FIRSTBOOT YES\"
-                   onlyif  => \"match other_value size > 0\"
+                   changes => \"set RUN_FIRSTBOOT YES\",
+                   onlyif  => \"match other_value size > 0\",
              }
 
          Sample usage with an array and custom lenses:

-- 
Puppet packaging for Debian



More information about the Pkg-puppet-devel mailing list