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.
1 parent 324ebd8 commit 77b1b35Copy full SHA for 77b1b35
php/ng/installed.jinja
@@ -79,6 +79,15 @@ php_ppa_{{ state }}:
79
{% if use_scl_repo and grains['os'] == 'CentOS' %}
80
php_centos_scl_enable_{{ state }}:
81
pkg.installed:
82
+ - name: centos-release-scl
83
+ {% elif use_scl_repo and grains['os'] == 'RedHat' %}
84
+php_redhat_scl_enable_{{ state }}:
85
+ cmd.run:
86
+ - name: yum-config-manager --enable rhel-server-rhscl-{{ grains['osmajorrelease'] }}-rpms
87
+ {% endif %}
88
+{% endif %}
89
+
90
+php_install_{{ state }}:
91
92
- name: {{ state }}
93
- pkgs: {{ pkgs|json() }}
0 commit comments