summaryrefslogtreecommitdiff
path: root/lib/chef/provider/file.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/provider/file.rb')
-rw-r--r--lib/chef/provider/file.rb4
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/chef/provider/file.rb b/lib/chef/provider/file.rb
index 0de620bba1..d7b1279c9f 100644
--- a/lib/chef/provider/file.rb
+++ b/lib/chef/provider/file.rb
@@ -55,9 +55,7 @@ class Chef
attr_reader :deployment_strategy
- attr_accessor :needs_creating
- attr_accessor :needs_unlinking
- attr_accessor :managing_symlink
+ attr_accessor :needs_creating, :needs_unlinking, :managing_symlink
def initialize(new_resource, run_context)
@content_class ||= Chef::Provider::File::Content