use parameter to lookup the step instead of hiera again
authorEmilien Macchi <emilien@redhat.com>
Thu, 21 Jul 2016 13:50:56 +0000 (09:50 -0400)
committerEmilien Macchi <emilien@redhat.com>
Fri, 22 Jul 2016 13:02:13 +0000 (09:02 -0400)
commit95b432e9bc6295ed9f544db6077143c2f0660165
tree38ebbc444634965054ba4dff3919690ba1ecfea9
parent964526ba48fb8135f283dcd29d0c8a1ae3bec364
use parameter to lookup the step instead of hiera again

In some profiles, we were looking up the $step by using Hiera
again, while we already do it in the parameter definition.
When using this class outside THT, it will fail but with this patch, we
could use just set the $step parameter and the rest of the manifest will
work.

Change-Id: I7082f47204fb4e529b164e4c4f1032e7bdd88f02
manifests/profile/base/database/mysql.pp
manifests/profile/base/heat.pp
manifests/profile/base/pacemaker.pp
manifests/profile/pacemaker/database/mysql.pp