From: Julien Cristau Date: Thu, 21 Sep 2017 06:52:43 +0000 (+0200) Subject: Restart slapd on TLS cert renew X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=48a7fe9cc927439d6e472b1b9939f72a4a7f4aa8;p=mirror%2Fdsa-puppet.git Restart slapd on TLS cert renew --- diff --git a/modules/roles/manifests/dbmaster.pp b/modules/roles/manifests/dbmaster.pp index 334857fec..5b83b660c 100644 --- a/modules/roles/manifests/dbmaster.pp +++ b/modules/roles/manifests/dbmaster.pp @@ -13,7 +13,8 @@ class roles::dbmaster { $rabbit_password = $roles::pubsub::parameters::rabbit_password ssl::service { 'db.debian.org': - notify => Exec['service apache2 reload'], + notify => [ Exec['service apache2 reload'], + Service['slapd'] ], key => true, tlsaport => [443, 389, 636], }