Merge pull request #71 from bogdanr/master
Added the php-mail package for Debian
This commit is contained in:
commit
1a53822001
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',
|
||||
'intl_pkg': 'php5-intl',
|
||||
'json_pkg': 'php5-json',
|
||||
'mail_pkg': 'php-mail',
|
||||
'mbstring_pkg': 'php5',
|
||||
'mcrypt_pkg': 'php5-mcrypt',
|
||||
'memcache_pkg': 'php5-memcache',
|
||||
|
Loading…
Reference in New Issue
Block a user