summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2021-07-08 17:12:35 -0700
committerGitHub <noreply@github.com>2021-07-08 17:12:35 -0700
commitf0ad00feeb7ac42dc328f3d2be4f8c8bc431c107 (patch)
tree7a672d6eb7541cec833efb4b59b21e5676f32356
parentd2817426816c661ebab65badaf94ad1305cfb214 (diff)
parenta5c114b885aeeca3b835544b3688616a34f1f620 (diff)
downloadchef-f0ad00feeb7ac42dc328f3d2be4f8c8bc431c107.tar.gz
Merge pull request #11794 from chef/im/link_fixes
Fix links to master agreement
-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],