summaryrefslogtreecommitdiff
path: root/manifests/site/config.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/site/config.pp')
-rw-r--r--manifests/site/config.pp3
1 files changed, 3 insertions, 0 deletions
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),