From 55eac388815deddd6ce6c80f730c7e24dbc6929c Mon Sep 17 00:00:00 2001 From: "Bernhard M. Wiedemann" Date: Fri, 17 Mar 2017 13:49:55 +0100 Subject: [PATCH] SUSE: fix conf.d location --- apache/map.jinja | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apache/map.jinja b/apache/map.jinja index 9b69de7..185d688 100644 --- a/apache/map.jinja +++ b/apache/map.jinja @@ -72,7 +72,7 @@ 'mod_fcgid': 'apache2-mod_fcgid', 'vhostdir': '/etc/apache2/vhosts.d', - 'confdir': '/etc/httpd/conf.d', + 'confdir': '/etc/apache2/conf.d', 'confext': '.conf', 'default_site': 'vhost.template', 'default_site_ssl': 'vhost-ssl.template',