Set vhost sites as enabled by default
This commit is contained in:
parent
84519a6aea
commit
ea065e3413
@ -30,7 +30,7 @@ include:
|
||||
{% endif %}
|
||||
|
||||
{% if grains.os_family == 'Debian' %}
|
||||
{% if site.get('enabled') %}
|
||||
{% if site.get('enabled', True) %}
|
||||
a2ensite {{ id }}{{ apache.confext }}:
|
||||
cmd:
|
||||
- run
|
||||
|
Loading…
Reference in New Issue
Block a user