We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 530f4b9 + 6405214 commit 5486e44Copy full SHA for 5486e44
php/ng/map.jinja
@@ -2738,7 +2738,7 @@
2738
'net-smtp': 'php-pear-Net-SMTP',
2739
'net4': 'php-pear-Net-IPv4',
2740
'oauth': 'php-pecl-oauth',
2741
- 'opcache': 'php-pecl-zendopcache',
+ 'opcache': rh_prefix + 'php-opcache' if salt['pillar.get']('php:use_scl_repo', False) else 'php-pecl-zendopcache',
2742
'pear': rh_prefix + 'php-pear',
2743
'pgsql': rh_prefix + 'php-pgsql',
2744
'php': rh_prefix + 'php',
0 commit comments