Skip to content

Commit

Permalink
test(pkgs_spec): update 3000 to 3000.1
Browse files Browse the repository at this point in the history
  • Loading branch information
myii committed Apr 1, 2020
1 parent a8fe65a commit 1e677cd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/integration/v3000-py3/controls/pkgs_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@
when 'redhat'
case platform[:name]
when 'amazon'
'3000-1.amzn2'
'3000.1-1.amzn2'
when 'centos'
'3000-1.el8'
'3000.1-1.el8'
end
when 'fedora'
'3000-5.fc31'
when 'suse'
'3000-lp151.28.1'
when 'debian'
'3000+ds-1'
'3000.1+ds-1'
end

control 'salt packages' do
Expand Down

0 comments on commit 1e677cd

Please sign in to comment.