Browse Source

Merge pull request #84 from roock/master

support for tidy module, more support for arch-linux
tags/v0.34.0
Forrest 8 years ago
parent
commit
539615f118
2 changed files with 4 additions and 0 deletions
  1. +2
    -0
      php/ng/map.jinja
  2. +2
    -0
      php/ng/tidy.sls

+ 2
- 0
php/ng/map.jinja View File

'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',
'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
- 0
php/ng/tidy.sls View File

{% set state = 'tidy' %}
{% include "php/ng/installed.jinja" %}

Loading…
Cancel
Save