Merge "Fix typo in sslProfile conditional" into stable/train

This commit is contained in:
Zuul 2020-01-07 01:05:37 +00:00 committed by Gerrit Code Review
commit d0d06bf1ca
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 = {}