Merge "Fix typo in sslProfile conditional"

This commit is contained in:
Zuul 2019-12-23 01:21:38 +00:00 committed by Gerrit Code Review
commit 24ac2a2310
1 changed files with 1 additions and 1 deletions

View File

@ -142,7 +142,7 @@ class tripleo::profile::base::metrics::qdr (
if $step >= 1 {
$interior_nodes = any2array(split($interior_mesh_nodes, ','))
if ssl_internal_profile_name {
if $ssl_internal_profile_name {
$node_base = {'sslProfile' => $ssl_internal_profile_name}
} else {
$node_base = {}