Add support for opensuse in configure-mirrors

Change-Id: Ic73b502277314555513e548aafb9231550fa1401
This commit is contained in:
David Moreau-Simard
2017-09-06 22:46:39 -04:00
committed by David Moreau Simard
parent a3fd046cc8
commit 97e764be26
6 changed files with 46 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
# {{ ansible_managed }}
[repo-oss]
name=repo-oss
enabled=1
autorefresh=0
baseurl={{ package_mirror }}/distribution/leap/$releasever/repo/oss/
type=yast2
keeppackages=0

View File

@@ -0,0 +1,8 @@
# {{ ansible_managed }}
[repo-update]
name=repo-update
enabled=1
autorefresh=0
baseurl={{ package_mirror }}/update/leap/$releasever/oss/
type=rpm-md
keeppackages=0