summaryrefslogtreecommitdiffstats
path: root/lib/puppet
diff options
context:
space:
mode:
Diffstat (limited to 'lib/puppet')
-rw-r--r--lib/puppet/client/master.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/puppet/client/master.rb b/lib/puppet/client/master.rb
index 906f8be3c..db18e6942 100644
--- a/lib/puppet/client/master.rb
+++ b/lib/puppet/client/master.rb
@@ -23,7 +23,7 @@ class Puppet::Client::MasterClient < Puppet::Client
:reportserver => ["$server",
"The server to which to send transaction reports."
],
- :report => [false,
+ :report => [true,
"Whether to send reports after every transaction."
]
)