Explorar el Código

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.

tags/v0.34.0
Forrest Alvarez hace 11 años
padre
commit
e6e876b4ea
Se han modificado 2 ficheros con 2 adiciones y 2 borrados
  1. +1
    -1
      php/fpm.sls
  2. +1
    -1
      php/map.jinja

+ 1
- 1
php/fpm.sls Ver fichero

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

include:
- apt

+ 1
- 1
php/map.jinja Ver fichero

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

Cargando…
Cancelar
Guardar