Ubuntu: Fix missing barbican-service tag with httpd
The tag is required so that httpd is restarted when barbican.conf is
modified.
Change-Id: I1fb768f8130c0113a48d553ab8224d8097f7fc7c
Signed-off-by: Takashi Kajinami <kajinamit@oss.nttdata.com>
(cherry picked from commit 5d9b18cef3)
This commit is contained in:
@@ -482,13 +482,13 @@ Use the parameters of the barbican class.")
|
||||
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]
|
||||
|
||||
}
|
||||
|
||||
Service <| title == 'httpd' |> { tag +> 'barbican-service' }
|
||||
# On any paste-api.ini config change, we must restart Barbican API.
|
||||
Barbican_api_paste_ini<||> ~> Service[$service_name]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user