Browse Source

Add state file for installing the uuid extension.

tags/v0.34.0
Heinz Wiesinger 9 years ago
parent
commit
b9e9a614e2
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

@@ -1784,6 +1784,7 @@
'tcpdf': 'php-tcpdf',
'temp_dir': '/tmp',
'tidy': 'php5-tidy',
'uuid': 'php-uuid',
'xcache': 'php5-xcache',
'xdebug': 'php5-xdebug',
'xml': 'php5',
@@ -1891,6 +1892,7 @@
'tcpdf': 'php-tcpdf',
'temp_dir': '/tmp',
'tidy': 'php-tidy',
'uuid': 'php-pecl-uuid',
'xcache': 'php-xcache',
'xdebug': 'php-pecl-xdebug',
'xml': 'php-xml',

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

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

Loading…
Cancel
Save