Browse Source

Merge pull request #139 from n-rodriguez/add_readline

Add readline package
tags/v0.34.0
Niels Abspoel 7 years ago
parent
commit
131cd4f084
2 changed files with 3 additions and 0 deletions
  1. +1
    -0
      php/ng/map.jinja
  2. +2
    -0
      php/ng/readline.sls

+ 1
- 0
php/ng/map.jinja View File

@@ -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',

+ 2
- 0
php/ng/readline.sls View File

@@ -0,0 +1,2 @@
{% set state = 'readline' %}
{% include "php/ng/installed.jinja" %}

Loading…
Cancel
Save