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] 740d1bb822

Change-Id: Ia100cbf628590218dfa4afa051b0fa8acd024a5a
This commit is contained in:
Takashi Kajinami 2022-05-18 22:18:16 +09:00
parent 1309ff7e3c
commit 51dee31bfa
1 changed files with 1 additions and 1 deletions

View File

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