diff options
author | Tim Smith <tsmith@chef.io> | 2020-09-10 11:25:48 -0700 |
---|---|---|
committer | Tim Smith <tsmith84@gmail.com> | 2020-09-16 12:04:01 -0700 |
commit | a424f6dc96391cc0a01b70d33d4e94dc7c457408 (patch) | |
tree | 942dd69e67c52f70994666170a23f31893c0f5ca /RELEASE_NOTES.md | |
parent | e743b99b1ac547833bf5dda32e330af4cb157963 (diff) | |
download | chef-a424f6dc96391cc0a01b70d33d4e94dc7c457408.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 93c13c280c..8e023cca3d 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -86,7 +86,7 @@ The `mount` resource on Linux has new improved idempotency in some scenarios by ### rhsm_register -The `rhsm_register` resource has been updated to reduce the load on the RedHat Satellite server when checking if a system is already registered. Thanks for reporting this issue [@donwlewis](https://github.com/donwlewis). A new `system_name` property has also been added to allow you to register a name other than the system's hostname. Thanks for this improvement [@jasonwbarnett](https://github.com/jasonwbarnett/). +The `rhsm_register` resource has been updated to reduce the load on the RedHat Satellite server when checking if a system is already registered. Thanks for reporting this issue [@donwlewis](https://github.com/donwlewis)! A new `system_name` property has also been added to allow you to register a name other than the system's hostname. Thanks for this improvement [@jasonwbarnett](https://github.com/jasonwbarnett/)! ### windows_ad_join |