commit
3b999acb96
@ -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
6
php/soap.sls
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
{% from "php/map.jinja" import php with context %}
|
||||||
|
|
||||||
|
php-soap:
|
||||||
|
pkg:
|
||||||
|
- installed
|
||||||
|
- name : {{ php.soap_pkg }}
|
Loading…
Reference in New Issue
Block a user