fix(tests): fix package name for debian
This commit is contained in:
parent
7e30f926b5
commit
4f75eac5fe
@ -3,7 +3,14 @@ control 'Php package' do
|
|||||||
|
|
||||||
pkg_name =
|
pkg_name =
|
||||||
case os[:family]
|
case os[:family]
|
||||||
when 'debian', 'redhat', 'fedora'
|
when 'debian'
|
||||||
|
case os[:name]
|
||||||
|
when 'ubuntu'
|
||||||
|
'php'
|
||||||
|
when 'debian'
|
||||||
|
'php7.0'
|
||||||
|
end
|
||||||
|
when 'redhat', 'fedora'
|
||||||
'php'
|
'php'
|
||||||
when 'suse'
|
when 'suse'
|
||||||
'php5'
|
'php5'
|
||||||
|
Loading…
Reference in New Issue
Block a user