diff --git a/applications/podman.sls b/applications/podman.sls index c7ef88c..9508a50 100644 --- a/applications/podman.sls +++ b/applications/podman.sls @@ -1,6 +1,3 @@ -include: - - system.apk - applications_podman_pkgs: pkg.installed: - pkgs: @@ -9,11 +6,8 @@ applications_podman_pkgs: application_podman_compose_pkg: pkg.installed: - - pkgs: - - podman-compose - - fromrepo: testing - - require: - - applications_podman_pkgs + - sources: + - podman-compose: https://dl-cdn.alpinelinux.org/alpine/edge/testing applications_podman_rootless_confd: file.keyvalue: diff --git a/system/apk.sls b/system/apk.sls deleted file mode 100644 index 16b6352..0000000 --- a/system/apk.sls +++ /dev/null @@ -1,5 +0,0 @@ -system_apk_testing-repo: - pkgrepo.managed: - - name: https://dl-cdn.alpinelinux.org/alpine/edge/testing - - dist: testing - - file: /etc/apk/repositories \ No newline at end of file