Re: [Puppet Users] Exec on a node causing action on another node?

2015-02-27 Thread Felix Frank
On 02/27/2015 07:51 AM, Erling Ringen Elvsrud wrote: Do you think it is possible to handle this with Puppet? Yes, but not relying on exec as heavily as you imply. Your first step should be a custom fact that reports the state of the certificate. The manifest for the node examines the fact

[Puppet Users] Exec on a node causing action on another node?

2015-02-26 Thread Erling Ringen Elvsrud
Hi I try to solve the following case: I have a bash script, cert_check.sh which is used to check Jboss certificates. The script returns 0 if certs are still valid, 1 if they are about to expire and 2 if they are already expired. The script should be executed on all jboss nodes which is