diff options
author | Lamont Granquist <lamont@scriptkiddie.org> | 2018-11-20 15:30:45 -0800 |
---|---|---|
committer | Lamont Granquist <lamont@scriptkiddie.org> | 2018-11-20 15:30:45 -0800 |
commit | 8deab370b8f117f86c61baaee70144c39787c6ba (patch) | |
tree | a6efc347bb20720a3ef08ab24de30f546a95578a | |
parent | 791d6db3cefa860bafef06c62dd74d6bae2aaaaa (diff) | |
download | chef-8deab370b8f117f86c61baaee70144c39787c6ba.tar.gz |
another tweak
Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
-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 ec568fc199..e5604af2c4 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -8,7 +8,7 @@ Chef 15 release notes will be added here as development progresses. ### Omnibus chef packages now removes /opt/chef before installation -The intent of this is that on upgrading packages the /opt/chef directory is removed of any stray `chef_gem` installed gem versions and other +The intent of this change is that on upgrading packages the /opt/chef directory is removed of any stray `chef_gem` installed gem versions and other modifications to /opt/chef that might be preserved and cause issues on upgrades. Due to technical details with rpm script execution order the way this was implemented was that a pre-installation script wipes /opt/chef before every install (done consistently this way on every package manager). |