'mysqlnd_pkg': 'php5-mysqlnd', | 'mysqlnd_pkg': 'php5-mysqlnd', | ||||
'pear_pkg': 'php-pear', | 'pear_pkg': 'php-pear', | ||||
'soap_pkg': 'php-soap', | 'soap_pkg': 'php-soap', | ||||
'redis_pkg': 'php5-redis', | |||||
'fpm_service': 'php5-fpm', | 'fpm_service': 'php5-fpm', | ||||
'xml_pkg': 'php5-xml', | 'xml_pkg': 'php5-xml', | ||||
'imagick_pkg': 'php5-imagick', | 'imagick_pkg': 'php5-imagick', | ||||
'mysqlnd_pkg': 'php-mysqlnd', | 'mysqlnd_pkg': 'php-mysqlnd', | ||||
'pear_pkg': 'php-pear', | 'pear_pkg': 'php-pear', | ||||
'soap_pkg': 'php-soap', | 'soap_pkg': 'php-soap', | ||||
'redis_pkg': 'php-redis', | |||||
'fpm_service': 'php-fpm', | 'fpm_service': 'php-fpm', | ||||
'xml_pkg': 'php-xml', | 'xml_pkg': 'php-xml', | ||||
'imagick_pkg': 'php-pecl-imagick', | 'imagick_pkg': 'php-pecl-imagick', |
'pear': 'php-pear', | 'pear': 'php-pear', | ||||
'soap': 'php-soap', | 'soap': 'php-soap', | ||||
'xml': 'php5-xmlrpc', | 'xml': 'php5-xmlrpc', | ||||
'redis': 'php5-redis', | |||||
'imagick': 'php5-imagick', | 'imagick': 'php5-imagick', | ||||
'suhosin': 'php5-suhosin', | 'suhosin': 'php5-suhosin', | ||||
'imap': 'php5-imap', | 'imap': 'php5-imap', | ||||
'pear': 'php-pear', | 'pear': 'php-pear', | ||||
'soap': 'php-soap', | 'soap': 'php-soap', | ||||
'xml': 'php-xml', | 'xml': 'php-xml', | ||||
'redis': 'php-redis', | |||||
'imagick': 'php-imagick', | 'imagick': 'php-imagick', | ||||
'suhosin': 'php-suhosin', | 'suhosin': 'php-suhosin', | ||||
'imap': 'php-imap', | 'imap': 'php-imap', |
{% set state = 'redis' %} | |||||
{% include "php/ng/installed.jinja" %} |
{% from "php/map.jinja" import php with context %} | |||||
php-redis: | |||||
pkg.installed: | |||||
- name : {{ php.redis_pkg }} |