2
0

Merge pull request #448 from noelmcloughlin/bumptest

test(versions): bump salt pkg versions for travis
This commit is contained in:
Imran Iqbal 2020-01-24 11:00:05 +00:00 committed by GitHub
commit c82cfe635c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 7 deletions

View File

@ -3,9 +3,9 @@
version =
case platform[:family]
when 'redhat'
'2018.3.4-1.el7'
'2018.3.5-1.el7'
when 'debian'
'2018.3.4+ds-1'
'2018.3.5+ds-1'
end
control 'salt packages' do

View File

@ -3,9 +3,9 @@
version =
case platform[:family]
when 'redhat'
'2019.2.2-1.el7'
'2019.2.3-1.el7'
when 'debian'
'2019.2.2+ds-1'
'2019.2.3+ds-1'
end
control 'salt packages' do

View File

@ -7,14 +7,14 @@ version =
when 'amazon'
'2019.2.2-1.el7'
when 'centos'
'2019.2.2-1.el8'
'2019.2.3-1.el8'
end
when 'fedora'
'2019.2.1rc0-3.fc31'
when 'suse'
'2019.2.0-lp151.5.6.1'
'2019.2.0-lp151.5.9.1'
when 'debian'
'2019.2.2+ds-1'
'2019.2.3+ds-1'
end
control 'salt packages' do