From 8b0e904b4124bec6eeb3212969f2c3a5070b6e37 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Fri, 22 Jun 2018 12:31:54 -0300 Subject: Pass log params to apache::site::config --- manifests/site/config.pp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'manifests/site/config.pp') diff --git a/manifests/site/config.pp b/manifests/site/config.pp index bce4e7f..4440e59 100644 --- a/manifests/site/config.pp +++ b/manifests/site/config.pp @@ -18,6 +18,9 @@ define apache::site::config( $https_redirect = false, $canonical = false, $canonical_exceptions = '', + $custom_log_format = 'anon', + $error_log = false, + $custom_log = false, $custom_directives = false, $allow_override = false, $hosting_domain = hiera('apache::site::domain', $::domain), -- cgit v1.2.3