summaryrefslogtreecommitdiff
path: root/lib/chef/provider/ifconfig.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/provider/ifconfig.rb')
-rw-r--r--lib/chef/provider/ifconfig.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/chef/provider/ifconfig.rb b/lib/chef/provider/ifconfig.rb
index 4f32baaadb..003cc3b0e0 100644
--- a/lib/chef/provider/ifconfig.rb
+++ b/lib/chef/provider/ifconfig.rb
@@ -53,10 +53,6 @@ class Chef
@config_path = nil
end
- def whyrun_supported?
- true
- end
-
def load_current_resource
@current_resource = Chef::Resource::Ifconfig.new(new_resource.name)