diff --git a/content/tools/kitchen/config_yml_kitchen.md b/content/tools/kitchen/config_yml_kitchen.md index d2aa68e..9bf2c3e 100644 --- a/content/tools/kitchen/config_yml_kitchen.md +++ b/content/tools/kitchen/config_yml_kitchen.md @@ -55,7 +55,13 @@ 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 ...