-
Notifications
You must be signed in to change notification settings - Fork 34
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
Listed ssh keys are purged #70
Comments
I'm not sure if I follow what's the problem. How does the definition of |
Hey, My user definition is very standard ( key made invalid on purpouse ). test:
ensure: 'present'
uid: 500
gid: 500
comment: "Test User"
ssh_keys:
'Test User key': # an unique indentifier of a key
type: "ssh-rsa"
key: "AAAAB3NzaC1yc2EAAAADAQABAAACAQDGssf8Aj+Djthei8IHwiZaKkG8n5HcR8Zk87WE2ok4NYzOMr9cz22U8w03tuMPoXx6Jqmmrog1AuE5ixOzHybDRvj/phA4TYdnViX+IiR02CNJXqJV3utkECxDAImlM3E12VuESrO3P16+uhYug9sK18
aFtFzwaARgNKpQFUakk1K0CaC5zqE6lrkeqzYxmAr2zsdHxfFonIl/ZLVp53hc5xe99CIMjFAfYWEN/YM
6Xxn7BHoFtg7kDJMF48fUjGcOlt4aoog87FqgOGHaQBolQiuZvjRvDa89eBbSXb65bTA++MK7CpGhW6lDyUxZhQwumjPMDGfVwj8bWmqJyp3e5v5/gMjH4Sj3g82trV32CNdM1ahYW6R2VF/uEYbZo+WJ4Ybh7gq8SW73ZO3
7M0CgCv3yiLBLAHBLAHBLAHBLA" |
Looks like issue that was introduced in 1.5.2. |
It worked fine before, so very likely. |
Should be fixed in master branch:
second run:
|
Hey, |
Travis build failed due to failure on Puppet 3.4, for newer version everything passes. |
Released in v1.5.3. Please reopen if the problem persists. |
Hey,
So now that we're using latest version of the module I've noticed that the keys are being purged on all servers during puppet run even if they're listed for the user.
Our settings are
The text was updated successfully, but these errors were encountered: