update states to be compatible w. alpine 3.20

This commit is contained in:
LinuxSquare 2024-05-30 20:41:51 +02:00
parent e41472b1c3
commit df4882c57d
2 changed files with 5 additions and 4 deletions

View file

@ -19,7 +19,6 @@ defaults
frontend ssh frontend ssh
mode tcp mode tcp
timeout client 0
bind {{ ipv4 }}:22 bind {{ ipv4 }}:22
@ -33,7 +32,6 @@ frontend http
backend host-ssh backend host-ssh
mode tcp mode tcp
timeout server 0
server localhost 127.0.0.1 server localhost 127.0.0.1

View file

@ -1,3 +1,6 @@
podman_pkg: podman_pkg:
cmd.run: pkg.installed:
- name: "apk add podman podman-openrc podman-compose@testing" - pkgs:
- podman
- podman-openrc
- podman-compose