New module: php-soap

This commit is contained in:
Bogdan Rădulescu 2014-02-07 13:17:35 +00:00
parent e89a0666b8
commit 3a2a877061
2 changed files with 8 additions and 0 deletions

View File

@ -11,6 +11,7 @@
'memcached_pkg': 'php5-memcached', 'memcached_pkg': 'php5-memcached',
'mysql_pkg': 'php5-mysql', 'mysql_pkg': 'php5-mysql',
'pear_pkg': ' php-pear', 'pear_pkg': ' php-pear',
'soap_pkg': ' php-soap',
'fpm_service': 'php5-fpm', 'fpm_service': 'php5-fpm',
'xml_pkg': ' php5', 'xml_pkg': ' php5',
}, },
@ -26,6 +27,7 @@
'memcached_pkg': 'php-pecl-memcached', 'memcached_pkg': 'php-pecl-memcached',
'mysql_pkg': 'php-mysql', 'mysql_pkg': 'php-mysql',
'pear_pkg': ' php-pear', 'pear_pkg': ' php-pear',
'soap_pkg': ' php-soap',
'fpm_service': 'php-fpm', 'fpm_service': 'php-fpm',
'xml_pkg': ' php-xml', 'xml_pkg': ' php-xml',
}, },

6
php/soap.sls Normal file
View File

@ -0,0 +1,6 @@
{% from "php/map.jinja" import php with context %}
php-soap:
pkg:
- installed
- name : {{ php.soap_pkg }}