Parcourir la source
Merge pull request #190 from sticky-note/fix/tests
fix(tests): fix package name for debian
tags/v0.39.2
Nicolas Rodriguez
il y a 5 ans
Parent
révision
0eef64306b
Aucun compte lié à l'adresse e-mail de l'auteur
1 fichiers modifiés avec
8 ajouts et
1 suppressions
-
test/integration/default/controls/package_spec.rb
|
|
@@ -3,7 +3,14 @@ control 'Php package' do |
|
|
|
|
|
|
|
pkg_name = |
|
|
|
case os[:family] |
|
|
|
when 'debian', 'redhat', 'fedora' |
|
|
|
when 'debian' |
|
|
|
case os[:name] |
|
|
|
when 'ubuntu' |
|
|
|
'php' |
|
|
|
when 'debian' |
|
|
|
'php7.0' |
|
|
|
end |
|
|
|
when 'redhat', 'fedora' |
|
|
|
'php' |
|
|
|
when 'suse' |
|
|
|
'php5' |