fixed an error in fpm, and modified the curl value for redhat to be just curl, as php-common contains curl, which is installed when php gets installed.
This commit is contained in:
parent
cec0e7d3e6
commit
e6e876b4ea
@ -1,4 +1,4 @@
|
||||
{{% from "php/map.jinja" import php with context %}
|
||||
{% from "php/map.jinja" import php with context %}
|
||||
|
||||
include:
|
||||
- apt
|
||||
|
@ -13,7 +13,7 @@
|
||||
'RedHat': {
|
||||
'php_pkg': 'php',
|
||||
'apc_pkg': 'php-pecl-apc',
|
||||
'curl_pkg': 'php-curl',
|
||||
'curl_pkg': 'curl',
|
||||
'fpm_pkg': 'php-fpm',
|
||||
'gd_pkg': 'php-gd',
|
||||
'mcrypt_pkg': 'php-mcrypt',
|
||||
|
Loading…
Reference in New Issue
Block a user