Parcourir la source

test(pkgs_spec): update `3000` to `3000.1`

tags/v1.3.3
Imran Iqbal il y a 4 ans
Parent
révision
1e677cd761
Aucun compte lié à l'adresse e-mail de l'auteur
1 fichiers modifiés avec 3 ajouts et 3 suppressions
  1. +3
    -3
      test/integration/v3000-py3/controls/pkgs_spec.rb

+ 3
- 3
test/integration/v3000-py3/controls/pkgs_spec.rb Voir le fichier

@@ -5,16 +5,16 @@ version =
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

Chargement…
Annuler
Enregistrer