summaryrefslogtreecommitdiff
path: root/lib/chef/providers.rb
diff options
context:
space:
mode:
authorkaustubh-d <kaustubh@clogeny.com>2013-08-01 02:16:02 -0500
committeradamedx <adamed@opscode.com>2013-08-19 22:56:46 -0700
commitc76a65fd0b1dc47558b087c49d909e8397384267 (patch)
tree34425d07346de8765daa6313de009934805b64c7 /lib/chef/providers.rb
parent33b74d9bf6aa9ca39de040b149e63281fef01284 (diff)
downloadchef-c76a65fd0b1dc47558b087c49d909e8397384267.tar.gz
add requires for aix bff resource, providers.
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 a87aa9d141..50099e8afc 100644
--- a/lib/chef/providers.rb
+++ b/lib/chef/providers.rb
@@ -65,6 +65,7 @@ require 'chef/provider/package/yum'
require 'chef/provider/package/zypper'
require 'chef/provider/package/solaris'
require 'chef/provider/package/smartos'
+require 'chef/provider/package/aix'
require 'chef/provider/service/arch'
require 'chef/provider/service/debian'