summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2016-09-02 10:15:13 -0700
committerLamont Granquist <lamont@scriptkiddie.org>2016-09-02 10:15:13 -0700
commit6b9c7d09cc853d6bff6f036328a49f1c1b2f7153 (patch)
tree9e74a2573d2dc39e5470f8c26381c7deee702d6f
parent521437bad196d5403cf3b895b84a77dc7147572b (diff)
downloadchef-6b9c7d09cc853d6bff6f036328a49f1c1b2f7153.tar.gz
flip chef_gem compile_time to false by default
this may be a breaking change for some users, but the flags are still there for users to fix on a case-by-case or global basis. Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
-rw-r--r--chef-config/lib/chef-config/config.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/chef-config/lib/chef-config/config.rb b/chef-config/lib/chef-config/config.rb
index f46419937a..5478986955 100644
--- a/chef-config/lib/chef-config/config.rb
+++ b/chef-config/lib/chef-config/config.rb
@@ -781,7 +781,7 @@ module ChefConfig
# true then the user will get backcompat behavior but with a single nag warning that cookbooks
# may break with this setting in the future. The false setting is the recommended setting and
# will become the default.
- default :chef_gem_compile_time, nil
+ default :chef_gem_compile_time, false
# A whitelisted array of attributes you want sent over the wire when node
# data is saved.