Files in sites-available should end with .conf under Ubuntu
This commit is contained in:
parent
e84b76ab01
commit
def448db2f
@ -15,14 +15,14 @@
|
|||||||
{{ a2modid }}:
|
{{ a2modid }}:
|
||||||
cmd.run:
|
cmd.run:
|
||||||
{% if pillar['apache']['register-site'][site]['state'] == 'enabled' %}
|
{% if pillar['apache']['register-site'][site]['state'] == 'enabled' %}
|
||||||
- unless: test -f /etc/apache2/sites-enabled/{{ pillar['apache']['register-site'][site]['name'] }}
|
- unless: test -f /etc/apache2/sites-enabled/{{ pillar['apache']['register-site'][site]['name'] }}.conf
|
||||||
{% else %}
|
{% else %}
|
||||||
- onlyif: test -f /etc/apache2/sites-enabled/{{ pillar['apache']['register-site'][site]['name'] }}
|
- onlyif: test -f /etc/apache2/sites-enabled/{{ pillar['apache']['register-site'][site]['name'] }}.conf
|
||||||
{% endif %}
|
{% endif %}
|
||||||
- order: 230
|
- order: 230
|
||||||
- require:
|
- require:
|
||||||
- pkg: apache
|
- pkg: apache
|
||||||
- file: /etc/apache2/sites-available/{{ pillar['apache']['register-site'][site]['name'] }}
|
- file: /etc/apache2/sites-available/{{ pillar['apache']['register-site'][site]['name'] }}.conf
|
||||||
|
|
||||||
{% endif %}
|
{% endif %}
|
||||||
##########################################
|
##########################################
|
||||||
|
Loading…
Reference in New Issue
Block a user