summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-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 dbcc0709b7..b6b822ba40 100644
--- a/lib/chef/resource/cron_access.rb
+++ b/lib/chef/resource/cron_access.rb
@@ -35,7 +35,7 @@ class Chef
name_property: true
action :allow do
- description "Add the user to the cron.deny file."
+ description "Add the user to the cron.allow file."
with_run_context :root do
edit_resource(:template, "/etc/cron.allow") do |new_resource|
@@ -51,7 +51,7 @@ class Chef
end
action :deny do
- description "Add the user to the cron.allow file."
+ description "Add the user to the cron.deny file."
with_run_context :root do
edit_resource(:template, "/etc/cron.deny") do |new_resource|