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] 46265f57c5

Change-Id: I65b8ec68e68207650dc409c4eb3933b2f4e25634
This commit is contained in:
Takashi Kajinami 2021-11-29 09:27:36 +09:00
parent f6ca184ac0
commit 2b15164687
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ class barbican::deps {
# policy config should occur in the config block also.
Anchor['barbican::config::begin']
-> Openstacklib::Policy::Base<||>
-> Openstacklib::Policy<||>
~> Anchor['barbican::config::end']
# barbican-api-paste.ini config should occur in the config block also.