summaryrefslogtreecommitdiff
path: root/lib/chef/config.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/config.rb')
-rw-r--r--lib/chef/config.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/chef/config.rb b/lib/chef/config.rb
index f9a3289b30..4c7a8c680c 100644
--- a/lib/chef/config.rb
+++ b/lib/chef/config.rb
@@ -552,6 +552,10 @@ class Chef
# immediately if 0.)
default :run_lock_timeout, nil
+ # Setting this to false will clean normal attributes at the start of the chef
+ # run similarly to automatic, default and override.
+ default :persist_normal_attributes, true
+
# If installed via an omnibus installer, this gives the path to the
# "embedded" directory which contains all of the software packaged with
# omnibus. This is used to locate the cacert.pem file on windows.