-
Notifications
You must be signed in to change notification settings - Fork 105
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove workaround from user.pp #439
Conversation
The issue referenced in the workaround (https://tickets.puppetlabs.com/browse/PUP-9706) has been closed and puppetlabs/puppet#7527 was merged to address the underlying issue. Therefore this workaround should no longer be needed and the `managehome` option should be customizable. Full issue description reported here puppetlabs#438
accounts::user is a typeBreaking changes to this file WILL impact these 3 modules (exact match):Breaking changes to this file MAY impact these 5 modules (near match):This module is declared in 3 of 580 indexed public
|
Remove tests for managehome = false
If managehome is set to true, prevent the purge_user_home from attempting to delete the home dir
|
Could I get some feedback on this when possible? Thank You! |
|
This makes sense to me. Sorry for the long delay in feedback, we have been busy with Puppet 8 compatibility. Happy enough to merge. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
The issue referenced in the workaround (https://tickets.puppetlabs.com/browse/PUP-9706) has been closed and puppetlabs/puppet#7527 was merged to address the underlying issue. Therefore this workaround should no longer be needed and the
managehomeoption should be customizable.Full issue description reported here #438