summaryrefslogtreecommitdiff
path: root/lib/chef/provider/mdadm.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/provider/mdadm.rb')
-rw-r--r--lib/chef/provider/mdadm.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/chef/provider/mdadm.rb b/lib/chef/provider/mdadm.rb
index 88da7b5eff..5c972462bc 100644
--- a/lib/chef/provider/mdadm.rb
+++ b/lib/chef/provider/mdadm.rb
@@ -29,10 +29,6 @@ class Chef
raise Exception, "deprecated"
end
- def whyrun_supported?
- true
- end
-
def load_current_resource
@current_resource = Chef::Resource::Mdadm.new(new_resource.name)
current_resource.raid_device(new_resource.raid_device)