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

Change-Id: I26068ed703b7ce09086a58f5ca2c427373f36029
This commit is contained in:
Takashi Kajinami 2021-11-29 09:58:25 +09:00
parent 85e85562e8
commit 94030c4572
1 changed files with 1 additions and 1 deletions

View File

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