summaryrefslogtreecommitdiff
path: root/lib/chef/providers.rb
diff options
context:
space:
mode:
authorXabier de Zuazo <xabier@zuazo.org>2013-02-08 19:42:59 +0100
committerBryan McLellan <btm@opscode.com>2013-06-19 14:09:57 -0700
commit0f4cfe59a789f0804fe406802af192702c8ac264 (patch)
tree1897cd2cf7ced71a934c5ab014bc6d6ba486057b /lib/chef/providers.rb
parentce193b757159209d0d05dc247602969c0e107c07 (diff)
downloadchef-0f4cfe59a789f0804fe406802af192702c8ac264.tar.gz
[CHEF-3029] ifconfig debian provider added
Diffstat (limited to 'lib/chef/providers.rb')
-rw-r--r--lib/chef/providers.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/chef/providers.rb b/lib/chef/providers.rb
index 8bf8a7ffa4..c90bd12ead 100644
--- a/lib/chef/providers.rb
+++ b/lib/chef/providers.rb
@@ -116,3 +116,5 @@ require 'chef/provider/cookbook_file/content'
require 'chef/provider/template/content'
require 'chef/provider/ifconfig/redhat'
+require 'chef/provider/ifconfig/debian'
+