Use confext parameter when naming vhost config files.

This commit is contained in:
Adam Herzog 2014-02-09 09:12:31 -05:00
parent 1888584b94
commit be1aa5629e

View File

@ -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: