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