summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Maddaus <Ian.Maddaus@progress.com>2021-07-08 15:49:45 -0700
committerJohn McCrae <john.mccrae@progress.com>2021-07-16 15:38:14 -0700
commitf5a4bd245ab025169a87f711252ad90c351d5f57 (patch)
tree05089b99d46136436981932d3df819256f722e25
parent2fc29d17ffd06526d8583fe918698d514037245c (diff)
downloadchef-f5a4bd245ab025169a87f711252ad90c351d5f57.tar.gz
Fix links to master agreement
Signed-off-by: Ian Maddaus <Ian.Maddaus@progress.com>
-rw-r--r--lib/chef/resource/chef_client_cron.rb2
-rw-r--r--lib/chef/resource/chef_client_launchd.rb2
-rw-r--r--lib/chef/resource/chef_client_scheduled_task.rb2
-rw-r--r--lib/chef/resource/chef_client_systemd_timer.rb2
4 files changed, 4 insertions, 4 deletions
diff --git a/lib/chef/resource/chef_client_cron.rb b/lib/chef/resource/chef_client_cron.rb
index cab2adacf2..726fd58795 100644
--- a/lib/chef/resource/chef_client_cron.rb
+++ b/lib/chef/resource/chef_client_cron.rb
@@ -106,7 +106,7 @@ class Chef
description: "The e-mail address to e-mail any cron task failures to."
property :accept_chef_license, [true, false],
- description: "Accept the Chef Online Master License and Services Agreement. See <https://www.chef.io/online-master-agreement/>",
+ description: "Accept the Chef Online Master License and Services Agreement. See <https://www.chef.io/online-master-agreement>",
default: false
property :config_directory, String,
diff --git a/lib/chef/resource/chef_client_launchd.rb b/lib/chef/resource/chef_client_launchd.rb
index 86c2b6ce7d..2b00c097f0 100644
--- a/lib/chef/resource/chef_client_launchd.rb
+++ b/lib/chef/resource/chef_client_launchd.rb
@@ -65,7 +65,7 @@ class Chef
description: "A random number of seconds between 0 and X to add to interval so that all #{ChefUtils::Dist::Infra::CLIENT} commands don't execute at the same time."
property :accept_chef_license, [true, false],
- description: "Accept the Chef Online Master License and Services Agreement. See <https://www.chef.io/online-master-agreement/>",
+ description: "Accept the Chef Online Master License and Services Agreement. See <https://www.chef.io/online-master-agreement>",
default: false
property :config_directory, String,
diff --git a/lib/chef/resource/chef_client_scheduled_task.rb b/lib/chef/resource/chef_client_scheduled_task.rb
index e963ac21cc..6f88460d73 100644
--- a/lib/chef/resource/chef_client_scheduled_task.rb
+++ b/lib/chef/resource/chef_client_scheduled_task.rb
@@ -87,7 +87,7 @@ class Chef
default_description: "30 if frequency is 'minute', 1 otherwise"
property :accept_chef_license, [true, false],
- description: "Accept the Chef Online Master License and Services Agreement. See <https://www.chef.io/online-master-agreement/>",
+ description: "Accept the Chef Online Master License and Services Agreement. See <https://www.chef.io/online-master-agreement>",
default: false
property :start_date, String,
diff --git a/lib/chef/resource/chef_client_systemd_timer.rb b/lib/chef/resource/chef_client_systemd_timer.rb
index 57dc8a36a4..0df5852514 100644
--- a/lib/chef/resource/chef_client_systemd_timer.rb
+++ b/lib/chef/resource/chef_client_systemd_timer.rb
@@ -75,7 +75,7 @@ class Chef
default: "5min"
property :accept_chef_license, [true, false],
- description: "Accept the Chef Online Master License and Services Agreement. See <https://www.chef.io/online-master-agreement/>",
+ description: "Accept the Chef Online Master License and Services Agreement. See <https://www.chef.io/online-master-agreement>",
default: false
property :run_on_battery, [true, false],