From 5725fb0ecf08906c1dc4b146969f0e4d63baad73 Mon Sep 17 00:00:00 2001 From: mh Date: Sat, 9 Oct 2010 14:47:45 +0200 Subject: pass run mode --- manifests/vhost/static.pp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'manifests/vhost') 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, -- cgit v1.2.3