|
|
@@ -28,6 +28,7 @@ include: |
|
|
|
- makedirs: True |
|
|
|
|
|
|
|
{% if grains.os_family == 'Debian' %} |
|
|
|
{% if site.get('enabled') %} |
|
|
|
a2ensite {{ id }}{{ apache.confext }}: |
|
|
|
cmd: |
|
|
|
- run |
|
|
@@ -36,6 +37,14 @@ a2ensite {{ id }}{{ apache.confext }}: |
|
|
|
- file: /etc/apache2/sites-available/{{ id }}{{ apache.confext }} |
|
|
|
- watch_in: |
|
|
|
- module: apache-reload |
|
|
|
{% else %} |
|
|
|
a2dissite {{ id }}{{ apache.confext }}: |
|
|
|
cmd: |
|
|
|
- run |
|
|
|
- require: |
|
|
|
- file: /etc/apache2/sites-available/{{ id }}{{ apache.confext }} |
|
|
|
- watch_in: |
|
|
|
- module: apache-reload |
|
|
|
{% endif %} |
|
|
|
|
|
|
|
{% endfor %} |