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:
Forrest Alvarez 2014-01-02 05:40:16 +00:00
parent cec0e7d3e6
commit e6e876b4ea
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
{{% from "php/map.jinja" import php with context %}
{% from "php/map.jinja" import php with context %}
include:
- apt

View File

@ -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',