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 Lukas Zapletal about 10 years ago
- Status changed from New to Assigned
- Assignee set to Thomas Kuther
Updated by The Foreman Bot about 10 years ago
- Status changed from Assigned to Ready For Testing
- Target version set to 1.7.2
- Pull request https://github.com/theforeman/smart-proxy/pull/219 added
- Pull request deleted (
)
Updated by Anonymous about 10 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset 79616401c79308fa1ef9c7458c8f6bd3a2b0c231.
Updated by Dominic Cleal about 10 years ago
- Translation missing: en.field_release set to 21
Actions