diff options
Diffstat (limited to 'manifests/profile/base/heat/engine.pp')
-rw-r--r-- | manifests/profile/base/heat/engine.pp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/manifests/profile/base/heat/engine.pp b/manifests/profile/base/heat/engine.pp index 32a711f..479e1c6 100644 --- a/manifests/profile/base/heat/engine.pp +++ b/manifests/profile/base/heat/engine.pp @@ -37,12 +37,9 @@ class tripleo::profile::base::heat::engine ( $sync_db = false } - if $step >= 3 and $sync_db { - include ::heat::db::mysql - } + include ::tripleo::profile::base::heat if $step >= 4 or ( $step >= 3 and $sync_db ) { - include ::tripleo::profile::base::heat include ::heat::engine } |