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

2010-02-10 Thread Gustavo Soares
what version of puppet are running? I faced this problem with puppet 0.24.8, but since I have updated to the 0.25.x release that I don't have this problem anymore. Gus On Wed, Feb 10, 2010 at 7:03 AM, Peter Meier wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Hi > > > Newbie here.

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

2010-02-10 Thread Peter Meier
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi > Newbie here. Question regarding the reference type > "ssh_authorized_key". Is this part of the designed behaviour? > > I have: > > ssh_authorized_key { "someuser": >ensure => present, >key => "", >type => "ssh-rsa", >user => "so

[Puppet Users] ssh_authorized_key creating multiple entries on repeated runs

2010-02-09 Thread Simon Chiu
Hello, Newbie here. Question regarding the reference type "ssh_authorized_key". Is this part of the designed behaviour? I have: ssh_authorized_key { "someuser": ensure => present, key => "", type => "ssh-rsa", user => "someuser" } It keeps appending to /home/someuser/.ssh/authorized