diff --git a/Rakefile b/Rakefile index b07ed10b2..0de787ae3 100644 --- a/Rakefile +++ b/Rakefile @@ -4,4 +4,3 @@ require 'puppet-lint/tasks/puppet-lint' PuppetLint.configuration.fail_on_warnings = true PuppetLint.configuration.send('disable_80chars') PuppetLint.configuration.send('disable_class_inherits_from_params_class') -PuppetLint.configuration.send('disable_class_parameter_defaults')