summaryrefslogtreecommitdiff
path: root/lib/chef/resource/file.rb
diff options
context:
space:
mode:
authorsersut <serdar@opscode.com>2013-05-16 11:06:05 -0700
committersersut <serdar@opscode.com>2013-05-16 16:37:42 -0700
commitd06e47888d80696f816f43e08c62568b5876af68 (patch)
tree6fe23288ffeda68a681d5ece79ee286bb617f921 /lib/chef/resource/file.rb
parent26276a26ccd973d78aea6080a8dba1379c0605c2 (diff)
downloadchef-d06e47888d80696f816f43e08c62568b5876af68.tar.gz
Remove file_force_unlink from config.
Diffstat (limited to 'lib/chef/resource/file.rb')
-rw-r--r--lib/chef/resource/file.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/resource/file.rb b/lib/chef/resource/file.rb
index 1bcf66259d..3d165017ff 100644
--- a/lib/chef/resource/file.rb
+++ b/lib/chef/resource/file.rb
@@ -48,7 +48,7 @@ class Chef
@provider = Chef::Provider::File
@binmode = Platform.windows? ? true : false
@deploy_with = Chef::Config[:file_deploy_with]
- @force_unlink = Chef::Config[:file_force_unlink]
+ @force_unlink = false
@diff = nil
end