Merge "Notify apache for barbican api in wsgi"

This commit is contained in:
Zuul 2018-07-19 08:35:55 +00:00 committed by Gerrit Code Review
commit 2b3bf854c1
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]
}