Ensure boolean values at horizon::wsgi::apache

We already added these validations to the horizon class, but having
the same in the underlying implementation allows us to ensure
the supported types are passed down.

Change-Id: I591f7ee273030f16184d8b53768b3594efc22e35
This commit is contained in:
Takashi Kajinami 2023-07-21 17:36:55 +09:00
parent ba53673ea1
commit 793d25460e
1 changed files with 2 additions and 2 deletions

View File

@ -121,10 +121,10 @@ class horizon::wsgi::apache (
$bind_address = undef,
$servername = $facts['networking']['fqdn'],
$server_aliases = $facts['networking']['fqdn'],
$listen_ssl = false,
Boolean $listen_ssl = false,
$http_port = 80,
$https_port = 443,
$ssl_redirect = true,
Boolean $ssl_redirect = true,
$ssl_cert = undef,
$ssl_key = undef,
$ssl_ca = undef,