diff options
Diffstat (limited to 'manifests/profile/base/mistral/engine.pp')
-rw-r--r-- | manifests/profile/base/mistral/engine.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/profile/base/mistral/engine.pp b/manifests/profile/base/mistral/engine.pp index cf82237..b2d8864 100644 --- a/manifests/profile/base/mistral/engine.pp +++ b/manifests/profile/base/mistral/engine.pp @@ -39,7 +39,7 @@ class tripleo::profile::base::mistral::engine ( include ::tripleo::profile::base::mistral - if $step >= 4 and $sync_db { + if $step >= 4 or ($step >= 3 and $sync_db) { include ::mistral::engine } |