diff options
author | John Keiser <jkeiser@opscode.com> | 2013-09-11 14:37:04 -0700 |
---|---|---|
committer | John Keiser <jkeiser@opscode.com> | 2013-09-11 14:37:04 -0700 |
commit | 81fb51556495527e021df217e4bfb40074598b25 (patch) | |
tree | 977233dc19e584d6ad3c1b93eb7c71c6a0180bb7 /lib | |
parent | 880726474cc82a95375becc4ecc0fc1339d21b2d (diff) | |
download | chef-81fb51556495527e021df217e4bfb40074598b25.tar.gz |
Turn off strict config mode explicitly
Diffstat (limited to 'lib')
-rw-r--r-- | lib/chef/config.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/chef/config.rb b/lib/chef/config.rb index 88a98be946..6fcc5b9f7b 100644 --- a/lib/chef/config.rb +++ b/lib/chef/config.rb @@ -29,6 +29,8 @@ class Chef extend Mixlib::Config + config_strict_mode false + # Manages the chef secret session key # === Returns # <newkey>:: A new or retrieved session key |