summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2021-09-14 14:32:18 -0700
committerGitHub <noreply@github.com>2021-09-14 14:32:18 -0700
commit03b29fd9afcd729d0e9667623bbac61731b0950d (patch)
tree11076624e8c0cb1186f26a89c87010bf04e9d16d
parent0d48076e5eb1acc0ccd6ba07e7c287840b35a637 (diff)
parent2151815befe6bd7c148dd5da85259c63059a9d59 (diff)
downloadchef-03b29fd9afcd729d0e9667623bbac61731b0950d.tar.gz
Merge pull request #12024 from chef/description
Add a description to use_consistent_splay
-rw-r--r--lib/chef/resource/chef_client_scheduled_task.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/chef/resource/chef_client_scheduled_task.rb b/lib/chef/resource/chef_client_scheduled_task.rb
index 57c3f567f0..8282e5fd4c 100644
--- a/lib/chef/resource/chef_client_scheduled_task.rb
+++ b/lib/chef/resource/chef_client_scheduled_task.rb
@@ -114,6 +114,8 @@ class Chef
default: 300
property :use_consistent_splay, [true, false],
+ description: "Always use the same random splay amount for each node to ensure consistent frequencies between #{ChefUtils::Dist::Infra::CLIENT} execution.",
+ introduced: "17.5",
default: false
property :run_on_battery, [true, false],