Re: [Puppet Users] Re: ssh_keys created every puppet run

2013-04-25 Thread Arnau Bria
Hi, the key is not the problem (i copy it into 3 users' home and only one complained). What's special about thta one user? it's home. it's nfs and had file permission problems. Solved. Thanks a lot! Cheers, Arnau -- You received this message because you are subscribed to the Google Groups "Pu

[Puppet Users] Re: ssh_keys created every puppet run

2013-04-23 Thread jcbollinger
Alternatively, are you sure that authorized key file is still present when the next run occurs? Could it be changed or removed by some other process, or even by Puppet itself? John -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscr

[Puppet Users] Re: ssh_keys created every puppet run

2013-04-23 Thread jcbollinger
On Tuesday, April 23, 2013 4:45:59 AM UTC-5, Arnau wrote: > > Hi, > > I haveA class with several ssh_key resources: > > class web_cluster::ssh_keys( $ensure='present') { > if ! ($ensure in [ "present", "absent" ]) { > fail("cluster ensure parameter must be absent or p