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