diff options
author | Tim Smith <tsmith@chef.io> | 2021-07-21 12:45:54 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-21 12:45:54 -0700 |
commit | a87aeeb4ca6ce45310fc4c58d498fc13cdbf1190 (patch) | |
tree | 37c08b4b78e538af6805612f950abdfae5860a22 /RELEASE_NOTES.md | |
parent | b3daa10d615a3e667416b9fd4cf38d569947dbcd (diff) | |
download | chef-a87aeeb4ca6ce45310fc4c58d498fc13cdbf1190.tar.gz |
Update RELEASE_NOTES.md
Signed-off-by: Tim Smith <tsmith@chef.io>
Co-authored-by: Ian Maddaus <IanMadd@users.noreply.github.com>
Diffstat (limited to 'RELEASE_NOTES.md')
-rw-r--r-- | RELEASE_NOTES.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index e5ae9b4106..1bc40a133e 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -85,7 +85,7 @@ Use the habitat_service resource to manage Chef Habitat services. This requires #### habitat_user_toml -Use the habitat_user_toml to template a `user.toml` for Chef Habitat services. Configurations set in the `user.toml` override the `default.toml` for a given package, which makes it an alternative to applying service group level configuration. See the [habitat_user_toml Resource documentation](https://docs.chef.io/resources/habitat_user_toml/) for additional details and example usage. +Use the habitat_user_toml resource to template a `user.toml` for Chef Habitat services. Configurations set in the `user.toml` override the `default.toml` for a given package, which makes it an alternative to applying service group level configuration. See the [habitat_user_toml Resource documentation](https://docs.chef.io/resources/habitat_user_toml/) for additional details and example usage. #### windows_defender |