瀏覽代碼

Add missing php_install_

tags/v0.34.0
Paweł Rosada 5 年之前
父節點
當前提交
77b1b3520f
沒有連結到貢獻者的電子郵件帳戶。
共有 1 個檔案被更改,包括 9 行新增0 行删除
  1. +9
    -0
      php/ng/installed.jinja

+ 9
- 0
php/ng/installed.jinja 查看文件

@@ -79,6 +79,15 @@ php_ppa_{{ state }}:
{% if use_scl_repo and grains['os'] == 'CentOS' %}
php_centos_scl_enable_{{ state }}:
pkg.installed:
- name: centos-release-scl
{% elif use_scl_repo and grains['os'] == 'RedHat' %}
php_redhat_scl_enable_{{ state }}:
cmd.run:
- name: yum-config-manager --enable rhel-server-rhscl-{{ grains['osmajorrelease'] }}-rpms
{% endif %}
{% endif %}

php_install_{{ state }}:
pkg.installed:
- name: {{ state }}
- pkgs: {{ pkgs|json() }}

Loading…
取消
儲存