diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2018-06-21 13:24:52 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2018-06-21 13:24:52 -0300 |
commit | 15314ee92924cd32df2c4671dcf17b5df38e3769 (patch) | |
tree | d112f7e043704b4573dc6cc0f3e77d372652c16b /manifests | |
parent | a06881cafbf9d0c7f35e3d7c089f4dfc149d20db (diff) | |
download | puppet-apache-15314ee92924cd32df2c4671dcf17b5df38e3769.tar.gz puppet-apache-15314ee92924cd32df2c4671dcf17b5df38e3769.tar.bz2 |
Adds custom_log, custom_log_format and error_log params at apache::site
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), |