summaryrefslogtreecommitdiff
path: root/lib/chef/providers.rb
diff options
context:
space:
mode:
authorXabier de Zuazo <xabier@zuazo.org>2013-02-08 19:28:51 +0100
committerBryan McLellan <btm@opscode.com>2013-06-19 14:09:56 -0700
commitce193b757159209d0d05dc247602969c0e107c07 (patch)
tree8048f7158636695b659d1c35a9c1c2a55d27b894 /lib/chef/providers.rb
parent16aaa0f8a353f3b429c9e908dd3b0bf5de11bc1b (diff)
downloadchef-ce193b757159209d0d05dc247602969c0e107c07.tar.gz
[CHEF-3029] some requires and class names fixed
Diffstat (limited to 'lib/chef/providers.rb')
-rw-r--r--lib/chef/providers.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/chef/providers.rb b/lib/chef/providers.rb
index 145de8173e..8bf8a7ffa4 100644
--- a/lib/chef/providers.rb
+++ b/lib/chef/providers.rb
@@ -115,3 +115,4 @@ require 'chef/provider/remote_file/content'
require 'chef/provider/cookbook_file/content'
require 'chef/provider/template/content'
+require 'chef/provider/ifconfig/redhat'