Fix apache conf dir for Gentoo systems

This commit is contained in:
2014-11-23 23:45:27 +00:00
parent e54ddd4b8a
commit 7a7a305540

View File

@@ -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'
}