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] 6b7fd1b643

Change-Id: Ieb95754432a6c244a61e047917586d80e9fcb16c
This commit is contained in:
Takashi Kajinami 2021-11-29 09:49:32 +09:00
parent e22bbe0fd5
commit b3f2138647
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ class magnum::deps {
# policy config should occur in the config block also.
Anchor['magnum::config::begin']
-> Openstacklib::Policy::Base<||>
-> Openstacklib::Policy<||>
~> Anchor['magnum::config::end']
# On any uwsgi config change, we must restart Magnum API.