[Pkg-puppet-devel] [SCM] Puppet packaging for Debian branch, upstream, updated. 2.6.1rc3-129-g74f8285

James Turnbull james at lovedthanlost.net
Tue Sep 7 13:30:57 UTC 2010


The following commit has been merged in the upstream branch:
commit 4d36a5152ac8e183f04bdbc6e8a7d3cdbb5ba8ce
Author: James Turnbull <james at lovedthanlost.net>
Date:   Tue Sep 7 06:23:01 2010 +1000

    Fixed alias metaparam docs error

diff --git a/lib/puppet/type.rb b/lib/puppet/type.rb
index 53c23aa..291179a 100644
--- a/lib/puppet/type.rb
+++ b/lib/puppet/type.rb
@@ -1031,7 +1031,7 @@ class Type
           }
 
           service { sshd:
-            subscribe => file[sshdconfig]
+            subscribe => File[sshdconfig]
           }
 
       When you use this feature, the parser sets `sshdconfig` as the name,

-- 
Puppet packaging for Debian



More information about the Pkg-puppet-devel mailing list