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] ef662d7ebcea48a93d4ba3668376fa664dfa1a0c Change-Id: If30dd87a2a029c04c8ab86d7e8dc8d0bf2e694f0
This commit is contained in:
parent
da21235878
commit
a4f9ddfcb4
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user