Issue #5009 has been updated by Nigel Kersten. Status changed from Unreviewed to Accepted
Are you interested in working on a patch with me or someone else Bruce? ---------------------------------------- Bug #5009: sshkey resource uses name as the unique id https://projects.puppetlabs.com/issues/5009 Author: Bruce Richardson Status: Accepted Priority: Normal Assignee: Category: Target version: Affected Puppet version: Keywords: Branch: It is possible for an sshd server to have two types of ssh keys but the sshkey resource uses the name parameter, which corresponds to the hostname, as the unique identifier. This makes it impossible to create resources for both types of key for any one host. Well, ok, you could do it by setting 'name => "$type-$key"' and adding the real name to the aliases but that's fugly and could break. -- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://projects.puppetlabs.com/my/account -- You received this message because you are subscribed to the Google Groups "Puppet Bugs" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/puppet-bugs?hl=en.
