From be1aa5629ee0c44250793ae38d0b0d39eb66e1db Mon Sep 17 00:00:00 2001 From: Adam Herzog Date: Sun, 9 Feb 2014 09:12:31 -0500 Subject: [PATCH] Use confext parameter when naming vhost config files. --- apache/vhosts/standard.sls | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apache/vhosts/standard.sls b/apache/vhosts/standard.sls index 864c0ae..51f644d 100644 --- a/apache/vhosts/standard.sls +++ b/apache/vhosts/standard.sls @@ -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: