diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2021-10-28 11:22:09 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2021-10-28 11:22:09 -0300 |
commit | e777581f451cf730bfcf1158b0a3ec6eac982e56 (patch) | |
tree | c254e002e78a854c960596869a0c6f5a11e662b8 /manifests | |
parent | 50ffe8ba906ca2f3952f557cd2655fa7c34f0da5 (diff) | |
download | puppet-apache-e777581f451cf730bfcf1158b0a3ec6eac982e56.tar.gz puppet-apache-e777581f451cf730bfcf1158b0a3ec6eac982e56.tar.bz2 |
Upgrade default hidden_service_version
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/site.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/site.pp b/manifests/site.pp index 39d83de..e890bb3 100644 --- a/manifests/site.pp +++ b/manifests/site.pp @@ -33,7 +33,7 @@ define apache::site( $canonical_exceptions = '', $custom_log_format = 'anon', $hidden_service = false, - $hidden_service_version = 2, + $hidden_service_version = 3, $error_log = false, $custom_log = false, $custom_directives = false, |