projects
/
mirror
/
dsa-puppet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fb1815c
)
Restart slapd on TLS cert renew
author
Julien Cristau
<jcristau@debian.org>
Thu, 21 Sep 2017 06:52:43 +0000
(08:52 +0200)
committer
Julien Cristau
<jcristau@debian.org>
Thu, 21 Sep 2017 06:52:43 +0000
(08:52 +0200)
modules/roles/manifests/dbmaster.pp
patch
|
blob
|
history
diff --git
a/modules/roles/manifests/dbmaster.pp
b/modules/roles/manifests/dbmaster.pp
index
334857f
..
5b83b66
100644
(file)
--- 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],
}