瀏覽代碼

Add php-gearman support

tags/v0.34.0
a.genus 8 年之前
父節點
當前提交
4cfc5ba013
共有 3 個文件被更改,包括 8 次插入0 次删除
  1. +5
    -0
      README.rst
  2. +2
    -0
      php/ng/gearman.sls
  3. +1
    -0
      php/ng/map.jinja

+ 5
- 0
README.rst 查看文件

@@ -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
- 0
php/ng/gearman.sls 查看文件

@@ -0,0 +1,2 @@
{% set state = 'gearman' %}
{% include "php/ng/installed.jinja" %}

+ 1
- 0
php/ng/map.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…
取消
儲存