Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion content/tools/kitchen/config_yml_kitchen.md
Original file line number Diff line number Diff line change
Expand Up @@ -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=<LICENSE_ID>`

Community: `https://chefdownload-community.chef.io/install.sh`

For the commercial endpoint, replace `<LICENSE_ID>` 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.
Expand Down
2 changes: 1 addition & 1 deletion content/tools/kitchen/ctl_kitchen.md
Original file line number Diff line number Diff line change
Expand Up @@ -929,7 +929,7 @@ to return something similar to:
-----> Converging <default-ubuntu-1804>...
...
-----> 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=<LICENSE_ID> to file /tmp/install.sh
...
Installing chef
...
Expand Down
Loading