Skip to content

Commit 576b709

Browse files
committed
Disable reports by default
The default value for this goes all the way back to when it was introduced in 566bf78. I'd argue it a bad default, because it just writes files without any clean up process in place. That only causes hard disks to fill up. Having reports should be an opt in feature, where they make a careful choice. PuppetDB is an obvious recommended option but not one that can be relied on by default.
1 parent 267684a commit 576b709

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/puppet/defaults.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1477,7 +1477,7 @@ def self.initialize_default_settings!(settings)
14771477
:mode => "0750",
14781478
:desc => "The directory in which serialized data is stored, usually in a subdirectory."},
14791479
:reports => {
1480-
:default => "store",
1480+
:default => "none",
14811481
:desc => "The list of report handlers to use. When using multiple report handlers,
14821482
their names should be comma-separated, with whitespace allowed. (For example,
14831483
`reports = http, store`.)

0 commit comments

Comments
 (0)