diff --git a/manifests/db/mysql.pp b/manifests/db/mysql.pp index 8ff33ba04..0d8b90bf8 100644 --- a/manifests/db/mysql.pp +++ b/manifests/db/mysql.pp @@ -58,4 +58,5 @@ class neutron::db::mysql ( allowed_hosts => $allowed_hosts, } ::Openstacklib::Db::Mysql['neutron'] ~> Service <| title == 'neutron-server' |> + ::Openstacklib::Db::Mysql['neutron'] ~> Exec <| title == 'neutron-db-sync' |> } diff --git a/manifests/db/postgresql.pp b/manifests/db/postgresql.pp index 3f113da2e..4e20030e1 100644 --- a/manifests/db/postgresql.pp +++ b/manifests/db/postgresql.pp @@ -41,5 +41,5 @@ class neutron::db::postgresql( } ::Openstacklib::Db::Postgresql['neutron'] ~> Service <| title == 'neutron-server' |> - + ::Openstacklib::Db::Postgresql['neutron'] ~> Exec <| title == 'neutron-db-sync' |> }