Merge pull request #84 from roock/master
support for tidy module, more support for arch-linux
This commit is contained in:
commit
539615f118
@ -472,6 +472,7 @@
|
|||||||
'curl': 'curl',
|
'curl': 'curl',
|
||||||
'fpm': 'php-fpm',
|
'fpm': 'php-fpm',
|
||||||
'gd': 'php-gd',
|
'gd': 'php-gd',
|
||||||
|
'geoip': 'php-geoip',
|
||||||
'intl': 'php-intl',
|
'intl': 'php-intl',
|
||||||
'mcrypt': 'php-mcrypt',
|
'mcrypt': 'php-mcrypt',
|
||||||
'memcache': 'php-memcache',
|
'memcache': 'php-memcache',
|
||||||
@ -481,6 +482,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