Re: [Puppet Users] Exec command timeout

2013-01-03 Thread Anthony BRODARD
Hi Matt, Thanks for your answer. I will try your module, it seems better that mine :) But I don't think that the module is the problem, because it works fine on all the node. Just, I don't know why, it suddenly fail, and works again after reboot. Anthony Le jeudi 3 janvier 2013 16:27:40 UTC+1,

Re: [Puppet Users] Exec command timeout

2013-01-03 Thread Matt Zagrabelny
Note: I didn't follow this thread from the beginning, so this comment might be out of place. On Thu, Jan 3, 2013 at 8:59 AM, Anthony BRODARD wrote: > Hi list, > > I've writed this module to deploy the public key of our debian repository : > >> file >> { >> "/etc/apt/repos-public.key": >>

[Puppet Users] Exec command timeout

2013-01-03 Thread Anthony BRODARD
Hi list, I've writed this module to deploy the public key of our debian repository : file > { > "/etc/apt/repos-public.key": > ensure => present, > mode => 440, > owner => root, > group => root, > source => "puppet://puppet/apt/repos-public.key", >