Fix missing service tag when httpd+mod_wsgi is used

Change-Id: Ic9f4caacfd59f3a3e06cc4216fce3f298fcd9f1a
This commit is contained in:
Takashi Kajinami 2022-02-10 13:57:44 +09:00
parent bfd3346540
commit 3505adfb00

View File

@ -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")