Re: [Puppet Users] ssh_authorized_key loops when options is defined

2011-05-13 Thread Felix Frank
Hi, On 05/13/2011 01:20 PM, rvlinden wrote: > as an array ... > > @authorizedkey { >"userx_dss": > user => "userx", > type => "ssh-dss", > key => "...=", > options => [ >"from=\"server1.mydomain,server1,192.168.1.2\"", >

[Puppet Users] ssh_authorized_key loops when options is defined

2011-05-13 Thread rvlinden
Hi all, I have no problem with creating ssh keys for users, but as soon as I specify 'options', puppet keeps repeating and replacing the key with an identical key. I have written the various options in various formats, like one big strings, as an array, with double quotes or single quotes, etc, e