summaryrefslogtreecommitdiff
path: root/chef
diff options
context:
space:
mode:
authorBryan McLellan <btm@opscode.com>2012-10-03 09:58:48 -0700
committerBryan McLellan <btm@opscode.com>2012-10-03 09:58:48 -0700
commit37e11b41f964dc8d59b7b1d95760b4034babb7f8 (patch)
treedf061b7ae4754c69c4bd38b553a18047a7ac702b /chef
parentfd9e230194d29d02c019ba6258858adcf38c4870 (diff)
downloadchef-37e11b41f964dc8d59b7b1d95760b4034babb7f8.tar.gz
Resource reporting should default to enabled/true
If the server does not provide the endpoint the client will continue without resource reporting.
Diffstat (limited to 'chef')
-rw-r--r--chef/lib/chef/config.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/chef/lib/chef/config.rb b/chef/lib/chef/config.rb
index 51b36329fc..8ad0648eec 100644
--- a/chef/lib/chef/config.rb
+++ b/chef/lib/chef/config.rb
@@ -201,7 +201,7 @@ class Chef
why_run false
color false
client_fork false
- enable_reporting false
+ enable_reporting true
# Set these to enable SSL authentication / mutual-authentication
# with the server