summaryrefslogtreecommitdiff
path: root/lib/chef/resource/cron_access.rb
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2018-08-13 11:11:57 -0700
committerTim Smith <tsmith@chef.io>2018-08-13 11:11:57 -0700
commit5d1938b3f00f726e0ae8c4bf1f460ac663f13c56 (patch)
tree38621358acc1c99117b3ae22b6868ff0b05fd817 /lib/chef/resource/cron_access.rb
parent12a28933b46b83e6745a873d174a1fbe9e46f13d (diff)
downloadchef-5d1938b3f00f726e0ae8c4bf1f460ac663f13c56.tar.gz
Add descriptions and update the Chef version to ship in
Signed-off-by: Tim Smith <tsmith@chef.io>
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.",