diff --git a/manifests/deps.pp b/manifests/deps.pp index 4c92de0c..b10d232f 100644 --- a/manifests/deps.pp +++ b/manifests/deps.pp @@ -24,6 +24,10 @@ class barbican::deps { ~> Service<| tag == 'barbican-service' |> ~> anchor { 'barbican::service::end': } + # all db settings should be applied and all packages should be installed + # before dbsync starts + Oslo::Db<||> -> Anchor['barbican::dbsync::begin'] + # policy config should occur in the config block also. Anchor['barbican::config::begin'] -> Openstacklib::Policy::Base<||>