$https_redirect = false,
$canonical = false,
$canonical_exceptions = '',
+ $custom_log_format = 'anon',
$hidden_service = false,
$error_log = false,
$custom_log = false,
- $custom_log_format = 'anon',
$custom_directives = false,
$allow_override = false,
$hosting_domain = hiera('apache::site::domain', $::domain),
https_redirect => $https_redirect,
canonical => $canonical,
canonical_exceptions => $canonical_exceptions,
+ error_log => $error_log,
+ custom_log => $custom_log,
+ custom_log_format => $custom_log_format,
custom_directives => $custom_directives,
allow_override => $allow_override,
hosting_domain => $hosting_domain,
$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),