fix(opensuse): use appropriate upstream repo

This commit is contained in:
Imran Iqbal
2020-05-26 03:46:55 +01:00
parent 7fc32fb0fb
commit 5d9a92bf1d
3 changed files with 11 additions and 8 deletions
@@ -18,10 +18,7 @@ version =
end
when 'fedora'
# Issue in the upstream repo, should be `3000.3`
'3000.2-1.fc31'
when 'suse'
# Issue in the upstream repo, should be `2019.2.5`
'2019.2.0-lp151.37.1'
'3000.3-1.fc31'
end
control 'salt packages' do
@@ -21,7 +21,12 @@ version =
'3000.2-1.fc31'
when 'suse'
# Issue in the upstream repo, should be `3000.3`
'2019.2.0-lp151.37.1'
case platform[:release]
when /^15.2/
'3000.2-lp152.7.1'
when /^15.1/
'3000.2-lp151.2.1'
end
end
control 'salt packages' do