summaryrefslogtreecommitdiff
path: root/lib/chef/platform/provider_mapping.rb
diff options
context:
space:
mode:
authorkaustubh-d <kaustubh@clogeny.com>2013-07-17 23:54:39 -0500
committeradamedx <adamed@opscode.com>2013-07-23 10:36:14 -0700
commitf5954328189955375b4f91260283572066a803e3 (patch)
tree06771945fa5d6702a29d2e280ba858a3d0409f39 /lib/chef/platform/provider_mapping.rb
parent9efe46cba6bc61bfd8c8c20e4e3a6ff546e38bb0 (diff)
downloadchef-f5954328189955375b4f91260283572066a803e3.tar.gz
add aix ifconfig provider mappings.
Diffstat (limited to 'lib/chef/platform/provider_mapping.rb')
-rw-r--r--lib/chef/platform/provider_mapping.rb3
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 => {