summaryrefslogtreecommitdiff
path: root/manifests/vhost
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2011-02-22 23:19:56 +0100
committermh <mh@immerda.ch>2011-02-22 23:19:56 +0100
commitacc7402ba7ecf597991252960a5e5dfba2e4dde2 (patch)
tree2646c4a437867ac3eed03338a0569d730ab957de /manifests/vhost
parenta371c169c45dbd14ad3c465f8b7314b14c4ed8cb (diff)
add missing param
Diffstat (limited to 'manifests/vhost')
-rw-r--r--manifests/vhost/php/standard.pp2
1 files changed, 2 insertions, 0 deletions
diff --git a/manifests/vhost/php/standard.pp b/manifests/vhost/php/standard.pp
index 61992a1..89b5ba4 100644
--- a/manifests/vhost/php/standard.pp
+++ b/manifests/vhost/php/standard.pp
@@ -38,6 +38,7 @@ define apache::vhost::php::standard(
$logmode = 'default',
$path = 'absent',
$manage_webdir = true,
+ $path_is_webdir = false,
$manage_docroot = true,
$template_mode = 'php',
$template_partial = 'absent',
@@ -152,6 +153,7 @@ define apache::vhost::php::standard(
::apache::vhost{$name:
ensure => $ensure,
path => $path,
+ path_is_webdir => $path_is_webdir,
template_mode => $template_mode,
template_partial => $template_partial,
vhost_mode => $vhost_mode,