diff options
author | siddheshwar-more <siddheshwar.more@clogeny.com> | 2013-12-09 01:44:29 -0600 |
---|---|---|
committer | kaustubh-d <kaustubh@clogeny.com> | 2014-07-31 11:13:47 +0530 |
commit | 2189e8799db5f6a56b468f31b1142664b2af7be2 (patch) | |
tree | 0e6a9f3750c43c5278859893fc5d51ce4ab4de8a /lib/chef/providers.rb | |
parent | bfe0ac206c5723637772d8b9b3a48a4d94f5c21f (diff) | |
download | chef-2189e8799db5f6a56b468f31b1142664b2af7be2.tar.gz |
Added basic changes for aix user provider
Diffstat (limited to 'lib/chef/providers.rb')
-rw-r--r-- | lib/chef/providers.rb | 1 |
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' |