From df4882c57d766e83c2dd8a0a2f0b370529f3fd76 Mon Sep 17 00:00:00 2001 From: LinuxSquare Date: Thu, 30 May 2024 20:41:51 +0200 Subject: [PATCH] update states to be compatible w. alpine 3.20 --- haproxy/files/haproxy_config.jinja | 2 -- podman/pkg.sls | 7 +++++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/haproxy/files/haproxy_config.jinja b/haproxy/files/haproxy_config.jinja index 20a26da..f9ae741 100644 --- a/haproxy/files/haproxy_config.jinja +++ b/haproxy/files/haproxy_config.jinja @@ -19,7 +19,6 @@ defaults frontend ssh mode tcp - timeout client 0 bind {{ ipv4 }}:22 @@ -33,7 +32,6 @@ frontend http backend host-ssh mode tcp - timeout server 0 server localhost 127.0.0.1 diff --git a/podman/pkg.sls b/podman/pkg.sls index 5d24525..bff18b3 100644 --- a/podman/pkg.sls +++ b/podman/pkg.sls @@ -1,3 +1,6 @@ podman_pkg: - cmd.run: - - name: "apk add podman podman-openrc podman-compose@testing" + pkg.installed: + - pkgs: + - podman + - podman-openrc + - podman-compose