Browse Source

Merge pull request #159 from bawuenet/scl_opcache

Handle different scl/legacy php naming for opcache.
tags/v0.34.0
Niels Abspoel 6 years ago
parent
commit
5486e445df
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      php/ng/map.jinja

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

'net-smtp': 'php-pear-Net-SMTP', 'net-smtp': 'php-pear-Net-SMTP',
'net4': 'php-pear-Net-IPv4', 'net4': 'php-pear-Net-IPv4',
'oauth': 'php-pecl-oauth', 'oauth': 'php-pecl-oauth',
'opcache': 'php-pecl-zendopcache',
'opcache': rh_prefix + 'php-opcache' if salt['pillar.get']('php:use_scl_repo', False) else 'php-pecl-zendopcache',
'pear': rh_prefix + 'php-pear', 'pear': rh_prefix + 'php-pear',
'pgsql': rh_prefix + 'php-pgsql', 'pgsql': rh_prefix + 'php-pgsql',
'php': rh_prefix + 'php', 'php': rh_prefix + 'php',

Loading…
Cancel
Save