Added the php-mail package for Debian
This commit is contained in:
parent
8ee1b4bbed
commit
7c2bd44ae9
5
php/mail.sls
Normal file
5
php/mail.sls
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
{% from "php/map.jinja" import php with context %}
|
||||||
|
|
||||||
|
php-mail:
|
||||||
|
pkg.installed:
|
||||||
|
- name : {{ php.mail_pkg }}
|
@ -11,6 +11,7 @@
|
|||||||
'oauth_pkg': 'php5-oauth',
|
'oauth_pkg': 'php5-oauth',
|
||||||
'intl_pkg': 'php5-intl',
|
'intl_pkg': 'php5-intl',
|
||||||
'json_pkg': 'php5-json',
|
'json_pkg': 'php5-json',
|
||||||
|
'mail_pkg': 'php-mail',
|
||||||
'mbstring_pkg': 'php5',
|
'mbstring_pkg': 'php5',
|
||||||
'mcrypt_pkg': 'php5-mcrypt',
|
'mcrypt_pkg': 'php5-mcrypt',
|
||||||
'memcache_pkg': 'php5-memcache',
|
'memcache_pkg': 'php5-memcache',
|
||||||
|
Loading…
Reference in New Issue
Block a user