summaryrefslogtreecommitdiff
path: root/lib/chef/resource/chef_client_scheduled_task.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/resource/chef_client_scheduled_task.rb')
-rw-r--r--lib/chef/resource/chef_client_scheduled_task.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/resource/chef_client_scheduled_task.rb b/lib/chef/resource/chef_client_scheduled_task.rb
index 25780afdf4..7c6b9079fa 100644
--- a/lib/chef/resource/chef_client_scheduled_task.rb
+++ b/lib/chef/resource/chef_client_scheduled_task.rb
@@ -127,7 +127,7 @@ class Chef
property :daemon_options, Array,
description: "An array of options to pass to the #{ChefUtils::Dist::Infra::CLIENT} command.",
- default: lazy { [] }
+ default: []
action :add do
# TODO: Replace this with a :create_if_missing action on directory when that exists