Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove references to packages.chef.io #3920

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
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
2 changes: 1 addition & 1 deletion docs-chef-io/content/server/ctl_chef_server.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ This subcommand has the following options:

: Use to specify the location of a package. This option is not
required when packages are downloaded from
<https://packages.chef.io/>.
<https://chefdownload-commercial.chef.io/>.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This might not be true.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.


### Use Downloads

Expand Down
4 changes: 2 additions & 2 deletions docs-chef-io/content/server/install_server_tiered.md
Original file line number Diff line number Diff line change
Expand Up @@ -266,8 +266,8 @@ 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
<https://chefdownload-commercial.chef.io/> by default. For systems that are not behind
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also here

a firewall (and have connectivity to <https://chefdownload-commercial.chef.io/>), the
Chef management console package can be installed as described below:

Chef Manage
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
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.
For systems that are not behind a firewall (and have connectivity to <https://chefdownload-commercial.chef.io>), these packages can be installed as described below.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

And here


1. Install add-ons

Expand Down
Loading