diff options
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/site.pp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/manifests/site.pp b/manifests/site.pp index 63c97c8..e499ac9 100644 --- a/manifests/site.pp +++ b/manifests/site.pp @@ -31,6 +31,9 @@ define apache::site( $canonical = false, $canonical_exceptions = '', $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), |