Merge "Notify apache for ironic api in wsgi"

This commit is contained in:
Zuul 2018-07-18 19:43:04 +00:00 committed by Gerrit Code Review
commit 03a6a52a18
1 changed files with 1 additions and 0 deletions

View File

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