Skip to content

Commit 6e02740

Browse files
committed
(docs) Document that 'reports = none' disables reporting
1 parent 2098009 commit 6e02740

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

lib/puppet/defaults.rb

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1517,7 +1517,9 @@ def self.initialize_default_settings!(settings)
15171517
See the report reference for information on the built-in report
15181518
handlers; custom report handlers can also be loaded from modules.
15191519
(Report handlers are loaded from the lib directory, at
1520-
`puppet/reports/NAME.rb`.)",
1520+
`puppet/reports/NAME.rb`.)
1521+
1522+
To turn off reports entirely, set this to `none`",
15211523
},
15221524
:reportdir => {
15231525
:default => "$vardir/reports",

0 commit comments

Comments
 (0)