From 87d6ae39701f08a8011a8dd5a5cc304c28f98913 Mon Sep 17 00:00:00 2001 From: Tobias Urdin Date: Tue, 17 Jul 2018 18:46:45 +0200 Subject: [PATCH] Notify apache for barbican api in wsgi Change-Id: I5cf9330181e13e041715719ea3d639809f57f3bc --- manifests/api.pp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/manifests/api.pp b/manifests/api.pp index 7ff862a9..91f66976 100644 --- a/manifests/api.pp +++ b/manifests/api.pp @@ -480,6 +480,8 @@ class barbican::api ( enable => false, tag => 'barbican-service', } + Service <| title == 'httpd' |> { tag +> 'barbican-service' } + # we need to make sure barbican-api is stopped before trying to start apache Service['barbican-api'] -> Service[$service_name] }