Merge "Vpp: Replace hiera by lookup"

This commit is contained in:
Zuul 2022-06-09 23:26:07 +00:00 committed by Gerrit Code Review
commit 8334e4f614
1 changed files with 2 additions and 2 deletions

View File

@ -21,10 +21,10 @@
# [*step*]
# (Optional) The current step in deployment. See tripleo-heat-templates
# for more details.
# Defaults to hiera('step')
# Defaults to lookup('step')
#
class tripleo::profile::base::vpp (
$step = Integer(hiera('step')),
$step = Integer(lookup('step')),
) {
if $step >= 1 {
include fdio