[Puppet Users] return codes from puppet command

2014-02-19 Thread Mikael Lindqvist
Hi, Where are the return codes from the puppet command documented? I have seen 0, 2 and 6 and by the look of it they all seem to signal success, but it would be nice to see a list of them. Thanks! // Mikael -- You received this message because you are subscribed to the Google Groups "Puppet

[Puppet Users] Re: check file after exec

2014-02-18 Thread Mikael Lindqvist
ok thanks alot! // Mikael On Monday, February 10, 2014 10:41:28 PM UTC+1, jcbollinger wrote: > > > > On Monday, February 10, 2014 6:26:56 AM UTC-6, Mikael Lindqvist wrote: >> >> Hi, >> >> Thanks for a great program! >> >> I have one request thoug

[Puppet Users] check file after exec

2014-02-10 Thread Mikael Lindqvist
Hi, Thanks for a great program! I have one request though, and also wonder if there is some other way to do this... when I have an exec task, such as: exec { "task": command => "/bin/some/command", creates => "/some/file/somewhere" } It would be really nice if puppet could check for t