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] c4412e01bc

Change-Id: Id6e50c8e87c7f8ec65240e82fb23ef8aebf1d5ad
This commit is contained in:
Takashi Kajinami 2021-11-29 09:52:22 +09:00
parent 55a69c92bd
commit b8d31ae2e5
1 changed files with 1 additions and 1 deletions

View File

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