Bug #3075

sshkey host aliases broken by fix for #2813

Added by Markus Roberts about 2 years ago. Updated about 2 years ago.

Status:Closed Start date:01/15/2010
Priority:Normal Due date:
Assignee:- % Done:

0%

Category:ssh
Target version:0.25.4
Affected Puppet 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 about 2 years ago

  • Status changed from Accepted to In Topic Branch Pending Review
  • Branch set to http://github.com/MarkusQ/puppet/tree/ticket/0.25.x/3075

Updated by James Turnbull about 2 years ago

  • Target version set to 0.25.4

Updated by Markus Roberts about 2 years ago

Branch updated with tests.

Updated by James Turnbull about 2 years ago

Does the issue in #3081 also apply here?

Updated by James Turnbull about 2 years ago

  • Status changed from In Topic Branch Pending Review to Closed

Pushed in commit:67216aa5637a0e134750103abb74b5c2e3db3eb6 in branch 0.25.x

Also available in: Atom PDF