From e4def9b31f5697b763235f3cdd7fd361927ce997 Mon Sep 17 00:00:00 2001 From: mh Date: Wed, 2 Jul 2014 21:35:19 +0200 Subject: pass down the logprefix --- manifests/vhost.pp | 2 ++ manifests/vhost/php/standard.pp | 2 ++ 2 files changed, 4 insertions(+) (limited to 'manifests') diff --git a/manifests/vhost.pp b/manifests/vhost.pp index 2f3a79e..0b3e4f3 100644 --- a/manifests/vhost.pp +++ b/manifests/vhost.pp @@ -34,6 +34,7 @@ define apache::vhost( $path_is_webdir = false, $logpath = 'absent', $logmode = 'default', + $logprefix = '', $vhost_mode = 'template', $template_partial = 'apache/vhosts/static/partial.erb', $vhost_source = 'absent', @@ -88,6 +89,7 @@ define apache::vhost( path_is_webdir => $path_is_webdir, logpath => $logpath, logmode => $logmode, + logprefix => $logprefix, domain => $domain, domainalias => $domainalias, server_admin => $server_admin, diff --git a/manifests/vhost/php/standard.pp b/manifests/vhost/php/standard.pp index e0eb1e6..bf7248c 100644 --- a/manifests/vhost/php/standard.pp +++ b/manifests/vhost/php/standard.pp @@ -31,6 +31,7 @@ define apache::vhost::php::standard( $server_admin = 'absent', $logmode = 'default', $logpath = 'absent', + $logprefix = '', $path = 'absent', $manage_webdir = true, $path_is_webdir = false, @@ -268,6 +269,7 @@ define apache::vhost::php::standard( server_admin => $server_admin, logmode => $logmode, logpath => $logpath, + logprefix => $logprefix, run_mode => $run_mode, run_uid => $run_uid, run_gid => $run_gid, -- cgit v1.2.3