Skip to content

Commit

Permalink
Use Integer type for vhost ssl_verify_depth
Browse files Browse the repository at this point in the history
Since puppetlabs/puppetlabs-apache@f41251e String values are no longer allowed for this parameter
  • Loading branch information
wbclark authored and ekohl committed Aug 3, 2022
1 parent 95f2b4d commit 5a3ddb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/config/apache.pp
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@
ssl_protocol => $ssl_protocol,
ssl_verify_client => $ssl_verify_client,
ssl_options => '+StdEnvVars +ExportCertData',
ssl_verify_depth => '3',
ssl_verify_depth => 3,
access_log_format => $access_log_format,
additional_includes => ["${apache::confd_dir}/${priority}-foreman-ssl.d/*.conf"],
use_optional_includes => true,
Expand Down

0 comments on commit 5a3ddb0

Please sign in to comment.