From 9342da3ba8421f8b7fb1d904fb1252a5b2bec01a Mon Sep 17 00:00:00 2001 From: Lars Vogdt Date: Mar 01 2020 18:11:53 +0000 Subject: Merge branch 'hellcp/matrix-add-repository' into 'production' Add the zypper repository to the matrix pillar See merge request infra/salt!348 --- diff --git a/pillar/role/matrix.sls b/pillar/role/matrix.sls index 58e3af8..fca5a3d 100644 --- a/pillar/role/matrix.sls +++ b/pillar/role/matrix.sls @@ -21,3 +21,10 @@ apparmor: profiles: matrix-synapse: source: salt://profile/matrix/files/matrix-synapse.apparmor + +zypper: + repositories: + openSUSE:infrastructure:matrix: + baseurl: http://download.infra.opensuse.org/repositories/openSUSE:/infrastructure:/matrix/openSUSE_Leap_$releasever/ + priority: 100 + refresh: True