Drop suse mirror types in our zypper repo configs

zypper wants to autodetect these values and it appears that upstream
changes repo types because we are having errors now. Dropping this
config manually on a held node seems to fix things.

Change-Id: I8ad28da7164d9a0955f43d4864ba24c14f0bd4a3
This commit is contained in:
Clark Boylan 2020-08-06 13:59:27 -07:00
parent 1ba95015ac
commit 43aa849174
2 changed files with 0 additions and 2 deletions

View File

@ -4,5 +4,4 @@ name=repo-oss
enabled=1
autorefresh=0
baseurl={{ opensuse_repo_baseurl }}
type=yast2
keeppackages=0

View File

@ -4,5 +4,4 @@ name=repo-update
enabled=1
autorefresh=0
baseurl={{ package_mirror }}/update/leap/$releasever/oss/
type=rpm-md
keeppackages=0