[Puppet Users] Re: ssh_authorized_key creating multiple entries on repeated runs

2010-05-18 Thread Ken
Try dropping the description as peter mentioned earlier in this thread - just use the key. I mean the 'mar...@slsjalab1' bit at the end. Also make sure the key entry is 1 long line - no carriage returns or spaces. It looks a little like your key is a tad munged but it may just be the cut & paste i

Re: [Puppet Users] Re: ssh_authorized_key creating multiple entries on repeated runs

2010-05-18 Thread Marley Bacelar
HI my puppet version is 0.25.4 and i my class is that: ssh_authorized_key { "marley": user => "marley", type => "ssh-rsa", ensure => present, key => "B3NzaC1yc2EBIwAAAQEA3LDLO/1b/S6+MufIwZ6Sjt63LmxNrzL+dEOlJlfcbqc0TQhIqvI9F/z

[Puppet Users] Re: ssh_authorized_key creating multiple entries on repeated runs

2010-02-10 Thread Simon Chiu
Thanks for the reply guys. Really appreciate it! For the key param I am using just the key itself without the "ssh-rsa" prefix part in the key. I am using 0.25.4 (gem version of puppet). -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post