These were also set to true and are holdovers from YAGNI stuff from years ago.
Signed-off-by: Luke Kanies <[email protected]> --- lib/puppet/defaults.rb | 5 ----- 1 files changed, 0 insertions(+), 5 deletions(-) diff --git a/lib/puppet/defaults.rb b/lib/puppet/defaults.rb index ca4b9b8..fe68ce7 100644 --- a/lib/puppet/defaults.rb +++ b/lib/puppet/defaults.rb @@ -700,11 +700,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 -- 1.6.1 -- You received this message because you are subscribed to the Google Groups "Puppet Developers" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/puppet-dev?hl=en.
