Issue #3075 has been reported by Markus Roberts. ---------------------------------------- Bug #3075: sshkey host aliases broken by fix for #2813 http://projects.reductivelabs.com/issues/3075
Author: Markus Roberts
Status: Accepted
Priority: Normal
Assigned to:
Category: ssh
Target version:
Affected version: 0.25.4rc1
Keywords:
Branch:
As of commit:"854c06502d1a8f6d6dfaf0abeaacb4791a6fb5ed" host aliases for
sshkeys are not written to the keyfile; thus:
<pre>
sshkey { "Robert-foo":
target => '/tmp/test_sshkey_file',
type => 'ssh-dss',
key => "somehexgoo",
host_aliases => [bob-foo,bobby-foo,rob-foo]
}
</pre>
produces:
<pre>
Robert-foo ssh-dss somehexgoo
</pre>
instead of:
<pre>
Robert-foo,bob-foo,bobby-foo,rob-foo ssh-dss somehexgoo
</pre>
--
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://reductivelabs.com/redmine/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.
