Merge pull request #84 from roock/master

support for tidy module, more support for arch-linux
This commit is contained in:
Forrest 2016-05-02 11:49:35 -07:00
commit 539615f118
2 changed files with 4 additions and 0 deletions

View File

@ -472,6 +472,7 @@
'curl': 'curl',
'fpm': 'php-fpm',
'gd': 'php-gd',
'geoip': 'php-geoip',
'intl': 'php-intl',
'mcrypt': 'php-mcrypt',
'memcache': 'php-memcache',
@ -481,6 +482,7 @@
'xcache': 'php-xcache',
'pgsql': 'php-pgsql',
'ldap': 'php-ldap',
'tidy': 'php-tidy',
},
'fpm': {
'conf': '/etc/php/php-fpm.conf',

2
php/ng/tidy.sls Normal file
View File

@ -0,0 +1,2 @@
{% set state = 'tidy' %}
{% include "php/ng/installed.jinja" %}