From f5954328189955375b4f91260283572066a803e3 Mon Sep 17 00:00:00 2001 From: kaustubh-d Date: Wed, 17 Jul 2013 23:54:39 -0500 Subject: add aix ifconfig provider mappings. --- lib/chef/providers.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/chef/providers.rb') diff --git a/lib/chef/providers.rb b/lib/chef/providers.rb index c8b5b0b772..65d251f687 100644 --- a/lib/chef/providers.rb +++ b/lib/chef/providers.rb @@ -118,3 +118,4 @@ require 'chef/provider/template/content' require 'chef/provider/ifconfig/redhat' require 'chef/provider/ifconfig/debian' +require 'chef/provider/ifconfig/aix' -- cgit v1.2.1