diff --git a/applications/podman.sls b/applications/podman.sls index 7388139..08a2ef6 100644 --- a/applications/podman.sls +++ b/applications/podman.sls @@ -1,8 +1,12 @@ +include: + - system.apk + applications_podman_pkgs: pkg.installed: - pkgs: - podman - podman-openrc + - podman-compose@testing applications_podman_rootless_confd: file.keyvalue: diff --git a/system/apk.sls b/system/apk.sls new file mode 100644 index 0000000..2006be2 --- /dev/null +++ b/system/apk.sls @@ -0,0 +1,4 @@ +system_apk_testing-repo: + file.append: + - name: /etc/apk/repositories + - text: "@testing https://dl-cdn.alpinelinux.org/alpine/edge/testing" diff --git a/system/init.sls b/system/init.sls index 0086569..4655c93 100644 --- a/system/init.sls +++ b/system/init.sls @@ -5,4 +5,5 @@ include: - .user - .shell - .salt - - .candy \ No newline at end of file + - .candy + - .apk \ No newline at end of file