fix(config/vhosts/standard): remove erroneous trailing colon
Fixes #302.
This commit is contained in:
parent
3c21740ba5
commit
dedb9e2f40
@ -67,7 +67,7 @@ apache-config-vhosts-standard-{{ id }}-cmd-run-a2en:
|
|||||||
|
|
||||||
apache-config-vhosts-standard-{{ id }}-cmd-run-a2dis:
|
apache-config-vhosts-standard-{{ id }}-cmd-run-a2dis:
|
||||||
cmd.run:
|
cmd.run:
|
||||||
- name: a2dissite {{ id }}{{ apache.confext }}:
|
- name: a2dissite {{ id }}{{ apache.confext }}
|
||||||
- onlyif: test -f /etc/apache2/sites-enabled/{{ id }}{{ apache.confext }}
|
- onlyif: test -f /etc/apache2/sites-enabled/{{ id }}{{ apache.confext }}
|
||||||
- require:
|
- require:
|
||||||
- file: apache-config-vhosts-standard-{{ id }}
|
- file: apache-config-vhosts-standard-{{ id }}
|
||||||
|
Loading…
Reference in New Issue
Block a user