summaryrefslogtreecommitdiff
path: root/lib/chef/providers.rb
diff options
context:
space:
mode:
authorkaustubh-d <kausubh@clogeny.com>2013-07-22 01:29:01 -0700
committeradamedx <adamed@opscode.com>2013-08-04 08:27:07 -0700
commiteeb95c154b8271a7db9f1c4d986466b87699a0e5 (patch)
tree20ddbb2bfe10fbea2926c28047474f580842f8bc /lib/chef/providers.rb
parent22c645821fda39f1e2d1fe21e9b22917f5ff513c (diff)
downloadchef-eeb95c154b8271a7db9f1c4d986466b87699a0e5.tar.gz
add aix cron provider mapping.
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 65d251f687..a87aa9d141 100644
--- a/lib/chef/providers.rb
+++ b/lib/chef/providers.rb
@@ -21,6 +21,7 @@ require 'chef/provider/breakpoint'
require 'chef/provider/cookbook_file'
require 'chef/provider/cron'
require 'chef/provider/cron/solaris'
+require 'chef/provider/cron/aix'
require 'chef/provider/deploy'
require 'chef/provider/directory'
require 'chef/provider/env'