Bug #3075
sshkey host aliases broken by fix for #2813
| Status: | Closed | Start: | 01/15/2010 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assigned to: | - | % Done: | 0% |
|
| Category: | ssh | |||
| Target version: | 0.25.4 | |||
| Affected version: | 0.25.4rc1 | Branch: | http://github.com/MarkusQ/puppet/tree/ticket/0.25.x/3075 | |
| Keywords: | ||||
| Votes: | 0 |
Description
As of commit:“854c06502d1a8f6d6dfaf0abeaacb4791a6fb5ed” host aliases for sshkeys are not written to the keyfile; thus:
sshkey { "Robert-foo":
target => '/tmp/test_sshkey_file',
type => 'ssh-dss',
key => "somehexgoo",
host_aliases => [bob-foo,bobby-foo,rob-foo]
}
produces:
Robert-foo ssh-dss somehexgoo
instead of:
Robert-foo,bob-foo,bobby-foo,rob-foo ssh-dss somehexgoo
History
Updated by Markus Roberts 7 months ago
- Status changed from Accepted to Ready for Testing
- Branch set to http://github.com/MarkusQ/puppet/tree/ticket/0.25.x/3075
Updated by James Turnbull 7 months ago
- Target version set to 0.25.4
Updated by Markus Roberts 6 months ago
Branch updated with tests.
Updated by James Turnbull 6 months ago
Does the issue in #3081 also apply here?
Updated by James Turnbull 6 months ago
- Status changed from Ready for Testing to Closed
Pushed in commit:“67216aa5637a0e134750103abb74b5c2e3db3eb6” in branch 0.25.x