Browse Source

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 11 years ago
parent
commit
e6e876b4ea
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      php/fpm.sls
  2. +1
    -1
      php/map.jinja

+ 1
- 1
php/fpm.sls View File

{{% from "php/map.jinja" import php with context %}
{% from "php/map.jinja" import php with context %}


include: include:
- apt - apt

+ 1
- 1
php/map.jinja View File

'RedHat': { 'RedHat': {
'php_pkg': 'php', 'php_pkg': 'php',
'apc_pkg': 'php-pecl-apc', 'apc_pkg': 'php-pecl-apc',
'curl_pkg': 'php-curl',
'curl_pkg': 'curl',
'fpm_pkg': 'php-fpm', 'fpm_pkg': 'php-fpm',
'gd_pkg': 'php-gd', 'gd_pkg': 'php-gd',
'mcrypt_pkg': 'php-mcrypt', 'mcrypt_pkg': 'php-mcrypt',

Loading…
Cancel
Save