You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/chef_install_script.md
+11-2Lines changed: 11 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -153,8 +153,7 @@ In addition to the default install behavior, the Chef Software install script su
153
153
`-P` (`-project` on Windows)
154
154
155
155
: The product name to install. Supported versions of Chef products are
156
-
`chef`,`chef-backend`,`chef-server`,`inspec`,`chef-workstation`,`manage` and
157
-
`supermarket`. Default value: `chef`.
156
+
`chef`,`chef-backend`,`chef-server`,`inspec`,`chef-workstation`,`manage`,`supermarket` and `chef-ice` . Default value: `chef`.
158
157
159
158
`-s` (`-install_strategy` on Windows)
160
159
@@ -178,6 +177,16 @@ In addition to the default install behavior, the Chef Software install script su
178
177
two-part version (x.y) is also allowed. For more information about
179
178
application versioning, see [semver.org](https://semver.org/).
180
179
180
+
`-i` (`-package_manager` on Windows)
181
+
182
+
: Specifies the package manager to use for downloading and installing the Chef Infra Client Enterprise. If not provided, the script will auto detect the package manager based on the platform.
183
+
184
+
Supported values include:
185
+
186
+
-`deb`: For Debian-based systems (for example: Ubuntu).
187
+
-`rpm`: For Red Hat-based systems (for example: CentOS, Fedora).
For products such as Chef Infra Client Enterprise or Chef Infra Client Legacy Migration, the pm (package manager) query parameter must be explicitly provided in the request. This value determines the type of package to retrieve (for example: deb, rpm, msi, or tar) and is required because these products support multiple packaging formats.
For products such as Chef Infra Client Enterprise or Chef Infra Client Legacy Migration, the pm (package manager) query parameter must be explicitly provided in the request. This value determines the type of package to retrieve (for example: deb, rpm, msi, or tar) and is required because these products support multiple packaging formats.
For products such as Chef Infra Client Enterprise or Chef Infra Client Legacy Migration, the pm (package manager) query parameter must be explicitly provided in the request. This value determines the type of package to retrieve (for example: deb, rpm, msi, or tar) and is required because these products support multiple packaging formats.
Copy file name to clipboardExpand all lines: content/licensing/_index.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ Before you can use distributions of Chef products, you must [accept the Chef End
21
21
22
22
The following products also require a [license key](license_key):
23
23
24
-
- Chef InSpec 6 or greater
24
+
- Chef InSpec 6
25
25
26
26
Licensing is available for non-profit, research, and academic organizations through a special, free, or highly discounted commercial license in [Progress Chef's Non-Profit Entitlement Program](https://www.chef.io/nonprofit-entitlement-program).
0 commit comments