From 15314ee92924cd32df2c4671dcf17b5df38e3769 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Thu, 21 Jun 2018 13:24:52 -0300 Subject: Adds custom_log, custom_log_format and error_log params at apache::site --- manifests/site.pp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'manifests/site.pp') 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), -- cgit v1.2.3