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

Change-Id: If30dd87a2a029c04c8ab86d7e8dc8d0bf2e694f0
This commit is contained in:
Takashi Kajinami 2021-11-29 10:02:28 +09:00
parent da21235878
commit a4f9ddfcb4
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ class watcher::deps {
# policy config should occur in the config block also.
Anchor['watcher::config::begin']
-> Openstacklib::Policy::Base<||>
-> Openstacklib::Policy<||>
~> Anchor['watcher::config::end']
# all db settings should be applied and all packages should be installed