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/platform | |
parent | 9efe46cba6bc61bfd8c8c20e4e3a6ff546e38bb0 (diff) | |
download | chef-f5954328189955375b4f91260283572066a803e3.tar.gz |
add aix ifconfig provider mappings.
Diffstat (limited to 'lib/chef/platform')
-rw-r--r-- | lib/chef/platform/provider_mapping.rb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/chef/platform/provider_mapping.rb b/lib/chef/platform/provider_mapping.rb index 53662d6480..c9706fb220 100644 --- a/lib/chef/platform/provider_mapping.rb +++ b/lib/chef/platform/provider_mapping.rb @@ -321,7 +321,8 @@ class Chef :aix => { :default => { :group => Chef::Provider::Group::Aix, - :mount => Chef::Provider::Mount::Aix + :mount => Chef::Provider::Mount::Aix, + :ifconfig => Chef::Provider::Ifconfig::Aix } }, :default => { |