diff --git a/applications/podman.sls b/applications/podman.sls index 204397b..fa4bbeb 100644 --- a/applications/podman.sls +++ b/applications/podman.sls @@ -1,6 +1,3 @@ -include: - - system.apk - applications_podman_pkgs: pkg.installed: - pkgs: diff --git a/system/apk.sls b/system/apk.sls deleted file mode 100644 index 2006be2..0000000 --- a/system/apk.sls +++ /dev/null @@ -1,4 +0,0 @@ -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 4655c93..0086569 100644 --- a/system/init.sls +++ b/system/init.sls @@ -5,5 +5,4 @@ include: - .user - .shell - .salt - - .candy - - .apk \ No newline at end of file + - .candy \ No newline at end of file