diff --git a/manifests/deps.pp b/manifests/deps.pp index e0e2776b..36899c7d 100644 --- a/manifests/deps.pp +++ b/manifests/deps.pp @@ -24,6 +24,11 @@ class aodh::deps { ~> Service<| tag == 'aodh-service' |> ~> anchor { 'aodh::service::end': } + # paste-api.ini config should occur in the config block also. + Anchor['aodh::config::begin'] + -> Aodh_api_paste_ini<||> + ~> Anchor['aodh::config::end'] + # all db settings should be applied and all packages should be installed # before dbsync starts Oslo::Db<||> -> Anchor['aodh::dbsync::begin']