diff --git a/php/ng/map.jinja b/php/ng/map.jinja index a1c6f7e..fbd3038 100644 --- a/php/ng/map.jinja +++ b/php/ng/map.jinja @@ -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', diff --git a/php/ng/uuid.sls b/php/ng/uuid.sls new file mode 100644 index 0000000..8c27a6a --- /dev/null +++ b/php/ng/uuid.sls @@ -0,0 +1,2 @@ +{% set state = 'uuid' %} +{% include "php/ng/installed.jinja" %}