Actions
Feature #7860
closedpuppetssh: add puppetssh_wait config option
Description
Currently the puppetssh command is detached by default, followed by a return 0.
This causes issues when using The Foreman API to trigger a puppetrun from e.g. a deployment job in a CI system and directly calling a webtest job afterwards. The (spawned) puppetrun is still processing, while the webtests already kicked off.
Also, it makes it really hard to debug initial puppetssh setup issues, because no matter what happens, it immediately returns 0 (success) without any further notice.
Having a configuration option for this behaviour would be usefull.
Updated by Anonymous over 10 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset 79616401c79308fa1ef9c7458c8f6bd3a2b0c231.
Actions