[Pkg-puppet-devel] [SCM] Puppet packaging for Debian branch,	upstream, updated. 0.25.5-639-g8f94f35
    test branch 
    puppet-dev at googlegroups.com
       
    Wed Jul 14 10:31:56 UTC 2010
    
    
  
The following commit has been merged in the upstream branch:
commit 4709e9bfa5d3ab654559e3bc5d3f13c3c0459577
Author: Luke Kanies <luke at reductivelabs.com>
Date:   Wed Jan 27 20:39:16 2010 -0800
    Removing :paramcheck and :typecheck settings
    
    These were also set to true and are holdovers
    from YAGNI stuff from years ago.
    
    Signed-off-by: Luke Kanies <luke at reductivelabs.com>
diff --git a/lib/puppet/defaults.rb b/lib/puppet/defaults.rb
index 1a04ed7..fa1b31c 100644
--- a/lib/puppet/defaults.rb
+++ b/lib/puppet/defaults.rb
@@ -706,11 +706,6 @@ module Puppet
         ]
     )
 
-    setdefaults(:parser,
-        :typecheck => [true, "Whether to validate types during parsing."],
-        :paramcheck => [true, "Whether to validate parameters during parsing."]
-    )
-
     setdefaults(:main,
         :casesensitive => [false,
             "Whether matching in case statements and selectors
-- 
Puppet packaging for Debian
    
    
More information about the Pkg-puppet-devel
mailing list