Merge pull request #128 from M2Mobi/uuid

Add state file for installing the uuid extension.
This commit is contained in:
Javier Bértoli 2017-06-28 15:13:13 -03:00 committed by GitHub
commit 64cc8f9ffd
2 changed files with 4 additions and 0 deletions

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
php/ng/uuid.sls Normal file
View File

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