diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2018-06-22 12:31:54 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2018-06-22 12:31:54 -0300 |
commit | 8b0e904b4124bec6eeb3212969f2c3a5070b6e37 (patch) | |
tree | 5ee516c69a241bf6f874f88c24a52b9517c40cd7 /manifests/site | |
parent | 15314ee92924cd32df2c4671dcf17b5df38e3769 (diff) | |
download | puppet-apache-8b0e904b4124bec6eeb3212969f2c3a5070b6e37.tar.gz puppet-apache-8b0e904b4124bec6eeb3212969f2c3a5070b6e37.tar.bz2 |
Pass log params to apache::site::config
Diffstat (limited to 'manifests/site')
-rw-r--r-- | manifests/site/config.pp | 3 |
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), |