summaryrefslogtreecommitdiff
path: root/lib/chef/resources.rb
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2020-03-20 09:36:20 -0700
committerTim Smith <tsmith84@gmail.com>2020-03-23 15:46:31 -0700
commit72d9beaf59af27939e3f962279eb6162d642c823 (patch)
treeefed172a8da931e63171876fd95cc32ffa260de1 /lib/chef/resources.rb
parent984b43786e32ebed1a0e0f78ae51870aa4ecc215 (diff)
downloadchef-72d9beaf59af27939e3f962279eb6162d642c823.tar.gz
Add chef_client_cron resource from chef-client cookbook
Add the chef_client_cron resource so users can manage chef-client as a cron job out of the box. Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'lib/chef/resources.rb')
-rw-r--r--lib/chef/resources.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/chef/resources.rb b/lib/chef/resources.rb
index 1fc707f642..2256804eb7 100644
--- a/lib/chef/resources.rb
+++ b/lib/chef/resources.rb
@@ -27,6 +27,7 @@ require_relative "resource/batch"
require_relative "resource/breakpoint"
require_relative "resource/build_essential"
require_relative "resource/cookbook_file"
+require_relative "resource/chef_client_cron"
require_relative "resource/chef_gem"
require_relative "resource/chef_handler"
require_relative "resource/chef_sleep"