Skip to content

Commit

Permalink
Merge pull request #438 from myii/test/update-for-2019-2-1
Browse files Browse the repository at this point in the history
test(pkgs_spec): update for `2019.2.1` release
  • Loading branch information
myii authored Sep 25, 2019
2 parents 073175d + 1bf9689 commit f428ce4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions test/integration/v201902-py2/controls/pkgs_spec.rb
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
version =
case platform[:family]
when 'redhat'
'2019.2.0-1.el7'
'2019.2.1-1.el7'
when 'fedora'
'2019.2.0-1.fc30'
when 'suse'
'2019.2.0-lp151.5.3.1'
when 'debian'
'2019.2.0+ds-1'
'2019.2.1+ds-1'
end

control 'salt packages' do
Expand Down
4 changes: 2 additions & 2 deletions test/integration/v201902-py3/controls/pkgs_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
when 'amazon'
'2019.2.0-1.el7'
when 'centos'
'2019.2.0-2.el7'
'2019.2.1-1.el7'
end
when 'fedora'
'2019.2.0-1.fc30'
when 'suse'
'2019.2.0-lp151.5.3.1'
when 'debian'
'2019.2.0+ds-1'
'2019.2.1+ds-1'
end

control 'salt packages' do
Expand Down

0 comments on commit f428ce4

Please sign in to comment.