[Pkg-puppet-devel] [SCM] Puppet packaging for Debian branch, upstream, updated. 0.25.5-639-g8f94f35

Markus Roberts Markus at reality.com
Wed Jul 14 10:36:52 UTC 2010


The following commit has been merged in the upstream branch:
commit a282cc34ff59e17ecef4f2ac25b38257509d4c2c
Author: James Turnbull <james at lovedthanlost.net>
Date:   Wed Jul 7 15:30:24 2010 +1000

    Fixed subscribe example

diff --git a/lib/puppet/type.rb b/lib/puppet/type.rb
index 57caf1d..2da4e03 100644
--- a/lib/puppet/type.rb
+++ b/lib/puppet/type.rb
@@ -1307,7 +1307,7 @@ class Type
                         alias => nagconf # just to make things easier for me
                     }
                     service { nagios:
-                        running => true,
+                        ensure => running,
                         subscribe => File[nagconf]
                     }
                 }

-- 
Puppet packaging for Debian



More information about the Pkg-puppet-devel mailing list