Skip to content
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

(MODULES-8216) - Fix fail when custom_sshkey_path and managehome=false #194

Merged
merged 2 commits into from
Nov 26, 2018

Conversation

eimlav
Copy link
Contributor

@eimlav eimlav commented Nov 22, 2018

When a user specifies both custom_sshkey_path => '/some/file' and managehome = false in a accounts::user manifest, a fail will occur due to Puppet attempting to generate a .ssh folder in the users home folder which doesn't exist. This fix rectifies the issue. Thanks to @ggeldenhuis for assistance in the PR.

@eimlav eimlav added the bugfix label Nov 22, 2018
@david22swan david22swan merged commit 0565a63 into puppetlabs:master Nov 26, 2018
@eimlav eimlav deleted the modules-8216 branch November 26, 2018 10:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants