ensure php5 module is enabled on openSUSE / SLE
This commit is contained in:
parent
936f20b559
commit
af0c009f7b
@ -33,3 +33,11 @@ a2enmod php5:
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
|
{% if grains['os_family']=="Suse" %}
|
||||||
|
/etc/sysconfig/apache2:
|
||||||
|
file.replace:
|
||||||
|
- unless: grep '^APACHE_MODULES=.*php5' /etc/sysconfig/apache2
|
||||||
|
- pattern: '^APACHE_MODULES=(.*)"'
|
||||||
|
- repl: 'APACHE_MODULES=\1 php5"'
|
||||||
|
{% endif %}
|
||||||
|
Loading…
Reference in New Issue
Block a user