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] 9c04deee7f

Change-Id: Ie9dce227429a12d893b3cbbe495f604ed1b5620b
This commit is contained in:
Takashi Kajinami 2021-11-29 10:03:19 +09:00
parent cb27283f18
commit 5bae33de89
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ class zaqar::deps {
# policy config should occur in the config block also.
Anchor['zaqar::config::begin']
-> Openstacklib::Policy::Base<||>
-> Openstacklib::Policy<||>
~> Anchor['zaqar::config::end']
# Installation or config changes will always restart services.