diff options
author | kaustubh-d <kaustubh@clogeny.com> | 2013-07-17 23:54:39 -0500 |
---|---|---|
committer | adamedx <adamed@opscode.com> | 2013-07-23 10:36:14 -0700 |
commit | f5954328189955375b4f91260283572066a803e3 (patch) | |
tree | 06771945fa5d6702a29d2e280ba858a3d0409f39 /lib/chef/providers.rb | |
parent | 9efe46cba6bc61bfd8c8c20e4e3a6ff546e38bb0 (diff) | |
download | chef-f5954328189955375b4f91260283572066a803e3.tar.gz |
add aix ifconfig provider mappings.
Diffstat (limited to 'lib/chef/providers.rb')
-rw-r--r-- | lib/chef/providers.rb | 1 |
1 files changed, 1 insertions, 0 deletions
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' |