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] 89124fb85d

Change-Id: I004fe4cba95f70409e30b82a86b74ba9b5b62f48
This commit is contained in:
Takashi Kajinami 2021-11-29 09:34:01 +09:00
parent 036b6094fa
commit 3fa4e76399
1 changed files with 1 additions and 1 deletions

View File

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