summaryrefslogtreecommitdiff
path: root/lib/chef/providers.rb
diff options
context:
space:
mode:
authorsiddheshwar-more <siddheshwar.more@clogeny.com>2013-12-09 01:44:29 -0600
committerkaustubh-d <kaustubh@clogeny.com>2014-07-31 11:13:47 +0530
commit2189e8799db5f6a56b468f31b1142664b2af7be2 (patch)
tree0e6a9f3750c43c5278859893fc5d51ce4ab4de8a /lib/chef/providers.rb
parentbfe0ac206c5723637772d8b9b3a48a4d94f5c21f (diff)
downloadchef-2189e8799db5f6a56b468f31b1142664b2af7be2.tar.gz
Added basic changes for aix user provider
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 c89037df31..3c9e94e6f7 100644
--- a/lib/chef/providers.rb
+++ b/lib/chef/providers.rb
@@ -91,6 +91,7 @@ require 'chef/provider/user/pw'
require 'chef/provider/user/useradd'
require 'chef/provider/user/windows'
require 'chef/provider/user/solaris'
+require 'chef/provider/user/aix'
require 'chef/provider/group/aix'
require 'chef/provider/group/dscl'