소스 검색

Merge pull request #159 from bawuenet/scl_opcache

Handle different scl/legacy php naming for opcache.
tags/v0.34.0
Niels Abspoel 6 년 전
부모
커밋
5486e445df
No account linked to committer's email address
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      php/ng/map.jinja

+ 1
- 1
php/ng/map.jinja 파일 보기

@@ -2738,7 +2738,7 @@
'net-smtp': 'php-pear-Net-SMTP',
'net4': 'php-pear-Net-IPv4',
'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',
'pgsql': rh_prefix + 'php-pgsql',
'php': rh_prefix + 'php',

Loading…
취소
저장