Chain barbican_api_paste_ini to config anchor

Make sure the barbican_api_paste_ini resources
is performed in the config anchor so that the
packages is installed already.

We got his by this failure see error message
here [1].

[1] http://paste.openstack.org/show/794135/

Change-Id: I5de77441cd741b809762166347ec6bef04ba4f4c
This commit is contained in:
Tobias Urdin 2020-05-29 10:33:58 +02:00
parent e9de5edbfc
commit 062c866e29
1 changed files with 5 additions and 0 deletions

View File

@ -33,6 +33,11 @@ class barbican::deps {
-> Openstacklib::Policy::Base<||>
~> Anchor['barbican::config::end']
# barbican-api-paste.ini config should occur in the config block also.
Anchor['barbican::config::begin']
-> Barbican_api_paste_ini<||>
~> Anchor['barbican::config::end']
# Ensure files are modified in the config block
Anchor['barbican::config::begin']
-> File_line<| tag == 'modify-bind-port' |>