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
This commit is contained in:
parent
8c0d43a193
commit
48125267dd
@ -208,7 +208,7 @@ class tripleo::profile::base::certmonger_user (
|
||||
include tripleo::certmonger::ca::local
|
||||
}
|
||||
unless empty($haproxy_certificates_specs) {
|
||||
$reload_haproxy = ['systemctl reload haproxy']
|
||||
$reload_haproxy = ['systemctl reload tripleo_haproxy']
|
||||
Class['::tripleo::certmonger::ca::crl'] ~> Haproxy::Balancermember<||>
|
||||
if defined(Class['::haproxy']) {
|
||||
Class['::tripleo::certmonger::ca::crl'] ~> Class['::haproxy']
|
||||
|
Loading…
x
Reference in New Issue
Block a user