Sfoglia il codice sorgente

Add missing php_install_

tags/v0.34.0
Paweł Rosada 5 anni fa
parent
commit
77b1b3520f
Nessun account collegato all'indirizzo email del committer
1 ha cambiato i file con 9 aggiunte e 0 eliminazioni
  1. +9
    -0
      php/ng/installed.jinja

+ 9
- 0
php/ng/installed.jinja Vedi File

@@ -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…
Annulla
Salva