Add oslo::db to dependency chain

All db settings should be applied and all releated packages should be
installed before dbsync starts.

Change-Id: I972573fbddb28f816dfe5590fe6e9f01015cb61c
This commit is contained in:
ZhongShengping 2017-01-22 21:41:03 +08:00
parent c974042a07
commit db04950ed5
1 changed files with 4 additions and 0 deletions

View File

@ -24,6 +24,10 @@ class glare::deps {
~> Service<| tag == 'glare' |>
~> anchor { 'glare::service::end': }
# all db settings should be applied and all packages should be installed
# before dbsync starts
Oslo::Db<||> -> Anchor['glare::dbsync::begin']
# Ensure files are modified in the config block
Anchor['glare::config::begin']
-> File_line<| tag == 'glare-file-line' |>