- require: | - require: | ||||
- pkg: apache | - pkg: apache | ||||
{% if grains.get('os_family') == 'RedHat' %} | |||||
{% if grains.get('os_family') == 'RedHat' and salt['file.file_exists']('/etc/httpd/conf.d/wsgi.conf') %} | |||||
/etc/httpd/conf.d/wsgi.conf: | /etc/httpd/conf.d/wsgi.conf: | ||||
file.uncomment: | file.uncomment: | ||||
- regex: LoadModule | - regex: LoadModule |