summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2010-10-09 14:47:45 +0200
committermh <mh@immerda.ch>2010-10-09 14:47:45 +0200
commit5725fb0ecf08906c1dc4b146969f0e4d63baad73 (patch)
tree44197ea68fdc92d424b7ce40c041fd109f6dba2b /manifests
parent95bfc2b0ff6c75386506d02d5d0a766e59b08472 (diff)
pass run mode
Diffstat (limited to 'manifests')
-rw-r--r--manifests/vhost/static.pp3
1 files changed, 2 insertions, 1 deletions
diff --git a/manifests/vhost/static.pp b/manifests/vhost/static.pp
index 9d78ebd..ab96141 100644
--- a/manifests/vhost/static.pp
+++ b/manifests/vhost/static.pp
@@ -30,6 +30,7 @@ define apache::vhost::static(
$additional_options = 'absent',
$default_charset = 'absent',
$ssl_mode = false,
+ $run_mode = 'normal',
$vhost_mode = 'template',
$vhost_source = 'absent',
$vhost_destination = 'absent',
@@ -44,7 +45,7 @@ define apache::vhost::static(
path => $path,
owner => $owner,
group => $group,
- run_mode => 'normal',
+ run_mode => $run_mode,
documentroot_owner => $documentroot_owner,
documentroot_group => $documentroot_group,
documentroot_mode => $documentroot_mode,