From feadd58f8537fe070bd245e50238f9b616c6b2a5 Mon Sep 17 00:00:00 2001
From: Arthur Lutz <arthur.lutz@logilab.fr>
Date: Tue, 11 Sep 2018 12:52:30 +0200
Subject: [PATCH] [standard/vhost] unique id renamed

---
 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 ecd7e3c..6ce2484 100644
--- a/apache/vhosts/standard.sls
+++ b/apache/vhosts/standard.sls
@@ -6,7 +6,7 @@ include:
 {% for id, site in salt['pillar.get']('apache:sites', {}).items() %}
 {% set documentroot = site.get('DocumentRoot', '{0}/{1}'.format(apache.wwwdir, site.get('ServerName', id))) %}
 
-{{ id }}-vhosts:
+apache_vhosts_{{ id }}:
   file.managed:
     - name: {{ apache.vhostdir }}/{{ id }}{{ apache.confext }}
     - source: {{ site.get('template_file', 'salt://apache/vhosts/standard.tmpl') }}
-- 
GitLab