diff options
Diffstat (limited to 'manifests/profile/pacemaker/gnocchi/api.pp')
-rw-r--r-- | manifests/profile/pacemaker/gnocchi/api.pp | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/manifests/profile/pacemaker/gnocchi/api.pp b/manifests/profile/pacemaker/gnocchi/api.pp index ede4c9a..29f2435 100644 --- a/manifests/profile/pacemaker/gnocchi/api.pp +++ b/manifests/profile/pacemaker/gnocchi/api.pp @@ -22,15 +22,11 @@ # (Optional) The current step in deployment. See tripleo-heat-templates # for more details. # Defaults to hiera('step') - +# class tripleo::profile::pacemaker::gnocchi::api ( - $step = hiera('step'), + $step = hiera('step'), ) { - include ::tripleo::profile::pacemaker::gnocchi include ::tripleo::profile::pacemaker::apache - - class { '::tripleo::profile::base::gnocchi::api': - step => $step, - } + include ::tripleo::profile::base::gnocchi::api } |