mirror of
https://github.com/saltstack-formulas/php-formula.git
synced 2025-04-17 10:10:29 +00:00
fix(tests): fix package name for debian
This commit is contained in:
parent
7e30f926b5
commit
4f75eac5fe
1 changed files with 8 additions and 1 deletions
|
@ -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'
|
||||
|
|
Loading…
Add table
Reference in a new issue