Merge "Change the way HAProxy service is reloaded" into stable/queens

This commit is contained in:
Zuul 2020-05-21 16:53:40 +00:00 committed by Gerrit Code Review
commit eefe48f5b9
1 changed files with 1 additions and 1 deletions

View File

@ -160,7 +160,7 @@ class tripleo::profile::base::certmonger_user (
) { ) {
if $step == 1 { if $step == 1 {
unless empty($haproxy_certificates_specs) { unless empty($haproxy_certificates_specs) {
$reload_haproxy = ['systemctl reload haproxy'] $reload_haproxy = ['pkill -f -HUP haproxy-systemd-wrapper']
Class['::tripleo::certmonger::ca::crl'] ~> Haproxy::Balancermember<||> Class['::tripleo::certmonger::ca::crl'] ~> Haproxy::Balancermember<||>
if defined(Class['::haproxy']) { if defined(Class['::haproxy']) {
Class['::tripleo::certmonger::ca::crl'] ~> Class['::haproxy'] Class['::tripleo::certmonger::ca::crl'] ~> Class['::haproxy']