diff options
Diffstat (limited to 'manifests/profile/base/aodh/notifier.pp')
-rw-r--r-- | manifests/profile/base/aodh/notifier.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/profile/base/aodh/notifier.pp b/manifests/profile/base/aodh/notifier.pp index 0686012..03a0a6f 100644 --- a/manifests/profile/base/aodh/notifier.pp +++ b/manifests/profile/base/aodh/notifier.pp @@ -40,7 +40,7 @@ class tripleo::profile::base::aodh::notifier ( include ::tripleo::profile::base::aodh - if $step >= 4 and $sync_db { + if $step >= 4 { include ::aodh::notifier } |