Pass install_dir through to webapp_config to install into the right location
This commit is contained in:
@@ -8,6 +8,7 @@ class dokuwiki::install (
|
|||||||
$package_name = $dokuwiki::package_name,
|
$package_name = $dokuwiki::package_name,
|
||||||
$use_webapp_config = $dokuwiki::use_webapp_config,
|
$use_webapp_config = $dokuwiki::use_webapp_config,
|
||||||
$vhost = $dokuwiki::vhost,
|
$vhost = $dokuwiki::vhost,
|
||||||
|
$install_dir = $dokuwiki::install_dir,
|
||||||
$base_path = $dokuwiki::base_path,
|
$base_path = $dokuwiki::base_path,
|
||||||
) {
|
) {
|
||||||
|
|
||||||
@@ -23,6 +24,7 @@ class dokuwiki::install (
|
|||||||
"dokuwiki-${version}":
|
"dokuwiki-${version}":
|
||||||
action => 'install',
|
action => 'install',
|
||||||
vhost => $vhost,
|
vhost => $vhost,
|
||||||
|
installdir => $install_dir,
|
||||||
base => $base_path,
|
base => $base_path,
|
||||||
app => 'dokuwiki',
|
app => 'dokuwiki',
|
||||||
version => $version,
|
version => $version,
|
||||||
|
|||||||
Reference in New Issue
Block a user