From c82527234a35b587bb01280b63ce21279f12fd53 Mon Sep 17 00:00:00 2001 From: Kashish varma Date: Thu, 11 Jun 2026 15:48:20 +0530 Subject: [PATCH 1/3] Update Chef download endpoints to new commercial and community URLs Signed-off-by: Kashish varma --- content/tools/kitchen/config_yml_kitchen.md | 6 +++++- content/tools/kitchen/ctl_kitchen.md | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/content/tools/kitchen/config_yml_kitchen.md b/content/tools/kitchen/config_yml_kitchen.md index d2aa68e..50362a5 100644 --- a/content/tools/kitchen/config_yml_kitchen.md +++ b/content/tools/kitchen/config_yml_kitchen.md @@ -55,7 +55,11 @@ Chef-specific settings: : Default value: `/etc/opt` for UNIX and Linux, `$env:systemdrive\\opscode\\chef` on Windows. `chef_omnibus_url` -: The URL of an `install.sh` script that will install Chef Infra Client on the machine under test. Default value: `https://omnitruck.chef.io/install.sh`. **This will be deprecated in a future version.** +: The URL of an `install.sh` script that will install Chef Infra Client on the machine under test. + - Commercial: `https://chefdownload-commercial.chef.io/install.sh?license_id=` + - Community: `https://chefdownload-community.chef.io/install.sh` + + For the commercial endpoint, replace `` with your actual license ID. You can find your license key at: [How Do I Find My License Key Needed For Chef Product Downloads](https://community.progress.com/s/article/How-Do-I-Find-My-License-Key-Needed-For-Chef-Product-Downloads) `chef_solo_path` : chef-solo provisioner only. diff --git a/content/tools/kitchen/ctl_kitchen.md b/content/tools/kitchen/ctl_kitchen.md index 45e5ead..9621ada 100644 --- a/content/tools/kitchen/ctl_kitchen.md +++ b/content/tools/kitchen/ctl_kitchen.md @@ -929,7 +929,7 @@ to return something similar to: -----> Converging ... ... -----> Installing Chef install only if missing package - Downloading https://omnitruck.chef.io/install.sh to file /tmp/install.sh + Downloading https://chefdownload-commercial.chef.io/install.sh?license_id= to file /tmp/install.sh ... Installing chef ... From b920fd6db56f994f3970d0d9a6f5a0a0a46518d8 Mon Sep 17 00:00:00 2001 From: Kashish varma Date: Thu, 11 Jun 2026 16:00:28 +0530 Subject: [PATCH 2/3] Fix markdown linting errors Signed-off-by: Kashish varma --- content/tools/kitchen/config_yml_kitchen.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/content/tools/kitchen/config_yml_kitchen.md b/content/tools/kitchen/config_yml_kitchen.md index 50362a5..e73dae0 100644 --- a/content/tools/kitchen/config_yml_kitchen.md +++ b/content/tools/kitchen/config_yml_kitchen.md @@ -55,10 +55,11 @@ Chef-specific settings: : Default value: `/etc/opt` for UNIX and Linux, `$env:systemdrive\\opscode\\chef` on Windows. `chef_omnibus_url` -: The URL of an `install.sh` script that will install Chef Infra Client on the machine under test. +: The URL of an `install.sh` script that will install Chef Infra Client on the machine under test. + - Commercial: `https://chefdownload-commercial.chef.io/install.sh?license_id=` - Community: `https://chefdownload-community.chef.io/install.sh` - + For the commercial endpoint, replace `` with your actual license ID. You can find your license key at: [How Do I Find My License Key Needed For Chef Product Downloads](https://community.progress.com/s/article/How-Do-I-Find-My-License-Key-Needed-For-Chef-Product-Downloads) `chef_solo_path` From 1f22ed5888326ad3ffd552630cf453720e9d099f Mon Sep 17 00:00:00 2001 From: Kashish varma Date: Thu, 11 Jun 2026 16:06:02 +0530 Subject: [PATCH 3/3] Remove bullets from definition list Signed-off-by: Kashish varma --- content/tools/kitchen/config_yml_kitchen.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/content/tools/kitchen/config_yml_kitchen.md b/content/tools/kitchen/config_yml_kitchen.md index e73dae0..9bf2c3e 100644 --- a/content/tools/kitchen/config_yml_kitchen.md +++ b/content/tools/kitchen/config_yml_kitchen.md @@ -57,8 +57,9 @@ Chef-specific settings: `chef_omnibus_url` : The URL of an `install.sh` script that will install Chef Infra Client on the machine under test. - - Commercial: `https://chefdownload-commercial.chef.io/install.sh?license_id=` - - Community: `https://chefdownload-community.chef.io/install.sh` + Commercial: `https://chefdownload-commercial.chef.io/install.sh?license_id=` + + Community: `https://chefdownload-community.chef.io/install.sh` For the commercial endpoint, replace `` with your actual license ID. You can find your license key at: [How Do I Find My License Key Needed For Chef Product Downloads](https://community.progress.com/s/article/How-Do-I-Find-My-License-Key-Needed-For-Chef-Product-Downloads)