diff options
Diffstat (limited to 'lib/chef/provider/ifconfig.rb')
-rw-r--r-- | lib/chef/provider/ifconfig.rb | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/chef/provider/ifconfig.rb b/lib/chef/provider/ifconfig.rb index cfabe292f9..f8d84507a3 100644 --- a/lib/chef/provider/ifconfig.rb +++ b/lib/chef/provider/ifconfig.rb @@ -17,7 +17,6 @@ # require_relative "../log" -require_relative "../mixin/shell_out" require_relative "../provider" require_relative "../resource/file" require_relative "../exceptions" @@ -34,8 +33,6 @@ class Chef class Ifconfig < Chef::Provider provides :ifconfig - include Chef::Mixin::ShellOut - attr_accessor :config_template attr_accessor :config_path |