Merge pull request #7 from bogdanr/master

New module: php-soap
This commit is contained in:
Joseph Hall 2014-02-07 06:44:22 -07:00
commit 3b999acb96
2 changed files with 8 additions and 0 deletions

View File

@ -11,6 +11,7 @@
'memcached_pkg': 'php5-memcached',
'mysql_pkg': 'php5-mysql',
'pear_pkg': ' php-pear',
'soap_pkg': ' php-soap',
'fpm_service': 'php5-fpm',
'xml_pkg': ' php5',
},
@ -26,6 +27,7 @@
'memcached_pkg': 'php-pecl-memcached',
'mysql_pkg': 'php-mysql',
'pear_pkg': ' php-pear',
'soap_pkg': ' php-soap',
'fpm_service': 'php-fpm',
'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 }}