summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2020-04-09 12:05:56 -0700
committerGitHub <noreply@github.com>2020-04-09 12:05:56 -0700
commitba4d8adf0f53d812edbc69ef2b8f83c274221907 (patch)
treeebe55f2c55223e56e8fda959aa6743ef538606f8
parenta33b3909da5c4b844dc64915cd36f764d224cd2f (diff)
downloadchef-ba4d8adf0f53d812edbc69ef2b8f83c274221907.tar.gz
Update lib/chef/resource/chef_client_systemd_timer.rb
Signed-off-by: Tim Smith <tsmith@chef.io> Co-Authored-By: pete higgins <pete@peterhiggins.org>
-rw-r--r--lib/chef/resource/chef_client_systemd_timer.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/resource/chef_client_systemd_timer.rb b/lib/chef/resource/chef_client_systemd_timer.rb
index 3494236c3f..359fe951a0 100644
--- a/lib/chef/resource/chef_client_systemd_timer.rb
+++ b/lib/chef/resource/chef_client_systemd_timer.rb
@@ -53,7 +53,7 @@ class Chef
property :description, String,
description: "The description to add to the systemd timer. This will be displayed when running `systemctl status` for the timer.",
- default: "Chef Infra Client periodic execution"
+ default: "#{Chef::Dist::PRODUCT} periodic execution"
property :user, String,
description: "The name of the user that #{Chef::Dist::PRODUCT} runs as.",