commit 95214ad38c58d993b1eb829cb833438760225976 parent cedea922f946119f4f55d1a774140660f4525f67 Author: Andreas Gruhler <agruhl@gmx.ch> Date: Sat, 4 Oct 2025 21:29:37 +0200 fix(nomad): podman not enabled Diffstat:
M | nomad.sh | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/nomad.sh b/nomad.sh @@ -131,6 +131,7 @@ EOF fi # endif NOMAD_SERVER systemctl enable nomad +systemctl enable podman if [[ "$NOMAD_CLIENT" = true ]]; then # this instance acts as a Nomad client agent