From 062c866e29aceef50548ed50c8496c447bfcbf69 Mon Sep 17 00:00:00 2001 From: Tobias Urdin Date: Fri, 29 May 2020 10:33:58 +0200 Subject: [PATCH] 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 --- manifests/deps.pp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/manifests/deps.pp b/manifests/deps.pp index b10d232f..f11dc8b1 100644 --- a/manifests/deps.pp +++ b/manifests/deps.pp @@ -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' |>