Skip to content

Commit 9a3a32b

Browse files
authored
Merge pull request #9014 from AriaXLi/update_defaults.rb_for_strict
(PUP-11725) Update defaults.rb description for strict
2 parents 6dc216f + 695accd commit 9a3a32b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/puppet/defaults.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -194,8 +194,8 @@ def self.initialize_default_settings!(settings)
194194
:desc => "The strictness level of puppet. Allowed values are:
195195
196196
* off - do not perform extra validation, do not report
197-
* warning - perform extra validation, report as warning (default)
198-
* error - perform extra validation, fail with error
197+
* warning - perform extra validation, report as warning
198+
* error - perform extra validation, fail with error (default)
199199
200200
The strictness level is for both language semantics and runtime
201201
evaluation validation. In addition to controlling the behavior with

0 commit comments

Comments
 (0)