Ver código fonte

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

tags/v0.34.0
Roman Pertl 8 anos atrás
pai
commit
3183009339
2 arquivos alterados com 3 adições e 0 exclusões
  1. +1
    -0
      php/ng/map.jinja
  2. +2
    -0
      php/ng/tidy.sls

+ 1
- 0
php/ng/map.jinja Ver arquivo

@@ -481,6 +481,7 @@
'xcache': 'php-xcache',
'pgsql': 'php-pgsql',
'ldap': 'php-ldap',
'tidy': 'php-tidy',
},
'fpm': {
'conf': '/etc/php/php-fpm.conf',

+ 2
- 0
php/ng/tidy.sls Ver arquivo

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

Carregando…
Cancelar
Salvar