commit
03b320eeb2
10
README.rst
10
README.rst
@ -119,6 +119,11 @@ Installs the php-mysqlnd package.
|
|||||||
|
|
||||||
Installs the php-pear package.
|
Installs the php-pear package.
|
||||||
|
|
||||||
|
``php.redis``
|
||||||
|
------------
|
||||||
|
|
||||||
|
Installs the php-redis package.
|
||||||
|
|
||||||
``php.pgsql``
|
``php.pgsql``
|
||||||
-------------
|
-------------
|
||||||
|
|
||||||
@ -300,6 +305,11 @@ Installs the php-mysqlnd package.
|
|||||||
|
|
||||||
Installs the php-pear package.
|
Installs the php-pear package.
|
||||||
|
|
||||||
|
``php.ng.redis``
|
||||||
|
---------------
|
||||||
|
|
||||||
|
Installs the php-redis package.
|
||||||
|
|
||||||
``php.ng.pgsql``
|
``php.ng.pgsql``
|
||||||
----------------
|
----------------
|
||||||
|
|
||||||
|
@ -17,6 +17,7 @@
|
|||||||
'mysqlnd_pkg': 'php5-mysqlnd',
|
'mysqlnd_pkg': 'php5-mysqlnd',
|
||||||
'pear_pkg': 'php-pear',
|
'pear_pkg': 'php-pear',
|
||||||
'soap_pkg': 'php-soap',
|
'soap_pkg': 'php-soap',
|
||||||
|
'redis_pkg': 'php5-redis',
|
||||||
'fpm_service': 'php5-fpm',
|
'fpm_service': 'php5-fpm',
|
||||||
'xml_pkg': 'php5-xml',
|
'xml_pkg': 'php5-xml',
|
||||||
'imagick_pkg': 'php5-imagick',
|
'imagick_pkg': 'php5-imagick',
|
||||||
@ -49,6 +50,7 @@
|
|||||||
'mysqlnd_pkg': 'php-mysqlnd',
|
'mysqlnd_pkg': 'php-mysqlnd',
|
||||||
'pear_pkg': 'php-pear',
|
'pear_pkg': 'php-pear',
|
||||||
'soap_pkg': 'php-soap',
|
'soap_pkg': 'php-soap',
|
||||||
|
'redis_pkg': 'php-redis',
|
||||||
'fpm_service': 'php-fpm',
|
'fpm_service': 'php-fpm',
|
||||||
'xml_pkg': 'php-xml',
|
'xml_pkg': 'php-xml',
|
||||||
'imagick_pkg': 'php-pecl-imagick',
|
'imagick_pkg': 'php-pecl-imagick',
|
||||||
|
@ -19,6 +19,7 @@
|
|||||||
'pear': 'php-pear',
|
'pear': 'php-pear',
|
||||||
'soap': 'php-soap',
|
'soap': 'php-soap',
|
||||||
'xml': 'php5-xmlrpc',
|
'xml': 'php5-xmlrpc',
|
||||||
|
'redis': 'php5-redis',
|
||||||
'imagick': 'php5-imagick',
|
'imagick': 'php5-imagick',
|
||||||
'suhosin': 'php5-suhosin',
|
'suhosin': 'php5-suhosin',
|
||||||
'imap': 'php5-imap',
|
'imap': 'php5-imap',
|
||||||
@ -63,6 +64,7 @@
|
|||||||
'pear': 'php-pear',
|
'pear': 'php-pear',
|
||||||
'soap': 'php-soap',
|
'soap': 'php-soap',
|
||||||
'xml': 'php-xml',
|
'xml': 'php-xml',
|
||||||
|
'redis': 'php-redis',
|
||||||
'imagick': 'php-imagick',
|
'imagick': 'php-imagick',
|
||||||
'suhosin': 'php-suhosin',
|
'suhosin': 'php-suhosin',
|
||||||
'imap': 'php-imap',
|
'imap': 'php-imap',
|
||||||
|
2
php/ng/redis.sls
Normal file
2
php/ng/redis.sls
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
{% set state = 'redis' %}
|
||||||
|
{% include "php/ng/installed.jinja" %}
|
5
php/redis.sls
Normal file
5
php/redis.sls
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
{% from "php/map.jinja" import php with context %}
|
||||||
|
|
||||||
|
php-redis:
|
||||||
|
pkg.installed:
|
||||||
|
- name : {{ php.redis_pkg }}
|
Loading…
Reference in New Issue
Block a user