Actions
Bug #17072
closedforeman-installer --upgrade-puppet outputs lots of yum command info
Description
If you run 'foreman-installer --upgrade-puppet', the yum command that are run will output to stdout/stderr. This creates quite a bit of extraneous output.
Instead, the yum commands should only output if there was a nonzero return code.
NOTE: we may want to just add a "no output on success" option to the execute method in hooks/boot/01-helpers.rb to accomplish this.
Updated by Justin Sherrill over 8 years ago
- Translation missing: en.field_release set to 114
Updated by Ewoud Kohl van Wijngaarden over 1 year ago
- Status changed from New to Rejected
- Triaged set to No
The --upgrade-puppet option is gone and everything is automatic.
Actions