Add state file for installing the uuid extension.
This commit is contained in:
parent
74a60ccf8f
commit
b9e9a614e2
@ -1784,6 +1784,7 @@
|
|||||||
'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',
|
||||||
@ -1891,6 +1892,7 @@
|
|||||||
'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
php/ng/uuid.sls
Normal file
2
php/ng/uuid.sls
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
{% set state = 'uuid' %}
|
||||||
|
{% include "php/ng/installed.jinja" %}
|
Loading…
Reference in New Issue
Block a user