summaryrefslogtreecommitdiff
path: root/lib/chef/providers.rb
diff options
context:
space:
mode:
authorkaustubh-d <kaustubh@clogeny.com>2014-09-11 22:40:23 +0530
committerkaustubh-d <kaustubh@clogeny.com>2014-09-11 22:40:23 +0530
commitf9cf72b5fb1381e008e9e88957e315e85ea70032 (patch)
treeb92b0f83c8c292916ba16413d8516c40b67f7af1 /lib/chef/providers.rb
parent65ce1d839b427bf3902b98636cb900135aa02817 (diff)
downloadchef-f9cf72b5fb1381e008e9e88957e315e85ea70032.tar.gz
inprogress- add aix default service provider implementation.
Diffstat (limited to 'lib/chef/providers.rb')
-rw-r--r--lib/chef/providers.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/chef/providers.rb b/lib/chef/providers.rb
index e63ef94856..9a903ab99c 100644
--- a/lib/chef/providers.rb
+++ b/lib/chef/providers.rb
@@ -86,6 +86,7 @@ require 'chef/provider/service/windows'
require 'chef/provider/service/solaris'
require 'chef/provider/service/macosx'
require 'chef/provider/service/aixinit'
+require 'chef/provider/service/aix'
require 'chef/provider/user/dscl'
require 'chef/provider/user/pw'