Require absolutepath for cache cert/key file
.. to make sure these files are loaded from the expected place. Change-Id: Ib0e2dfc7f4c0149dc02e13058037707ac4d655a2
This commit is contained in:
parent
dfce4a9d13
commit
ce86df8101
@ -579,9 +579,9 @@ class horizon(
|
||||
$cache_server_ip = undef,
|
||||
$cache_server_port = '11211',
|
||||
Boolean $cache_tls_enabled = false,
|
||||
$cache_tls_cafile = undef,
|
||||
$cache_tls_certfile = undef,
|
||||
$cache_tls_keyfile = undef,
|
||||
Optional[Stdlib::Absolutepath] $cache_tls_cafile = undef,
|
||||
Optional[Stdlib::Absolutepath] $cache_tls_certfile = undef,
|
||||
Optional[Stdlib::Absolutepath] $cache_tls_keyfile = undef,
|
||||
$cache_tls_allowed_ciphers = undef,
|
||||
Boolean $manage_memcache_package = true,
|
||||
Array[Stdlib::HTTPUrl] $horizon_app_links = [],
|
||||
|
Loading…
Reference in New Issue
Block a user