mirror of
https://github.com/saltstack-formulas/salt-formula.git
synced 2026-09-22 01:27:42 +02:00
fix(opensuse): use appropriate upstream repo
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user