Re: [Puppet Users] Executing check times out

2010-08-31 Thread Jeff McCune
On Tue, Aug 31, 2010 at 10:46 AM, Patrick wrote: >> >> The manifest: >>        exec { "create dir": >>                command => "mkdir -p /dir", >>                onlyif  => "test \! -d /dir", >>        } >> >> What am I missing? I know this doesn't address the original question of timeout, but

Re: [Puppet Users] Executing check times out

2010-08-31 Thread Patrick
On Aug 31, 2010, at 1:49 AM, Tore wrote: > Hi, > > Just recently two nodes begun to hang, I cant see that there have been > any changes in our manifest. > > Debug output: > [...] > debug: //Node[X]/X[X]/Exec[create dir]: Executing check 'test \! -d / > dir' > debug: Executing 'test \! -d /dir'

[Puppet Users] Executing check times out

2010-08-31 Thread Tore
Hi, Just recently two nodes begun to hang, I cant see that there have been any changes in our manifest. Debug output: [...] debug: //Node[X]/X[X]/Exec[create dir]: Executing check 'test \! -d / dir' debug: Executing 'test \! -d /dir' [...] Here it hangs for several minutes, executin the statemen