Saltstack Official Apache Formula
Du kan inte välja fler än 25 ämnen
Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
|
- {% from "apache/map.jinja" import apache with context %}
-
- include:
- - apache
-
- mod_wsgi:
- pkg.installed:
- - name: {{ apache.mod_wsgi }}
- - require:
- - pkg: apache
-
- {% if grains.get('os_family') == 'RedHat' %}
- /etc/httpd/conf.d/wsgi.conf:
- file.uncomment:
- - regex: LoadModule
- - require:
- - pkg: mod_wsgi
- {% endif %}
|