diff options
Diffstat (limited to 'lib/chef/config.rb')
-rw-r--r-- | lib/chef/config.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/chef/config.rb b/lib/chef/config.rb index d3871c38e8..e7edbea59e 100644 --- a/lib/chef/config.rb +++ b/lib/chef/config.rb @@ -319,6 +319,7 @@ class Chef default :client_fork, true default :enable_reporting, true default :enable_reporting_url_fatals, false + default :audit_mode, true # Policyfile is an experimental feature where a node gets its run list and # cookbook version set from a single document on the server instead of |