From 3ab160bad2324cb59d224197f0d69e9bd889f7f0 Mon Sep 17 00:00:00 2001 From: Niels Abspoel Date: Sat, 10 Jan 2015 16:18:59 +0100 Subject: [PATCH] updated map.jinja debian 8.0 settings --- apache/map.jinja | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/apache/map.jinja b/apache/map.jinja index 74d62a1..739099c 100644 --- a/apache/map.jinja +++ b/apache/map.jinja @@ -57,4 +57,11 @@ 'default_site_ssl': 'default-ssl.conf', 'use_require': True, }, + '8.0': { + 'wwwdir': '/var/www', + 'confext': '.conf', + 'default_site': '000-default.conf', + 'default_site_ssl': 'default-ssl.conf', + 'user_require': True, + }, }, grain='lsb_distrib_release', merge=salt['pillar.get']('apache:lookup'))) %}