Actions
Bug #36567
closedkatello-certs-check does not cause the installer to halt execution on failure
Status:
Closed
Priority:
Normal
Assignee:
Category:
foreman-installer script
Target version:
-
Difficulty:
Triaged:
Yes
Fixed in Releases:
Found in Releases:
Description
Since #34888 (688d0a7dc08fc78407ed84466f3b0861c3cbfc2f) the installer no longer fails when katello-certs-check fails. Prior to it execute!
was used, which caused it to halt. Now it uses execute_command without an exit()
statement.
Actions