diff --git a/php/ng/map.jinja b/php/ng/map.jinja index 070c006..f37577b 100644 --- a/php/ng/map.jinja +++ b/php/ng/map.jinja @@ -25,6 +25,7 @@ 'soap': 'php-soap', 'sqlite': 'php5-sqlite', 'xdebug': 'php5-xdebug', + 'xsl': 'php5-xsl', 'xml': 'php5-xmlrpc', 'redis': 'php5-redis', 'imagick': 'php5-imagick', diff --git a/php/ng/xsl.sls b/php/ng/xsl.sls new file mode 100644 index 0000000..9789f2d --- /dev/null +++ b/php/ng/xsl.sls @@ -0,0 +1,2 @@ +{% set state = 'xsl' %} +{% include "php/ng/installed.jinja" %}