Skip to content

Commit

Permalink
Update config_rb_client.md
Browse files Browse the repository at this point in the history
added defaults for reporting values

info from - https://github.com/chef/chef/blob/main/chef-config/lib/chef-config/config.rb#L595

Signed-off-by: James McCormick <[email protected]>
  • Loading branch information
JMccProgress authored Nov 29, 2023
1 parent bfcf381 commit 2e1f0ca
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions content/config_rb_client.md
Original file line number Diff line number Diff line change
Expand Up @@ -211,9 +211,13 @@ This configuration file has the following settings:
`enable_reporting`
: Cause Chef Infra Client to send run data to Chef Automate server.

Default value: `true`

`enable_reporting_url_fatals`
: Cause a Chef Infra Client run to fail when run data can't be sent to the Chef Automate server (for any reason).

Default value: `false`

`enable_selinux_file_permission_fixup`
: SELinux environments only. Cause Chef Infra Client to attempt to apply the correct file permissions to an updated file using the `restorecon` command. Set to `false` to prevent Chef Infra Client from attempting this action.

Expand Down

0 comments on commit 2e1f0ca

Please sign in to comment.