From 1dfa1991aa20cfb840b8daa8719dd9b0c3618543 Mon Sep 17 00:00:00 2001 From: LinuxSquare <7436714-OfficialLinuxSquare@users.noreply.gitlab.com> Date: Fri, 20 Oct 2023 18:23:26 +0200 Subject: [PATCH] remove apk.sls --- applications/podman.sls | 3 --- system/apk.sls | 4 ---- system/init.sls | 3 +-- 3 files changed, 1 insertion(+), 9 deletions(-) delete mode 100644 system/apk.sls 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