Add state file for installing the uuid extension.

This commit is contained in:
Heinz Wiesinger 2015-11-05 13:45:18 +01:00
parent 74a60ccf8f
commit b9e9a614e2
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" %}