From 8c148dc4f62547b70608814dff5906e2df7c9645 Mon Sep 17 00:00:00 2001 From: Edvinas Klovas Date: Fri, 29 May 2015 17:42:16 +0300 Subject: [PATCH] add php.ng.geoip, php.ng.pspell, php.ng.xdebug for Debian --- php/ng/geoip.sls | 2 ++ php/ng/map.jinja | 5 ++++- php/ng/pspell.sls | 2 ++ php/ng/xdebug.sls | 2 ++ 4 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 php/ng/geoip.sls create mode 100644 php/ng/pspell.sls create mode 100644 php/ng/xdebug.sls diff --git a/php/ng/geoip.sls b/php/ng/geoip.sls new file mode 100644 index 0000000..550b9a3 --- /dev/null +++ b/php/ng/geoip.sls @@ -0,0 +1,2 @@ +{% set state = 'geoip' %} +{% include "php/ng/installed.jinja" %} diff --git a/php/ng/map.jinja b/php/ng/map.jinja index 3c5f0fa..734fcbb 100644 --- a/php/ng/map.jinja +++ b/php/ng/map.jinja @@ -11,6 +11,7 @@ 'curl': 'php5-curl', 'fpm': 'php5-fpm', 'gd': 'php5-gd', + 'geoip': 'php5-geoip', 'intl': 'php5-intl', 'mbstring': 'php5', 'mcrypt': 'php5-mcrypt', @@ -19,8 +20,10 @@ 'mysql': 'php5-mysql', 'mysqlnd': 'php5-mysqlnd', 'pear': 'php-pear', + 'pspell': 'php5-pspell', 'soap': 'php-soap', 'sqlite': 'php5-sqlite', + 'xdebug': 'php5-xdebug', 'xml': 'php5-xmlrpc', 'redis': 'php5-redis', 'imagick': 'php5-imagick', @@ -29,7 +32,7 @@ 'adodb': 'php5-adodb', 'pgsql': 'php5-pgsql', 'ldap': 'php5-ldap', - 'json': 'php5-json', + 'json': 'php5-json' }, 'fpm': { 'conf': '/etc/php5/fpm/php-fpm.conf', diff --git a/php/ng/pspell.sls b/php/ng/pspell.sls new file mode 100644 index 0000000..c42ec73 --- /dev/null +++ b/php/ng/pspell.sls @@ -0,0 +1,2 @@ +{% set state = 'pspell' %} +{% include "php/ng/installed.jinja" %} diff --git a/php/ng/xdebug.sls b/php/ng/xdebug.sls new file mode 100644 index 0000000..1abe04a --- /dev/null +++ b/php/ng/xdebug.sls @@ -0,0 +1,2 @@ +{% set state = 'xdebug' %} +{% include "php/ng/installed.jinja" %}