summaryrefslogtreecommitdiff
path: root/lib/chef/resource/chef_client_systemd_timer.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/resource/chef_client_systemd_timer.rb')
-rw-r--r--lib/chef/resource/chef_client_systemd_timer.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/chef/resource/chef_client_systemd_timer.rb b/lib/chef/resource/chef_client_systemd_timer.rb
index e911fc2cb0..bc338fa85a 100644
--- a/lib/chef/resource/chef_client_systemd_timer.rb
+++ b/lib/chef/resource/chef_client_systemd_timer.rb
@@ -92,11 +92,11 @@ class Chef
property :daemon_options, Array,
description: "An array of options to pass to the #{ChefUtils::Dist::Infra::CLIENT} command.",
- default: lazy { [] }
+ default: []
property :environment, Hash,
description: "A Hash containing additional arbitrary environment variables under which the systemd timer will be run in the form of `({'ENV_VARIABLE' => 'VALUE'})`.",
- default: lazy { {} }
+ default: {}
property :cpu_quota, [Integer, String],
description: "The systemd CPUQuota to run the #{ChefUtils::Dist::Infra::CLIENT} process with. This is a percentage value of the total CPU time available on the system. If the system has more than 1 core this may be a value greater than 100.",