Merge "Fix missing service tag when httpd+mod_wsgi is used"
This commit is contained in:
commit
862cc8b798
@ -60,6 +60,7 @@ class zaqar::server(
|
||||
|
||||
# we need to make sure zaqar-server is stopped before trying to start apache
|
||||
Service[$::zaqar::params::service_name] -> Service[$service_name]
|
||||
Service <| title == 'httpd' |> { tag +> 'zaqar-service' }
|
||||
} else {
|
||||
fail("Invalid service_name. Either zaqar-server/openstack-zaqar for \
|
||||
running as a standalone service, or httpd for being run by a httpd server")
|
||||
|
Loading…
x
Reference in New Issue
Block a user