Skip to content

Commit

Permalink
And more corrections
Browse files Browse the repository at this point in the history
Signed-off-by: Ian Maddaus <[email protected]>
  • Loading branch information
IanMadd committed Nov 14, 2023
1 parent 12ac3ad commit 7583477
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion content/licensing/accept.md
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,8 @@ chef_license "<LICENSE_OPTION>"

Chef Infra Server is also distributed as a `hab` package and run using the Chef Habitat Supervisor. In this mode, users accept the Chef License by setting the correct configuration values. The key is `chef_license.acceptance`.

For example, against a supervisor running Chef Infra Server, run `echo "chef_license.acceptance = accept" | hab config apply server.default 100`. See the [Chef Habitat config updates documentation](/habitat/service_updates/) for more information about how to apply this configuration to a service group.
For example, against a Supervisor running Chef Infra Server, run `echo "chef_license.acceptance = accept" | hab config apply server.default 100`.
See the [Chef Habitat config updates documentation]({{< relref "/habitat/service_updates" >}}) for more information about how to apply this configuration to a service group.

### Chef InSpec

Expand Down
4 changes: 2 additions & 2 deletions tools/vale/chef/chef_products.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
extends: substitution
message: "Use '%s' instead of '%s'"
level: error
level: warning
ignorecase: false
swap:
'(?:[^\s]*) ?Automate': Chef Automate
Expand All @@ -18,4 +18,4 @@ swap:
'(?:[^\s]* ){0,2}Builder': Chef Habitat Builder
'Depot': Chef Habitat Artifact storage
'(?:[^\s]* ){0,2}Studio': Chef Habitat Studio
'(?:[^\s]* ){0,2}Supervisor': Chef Habitat Supervisor
'(?<!Chef Habitat) Supervisor': Chef Habitat Supervisor

0 comments on commit 7583477

Please sign in to comment.