Change the name of the HAProxy service to reflict the new name

Changed the name of the haproxy service so it will reflect the 
new name of the service, and a reload will be possible for the cron
job.

Change-Id: I66ee58f3b4fd2f10ceba6306497ac796daaf98e8
(cherry picked from commit 48125267dd)
This commit is contained in:
abdallahyas 2020-01-27 11:53:39 +00:00 committed by Abdallah Yasin
parent 136cd175a7
commit 09fa984a6e
1 changed files with 1 additions and 1 deletions

View File

@ -208,7 +208,7 @@ class tripleo::profile::base::certmonger_user (
include ::tripleo::certmonger::ca::local include ::tripleo::certmonger::ca::local
} }
unless empty($haproxy_certificates_specs) { unless empty($haproxy_certificates_specs) {
$reload_haproxy = ['systemctl reload haproxy'] $reload_haproxy = ['systemctl reload tripleo_haproxy']
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']