summaryrefslogtreecommitdiff
path: root/lib/chef/config.rb
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2014-07-23 13:02:20 -0700
committerLamont Granquist <lamont@scriptkiddie.org>2014-07-26 17:00:34 -0700
commit1260f551986b235c49a649dcdd374d21905be56f (patch)
tree5ce659f44833fa6b04b02d1cb06dcbebb60ae2e7 /lib/chef/config.rb
parent2cc728f2dd85e11835d23d03f76e0e4c75ca2510 (diff)
downloadchef-1260f551986b235c49a649dcdd374d21905be56f.tar.gz
change file_staging_uses_destdir default to true
Diffstat (limited to 'lib/chef/config.rb')
-rw-r--r--lib/chef/config.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/config.rb b/lib/chef/config.rb
index 65952b8cf7..929138488c 100644
--- a/lib/chef/config.rb
+++ b/lib/chef/config.rb
@@ -567,7 +567,7 @@ class Chef
# If false file staging is will be done via tempfiles that are
# created under ENV['TMP'] otherwise tempfiles will be created in
# the directory that files are going to reside.
- default :file_staging_uses_destdir, false
+ default :file_staging_uses_destdir, true
# Exit if another run is in progress and the chef-client is unable to
# get the lock before time expires. If nil, no timeout is enforced. (Exits