summaryrefslogtreecommitdiff
path: root/lib/chef/resource/cron.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/resource/cron.rb')
-rw-r--r--lib/chef/resource/cron.rb5
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/chef/resource/cron.rb b/lib/chef/resource/cron.rb
index 2b70be7bb8..72023c31ed 100644
--- a/lib/chef/resource/cron.rb
+++ b/lib/chef/resource/cron.rb
@@ -21,9 +21,10 @@ require "chef/resource"
class Chef
class Resource
- # Use the cron resource to manage cron entries for time-based job scheduling. Properties for a schedule will default
- # to * if not provided. The cron resource requires access to a crontab program, typically cron.
class Cron < Chef::Resource
+ description "Use the cron resource to manage cron entries for time-based job scheduling."\
+ " Properties for a schedule will default to * if not provided. The cron resource"\
+ " requires access to a crontab program, typically cron."
identity_attr :command