summaryrefslogtreecommitdiff
path: root/lib/chef/resource/cron_access.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/resource/cron_access.rb')
-rw-r--r--lib/chef/resource/cron_access.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/chef/resource/cron_access.rb b/lib/chef/resource/cron_access.rb
index b89cf8e265..dbcc0709b7 100644
--- a/lib/chef/resource/cron_access.rb
+++ b/lib/chef/resource/cron_access.rb
@@ -27,8 +27,8 @@ class Chef
resource_name :cron_access
provides(:cron_manage) # legacy name @todo in Chef 15 we should { true } this so it wins over the cookbook
- introduced "14.3"
- description ""
+ introduced "14.4"
+ description "Use the cron_access resource to manage the /etc/cron.allow and /etc/cron.deny files."
property :user, String,
description: "The user to allow or deny. If not provided we'll use the resource name.",