Parcourir la source

Add mod_php5 pkg for RedHat in map.jinja. Remove welcome.conf on RedHat.

master
Krzysztof Pawłowski il y a 9 ans
Parent
révision
0d7b149fd5
2 fichiers modifiés avec 10 ajouts et 0 suppressions
  1. +9
    -0
      apache/config.sls
  2. +1
    -0
      apache/map.jinja

+ 9
- 0
apache/config.sls Voir le fichier

@@ -24,3 +24,12 @@ include:
- watch_in:
- service: apache
{% endif %}

{% if grains['os_family']=="RedHat" %}
/etc/httpd/conf.d/welcome.conf:
file.absent:
- require:
- pkg: apache
- watch_in:
- service: apache
{% endif %}

+ 1
- 0
apache/map.jinja Voir le fichier

@@ -23,6 +23,7 @@
'configfile': '/etc/httpd/conf/httpd.conf',

'mod_wsgi': 'mod_wsgi',
'mod_php5': 'php',

'vhostdir': '/etc/httpd/conf.d',
'confdir': '/etc/httpd/conf.d',

Chargement…
Annuler
Enregistrer