diff options
author | deepalijagtap <deepali.jagtap@clogeny.com> | 2013-07-08 06:24:17 -0500 |
---|---|---|
committer | adamedx <adamed@opscode.com> | 2013-07-22 04:20:30 -0700 |
commit | 3aedb865c80ab3aeb16bb32f4232d68909e318fc (patch) | |
tree | cdf9fbe2c1aaea72946b2e17c411d84696313682 /lib/chef/providers.rb | |
parent | a5b95398df5afe57923905327ea969ef2b9a2b4d (diff) | |
download | chef-3aedb865c80ab3aeb16bb32f4232d68909e318fc.tar.gz |
require aix mount 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 e0039428f2..c8b5b0b772 100644 --- a/lib/chef/providers.rb +++ b/lib/chef/providers.rb @@ -97,6 +97,7 @@ require 'chef/provider/group/usermod' require 'chef/provider/group/windows' require 'chef/provider/mount/mount' +require 'chef/provider/mount/aix' require 'chef/provider/mount/windows' require 'chef/provider/deploy/revision' |