summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorIan Maddaus <Ian.Maddaus@progress.com>2021-07-08 15:49:45 -0700
committerIan Maddaus <Ian.Maddaus@progress.com>2021-07-08 15:49:45 -0700
commita5c114b885aeeca3b835544b3688616a34f1f620 (patch)
tree7a672d6eb7541cec833efb4b59b21e5676f32356 /lib
parentd2817426816c661ebab65badaf94ad1305cfb214 (diff)
downloadchef-a5c114b885aeeca3b835544b3688616a34f1f620.tar.gz
Fix links to master agreement
Signed-off-by: Ian Maddaus <Ian.Maddaus@progress.com>
Diffstat (limited to 'lib')
-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],