Browse Source

Merge pull request #96 from genuss/gearman

Add php-gearman support
tags/v0.34.0
Forrest 8 years ago
parent
commit
64c0e9bd4e
3 changed files with 8 additions and 0 deletions
  1. +5
    -0
      README.rst
  2. +2
    -0
      php/ng/gearman.sls
  3. +1
    -0
      php/ng/map.jinja

+ 5
- 0
README.rst View File

installed for RedHat systems, this is due to the curl libs being provided by installed for RedHat systems, this is due to the curl libs being provided by
php-common, which will get installed with the main php package. php-common, which will get installed with the main php package.


``php.ng.gearman``
---------------

Installs the php-gearman package.

``php.ng.fpm`` ``php.ng.fpm``
-------------- --------------



+ 2
- 0
php/ng/gearman.sls View File

{% set state = 'gearman' %}
{% include "php/ng/installed.jinja" %}

+ 1
- 0
php/ng/map.jinja View File

'oauth': 'php5-oauth', 'oauth': 'php5-oauth',
'apache2': 'libapache2-mod-php5', 'apache2': 'libapache2-mod-php5',
'curl': 'php5-curl', 'curl': 'php5-curl',
'gearman': 'php5-gearman',
'fpm': 'php5-fpm', 'fpm': 'php5-fpm',
'hhvm': 'hhvm', 'hhvm': 'hhvm',
'gd': 'php5-gd', 'gd': 'php5-gd',

Loading…
Cancel
Save