Added the php-mail package for Debian

This commit is contained in:
Bogdan Radulescu 2015-12-16 13:24:03 +00:00
parent 8ee1b4bbed
commit 7c2bd44ae9
2 changed files with 6 additions and 0 deletions

5
php/mail.sls Normal file
View File

@ -0,0 +1,5 @@
{% from "php/map.jinja" import php with context %}
php-mail:
pkg.installed:
- name : {{ php.mail_pkg }}

View File

@ -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',