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
4 changes: 1 addition & 3 deletions docs-chef-io/content/server/ctl_chef_server.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,9 +139,7 @@ This subcommand has the following options:

`--path PATH`

: Use to specify the location of a package. This option is not
required when packages are downloaded from
<https://packages.chef.io/>.
: Use to specify the location of a local package file. This option is not required when packages are downloaded automatically from <https://chefdownload-commercial.chef.io/> (requires a valid `license_id`).

### Use Downloads

Expand Down
5 changes: 1 addition & 4 deletions docs-chef-io/content/server/install_server_tiered.md
Original file line number Diff line number Diff line change
Expand Up @@ -273,10 +273,7 @@ first downloaded to a local directory, and then installed.

**Use Downloads**

The `install` subcommand downloads packages from
<https://packages.chef.io/> by default. For systems that are not behind
a firewall (and have connectivity to <https://packages.chef.io/>), the
Chef management console package can be installed as described below:
The `install` subcommand downloads packages from <https://chefdownload-commercial.chef.io/> by default (requires a valid `license_id`).

Chef Manage

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
The `install` subcommand downloads packages from <https://packages.chef.io> by default.
For systems that are not behind a firewall (and have connectivity to <https://packages.chef.io>), these packages can be installed as described below.
The `install` subcommand downloads packages from <https://chefdownload-commercial.chef.io> by default (requires a valid `license_id`).

1. Install add-ons

Expand Down
Loading