adding support for php tidy module (currently arch only tested)

This commit is contained in:
Roman Pertl 2016-05-02 18:42:29 +00:00
parent 188c598ecb
commit 3183009339
2 changed files with 3 additions and 0 deletions

View File

@ -481,6 +481,7 @@
'xcache': 'php-xcache', 'xcache': 'php-xcache',
'pgsql': 'php-pgsql', 'pgsql': 'php-pgsql',
'ldap': 'php-ldap', 'ldap': 'php-ldap',
'tidy': 'php-tidy',
}, },
'fpm': { 'fpm': {
'conf': '/etc/php/php-fpm.conf', '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" %}