From ce01fd7deba1955cac58e62acd370bd66f731dc5 Mon Sep 17 00:00:00 2001 From: LinuxSquare <7436714-OfficialLinuxSquare@users.noreply.gitlab.com> Date: Fri, 20 Oct 2023 18:15:17 +0200 Subject: [PATCH] Add testing repo --- applications/podman.sls | 4 ++++ system/apk.sls | 4 ++++ system/init.sls | 3 ++- 3 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 system/apk.sls 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