Fix dependencies related to openstacklib::policy

Since [1] was merged, not only openstacklib::poliy::base but also
openstacklib::policy::default is included to manage the policy file.
This change ensure openstacklib::policy::default is executed after
the packages are installed.

[1] f1683897c6

Change-Id: I66d43cd72101edd82caa7e671e267ef7704206e2
This commit is contained in:
Takashi Kajinami 2021-11-29 10:00:55 +09:00
parent 5a910d8508
commit f86e1a4020
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ class vitrage::deps {
# policy config should occur in the config block also.
Anchor['vitrage::config::begin']
-> Openstacklib::Policy::Base<||>
-> Openstacklib::Policy<||>
~> Anchor['vitrage::config::end']
# all db settings should be applied and all packages should be installed