Use confext parameter when naming vhost config files.
This commit is contained in:
parent
1888584b94
commit
be1aa5629e
@ -8,7 +8,7 @@ include:
|
|||||||
{{ id }}:
|
{{ id }}:
|
||||||
file:
|
file:
|
||||||
- managed
|
- managed
|
||||||
- name: {{ apache.vhostdir }}/{{ id }}
|
- name: {{ apache.vhostdir }}/{{ id }}{{ apache.confext }}
|
||||||
- source: {{ site.get('template_file', 'salt://apache/vhosts/standard.tmpl') }}
|
- source: {{ site.get('template_file', 'salt://apache/vhosts/standard.tmpl') }}
|
||||||
- template: {{ site.get('template_engine', 'jinja') }}
|
- template: {{ site.get('template_engine', 'jinja') }}
|
||||||
- context:
|
- context:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user