update states to be compatible w. alpine 3.20
This commit is contained in:
parent
e41472b1c3
commit
df4882c57d
2 changed files with 5 additions and 4 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue