adding support for php tidy module (currently arch only tested)
This commit is contained in:
parent
188c598ecb
commit
3183009339
@ -481,6 +481,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
2
php/ng/tidy.sls
Normal file
@ -0,0 +1,2 @@
|
||||
{% set state = 'tidy' %}
|
||||
{% include "php/ng/installed.jinja" %}
|
Loading…
Reference in New Issue
Block a user