@@ -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 %} |
@@ -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', |