From 7a7a3055402590899a85712a3318eb8b62422f0c Mon Sep 17 00:00:00 2001 From: Ben Roberts Date: Sun, 23 Nov 2014 23:45:27 +0000 Subject: [PATCH] Fix apache conf dir for Gentoo systems --- manifests/params.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/params.pp b/manifests/params.pp index 985823d..54e1a5c 100644 --- a/manifests/params.pp +++ b/manifests/params.pp @@ -10,7 +10,7 @@ class dokuwiki::params { $package_name = 'dokuwiki' $version = '20140929a' $use_webapp_config = true - $apache_confdir = '/etc/apache/vhosts.d' + $apache_confdir = '/etc/apache2/vhosts.d' $apache_user = 'apache' $apache_group = 'apache' }