summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2020-05-01 22:30:32 -0700
committerTim Smith <tsmith84@gmail.com>2020-05-01 22:30:32 -0700
commita23efbf7bb2f9e77799ea9c3cf0f88d441af9bba (patch)
treee527fda071b1bc9d3e1307b448b3b19a67ab316f
parent2034a1b4768321ecee33f53dd4d65c5c0a3b9819 (diff)
downloadchef-more_and_more_descriptions.tar.gz
Add a note to cron_accessmore_and_more_descriptions
Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--lib/chef/resource/cron_access.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/resource/cron_access.rb b/lib/chef/resource/cron_access.rb
index f995c9b454..f0e5ed64bf 100644
--- a/lib/chef/resource/cron_access.rb
+++ b/lib/chef/resource/cron_access.rb
@@ -28,7 +28,7 @@ class Chef
provides(:cron_manage) # legacy name @todo in Chef 15 we should { true } this so it wins over the cookbook
introduced "14.4"
- description "Use the **cron_access** resource to manage the /etc/cron.allow and /etc/cron.deny files."
+ description "Use the **cron_access** resource to manage the /etc/cron.allow and /etc/cron.deny files. Note: This resource previously shipped in the `cron` cookbook as `cron_manage`, which it can still be used as for backwards compatibility with existing Chef Infra Client releases."
examples <<~DOC
**Add the mike user to cron.allow**