summaryrefslogtreecommitdiff
path: root/lib/chef/providers.rb
diff options
context:
space:
mode:
authorkaustubh-d <kaustubh@clogeny.com>2014-09-10 22:31:35 +0530
committerkaustubh-d <kaustubh@clogeny.com>2014-09-10 22:31:35 +0530
commit1aa9bb62b6b8cf8ced48167e35e01898702e7f00 (patch)
tree04b914bc3b3c7d71ff57ca275ff3ff00935873ec /lib/chef/providers.rb
parent549f629d1b23010ebd9dd811babca7f174fd6af1 (diff)
downloadchef-1aa9bb62b6b8cf8ced48167e35e01898702e7f00.tar.gz
aix service provider for init style
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 3c9e94e6f7..e63ef94856 100644
--- a/lib/chef/providers.rb
+++ b/lib/chef/providers.rb
@@ -85,6 +85,7 @@ require 'chef/provider/service/upstart'
require 'chef/provider/service/windows'
require 'chef/provider/service/solaris'
require 'chef/provider/service/macosx'
+require 'chef/provider/service/aixinit'
require 'chef/provider/user/dscl'
require 'chef/provider/user/pw'