Browse Source

Merge pull request #128 from M2Mobi/uuid

Add state file for installing the uuid extension.
tags/v0.34.0
Javier Bértoli 7 years ago
parent
commit
64cc8f9ffd
2 changed files with 4 additions and 0 deletions
  1. +2
    -0
      php/ng/map.jinja
  2. +2
    -0
      php/ng/uuid.sls

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

'tcpdf': 'php-tcpdf', 'tcpdf': 'php-tcpdf',
'temp_dir': '/tmp', 'temp_dir': '/tmp',
'tidy': 'php5-tidy', 'tidy': 'php5-tidy',
'uuid': 'php-uuid',
'xcache': 'php5-xcache', 'xcache': 'php5-xcache',
'xdebug': 'php5-xdebug', 'xdebug': 'php5-xdebug',
'xml': 'php5', 'xml': 'php5',
'tcpdf': 'php-tcpdf', 'tcpdf': 'php-tcpdf',
'temp_dir': '/tmp', 'temp_dir': '/tmp',
'tidy': 'php-tidy', 'tidy': 'php-tidy',
'uuid': 'php-pecl-uuid',
'xcache': 'php-xcache', 'xcache': 'php-xcache',
'xdebug': 'php-pecl-xdebug', 'xdebug': 'php-pecl-xdebug',
'xml': 'php-xml', 'xml': 'php-xml',

+ 2
- 0
php/ng/uuid.sls View File

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

Loading…
Cancel
Save