Add php-gearman support
This commit is contained in:
parent
9d1e553b85
commit
4cfc5ba013
@ -249,6 +249,11 @@ Installs the php5-curl package on Debian, and ensures that curl itself is
|
||||
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.ng.gearman``
|
||||
---------------
|
||||
|
||||
Installs the php-gearman package.
|
||||
|
||||
``php.ng.fpm``
|
||||
--------------
|
||||
|
||||
|
2
php/ng/gearman.sls
Normal file
2
php/ng/gearman.sls
Normal file
@ -0,0 +1,2 @@
|
||||
{% set state = 'gearman' %}
|
||||
{% include "php/ng/installed.jinja" %}
|
@ -297,6 +297,7 @@
|
||||
'oauth': 'php5-oauth',
|
||||
'apache2': 'libapache2-mod-php5',
|
||||
'curl': 'php5-curl',
|
||||
'gearman': 'php5-gearman',
|
||||
'fpm': 'php5-fpm',
|
||||
'hhvm': 'hhvm',
|
||||
'gd': 'php5-gd',
|
||||
|
Loading…
Reference in New Issue
Block a user