Skip to content

Commit

Permalink
Contractions
Browse files Browse the repository at this point in the history
Signed-off-by: Ian Maddaus <[email protected]>
  • Loading branch information
IanMadd committed Sep 12, 2023
1 parent 5808364 commit 95f7d07
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data/infra/resources/homebrew_package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@ properties_list:
- markdown: |-
The name or uid of the Homebrew owner to be used by Chef Infra Client when executing a command.
Chef Infra Client, by default, will attempt to execute a Homebrew command as the owner of the `/usr/local/bin/brew` executable on x86_64 machines or `/opt/homebrew/bin/brew` executable on arm64 machines. If that executable does not exist, Chef Infra Client will attempt to find the user by executing `which brew`. If that executable cannot be found, Chef Infra Client will print an error message: `Could not find the 'brew' executable in /usr/local/bin. /opt/homebrew/bin, or anywhere on the path.`.
Chef Infra Client, by default, will attempt to execute a Homebrew command as the owner of the `/usr/local/bin/brew` executable on x86_64 machines or `/opt/homebrew/bin/brew` executable on arm64 machines. If that executable doesn't exist, Chef Infra Client will attempt to find the user by executing `which brew`. If that executable can't be found, Chef Infra Client will print an error message: `Couldn't find the 'brew' executable anywhere on the path.`.
Set this property to specify the Homebrew owner for situations where Chef Infra Client cannot automatically detect the correct owner.'
Set this property to specify the Homebrew owner for situations where Chef Infra Client can't automatically detect the correct owner.'
- property: options
ruby_type: String, Array
required: false
Expand Down

0 comments on commit 95f7d07

Please sign in to comment.