Notify apache for barbican api in wsgi

Change-Id: I5cf9330181e13e041715719ea3d639809f57f3bc
This commit is contained in:
Tobias Urdin 2018-07-17 18:46:45 +02:00
parent c88dae1500
commit 87d6ae3970
1 changed files with 2 additions and 0 deletions

View File

@ -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]
}