Merge pull request #71 from bogdanr/master

Added the php-mail package for Debian
This commit is contained in:
Wolodja Wentland 2015-12-16 18:46:58 +01:00
commit 1a53822001
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',
'intl_pkg': 'php5-intl',
'json_pkg': 'php5-json',
'mail_pkg': 'php-mail',
'mbstring_pkg': 'php5',
'mcrypt_pkg': 'php5-mcrypt',
'memcache_pkg': 'php5-memcache',