(oreman-proxy-certs-generate), see https://theforeman.org/plugins/katello/3.3/installation/smart_proxy.html.The command executes the ruby script, but this scripts executes puppet and some other scripts, the first script is done, so the command task is done, which make
What is the best practice to deal with these situations?
Thanks.
Kind regards,
Rob
Hope this helps,
Jon
If the ruby script does something like write a file when it has finished you could use async to kick off the job and then use wait_for to wait until the file is written. There are other things you can wait for such as ports as well as files.Hope this helps,
Jon