mirror of
https://github.com/openshift/installer.git
synced 2026-02-05 15:47:14 +01:00
The agent-interactive-console and agent-interactive-console-serial@ services should have consistent Before/After edges. Previously, agent-auth-token-status.service had agent-interactive-console.service in its After= directive, but there was no corresponding dependency for the serial console variant. This adds agent-auth-token-status.service to the Before= directive in both console services, and removes the now-redundant After= directive from agent-auth-token-status.service, so both services define the dependency consistently in the same direction. Assisted-by: Claude Code