Hi everyone. Trying to get a Puppet task to run a .sh script which in turn runs a nohup <command with options> & . This works with some options we’re passing to the command (which is a Python script) but with some other options which can make the Python script to run for some hours, the Puppet Task don’t finish successfully… it just fails when the server gets rebooted