summaryrefslogtreecommitdiff
path: root/lib/chef/provider/directory.rb
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2013-11-06 16:05:54 -0800
committerLamont Granquist <lamont@scriptkiddie.org>2013-11-11 12:20:56 -0800
commit1eb4ae02a49ba7dfee8e65fcd26777c9098329a7 (patch)
tree5b00458c1000d280f3aa3e9aecac4083817ebadd /lib/chef/provider/directory.rb
parentfdb52d2ea01b232efd9011e4315277c03623115d (diff)
downloadchef-1eb4ae02a49ba7dfee8e65fcd26777c9098329a7.tar.gz
OC-10380: add polymorphism
Diffstat (limited to 'lib/chef/provider/directory.rb')
-rw-r--r--lib/chef/provider/directory.rb7
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/chef/provider/directory.rb b/lib/chef/provider/directory.rb
index e3d2b89f2e..067737b9d4 100644
--- a/lib/chef/provider/directory.rb
+++ b/lib/chef/provider/directory.rb
@@ -123,6 +123,13 @@ class Chef
end
end
end
+
+ private
+
+ def managing_content?
+ false
+ end
+
end
end
end