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',
|
'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
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