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

View File

@ -480,6 +480,8 @@ class barbican::api (
enable => false, enable => false,
tag => 'barbican-service', tag => 'barbican-service',
} }
Service <| title == 'httpd' |> { tag +> 'barbican-service' }
# we need to make sure barbican-api is stopped before trying to start apache # we need to make sure barbican-api is stopped before trying to start apache
Service['barbican-api'] -> Service[$service_name] Service['barbican-api'] -> Service[$service_name]
} }