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] 53ac7d78a3
Change-Id: I99e035adcbd9ce37b7e447199ea61133f39db8b7
This commit is contained in:
parent
a60d2fff19
commit
f90f915599
@ -45,7 +45,7 @@ class trove::deps {
|
||||
# policy config should occur in the config block also as soon as
|
||||
# puppet-trove supports it. Leave commented out for now.
|
||||
Anchor['trove::config::begin']
|
||||
-> Openstacklib::Policy::Base<||>
|
||||
-> Openstacklib::Policy<||>
|
||||
~> Anchor['trove::config::end']
|
||||
|
||||
# all db settings should be applied and all packages should be installed
|
||||
|
Loading…
Reference in New Issue
Block a user