From 9a015212fb8d51160fbe4ae00749f6a29b752f6f Mon Sep 17 00:00:00 2001 From: Nicolas Rodriguez Date: Wed, 18 Oct 2017 10:17:49 +0200 Subject: [PATCH] Add readline package --- php/ng/map.jinja | 1 + php/ng/readline.sls | 2 ++ 2 files changed, 3 insertions(+) create mode 100644 php/ng/readline.sls diff --git a/php/ng/map.jinja b/php/ng/map.jinja index 3d24e8a..ec18d71 100644 --- a/php/ng/map.jinja +++ b/php/ng/map.jinja @@ -376,6 +376,7 @@ 'php': 'php' + phpng_version, 'phpenmod_command': 'phpenmod -v' + phpng_version, 'pspell': 'php' + phpng_version + '-pspell', + 'readline': 'php' + phpng_version + '-readline', 'redis': 'php' + phpng_version + '-redis', 'seclib': 'php-seclib', 'snmp': 'php' + phpng_version + '-snmp', diff --git a/php/ng/readline.sls b/php/ng/readline.sls new file mode 100644 index 0000000..cea7987 --- /dev/null +++ b/php/ng/readline.sls @@ -0,0 +1,2 @@ +{% set state = 'readline' %} +{% include "php/ng/installed.jinja" %}