diff options
Diffstat (limited to 'manifests/profile/base/heat/engine.pp')
-rw-r--r-- | manifests/profile/base/heat/engine.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/profile/base/heat/engine.pp b/manifests/profile/base/heat/engine.pp index 1fd627f..32a711f 100644 --- a/manifests/profile/base/heat/engine.pp +++ b/manifests/profile/base/heat/engine.pp @@ -26,7 +26,7 @@ # (Optional) The current step in deployment. See tripleo-heat-templates # for more details. # Defaults to hiera('step') - +# class tripleo::profile::base::heat::engine ( $bootstrap_node = hiera('bootstrap_nodeid', undef), $step = hiera('step'), |