Skip to content

Commit bdfd024

Browse files
test(amazonlinux): match package version against os
1 parent c8cc1d3 commit bdfd024

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

test/integration/v201902-py2/controls/pkgs_spec.rb

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@
99
when 'debian'
1010
'2019.2.3+ds-1'
1111
end
12+
case platform[:os]
13+
when 'amazonlinux'
14+
'2019.2.3-1.el7'
15+
end
1216

1317
control 'salt packages' do
1418
title 'should be installed'

0 commit comments

Comments
 (0)