Include zaqar::db:sync

zaqar::db::sync is not being called from anywhere
and that's making it to fail in last zaqar versions.

Change-Id: I23ddc661e78c2411e91c6d7d78ae1b5741685a64
This commit is contained in:
Alfredo Moralejo 2017-04-26 19:50:32 +02:00
parent fcc7020c34
commit 1749c95380

View File

@ -53,6 +53,7 @@ class openstack_integration::zaqar {
ssl_key => $key_file,
workers => 2,
}
include ::zaqar::db::sync
# run a second instance using websockets, the Debian system does
# not support the use of services to run a second instance.
if $::osfamily == 'RedHat' {