Bläddra i källkod
Merge pull request #190 from sticky-note/fix/tests
fix(tests): fix package name for debian
tags/v0.39.2
Nicolas Rodriguez
5 år sedan
förälder
incheckning
0eef64306b
Inget konto är kopplat till bidragsgivarens mejladress
1 ändrade filer med
8 tillägg och
1 borttagningar
-
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' |