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:
a7d417c
)
Notify prosody when its certificates change
author
gustavo panizzo
<gfa@zumbi.com.ar>
Fri, 11 Oct 2019 13:32:28 +0000
(15:32 +0200)
committer
gustavo panizzo
<gfa@zumbi.com.ar>
Tue, 29 Oct 2019 14:26:11 +0000
(15:26 +0100)
modules/roles/manifests/rtc.pp
patch
|
blob
|
history
diff --git
a/modules/roles/manifests/rtc.pp
b/modules/roles/manifests/rtc.pp
index
ee4b188
..
e0ab563
100644
(file)
--- a/
modules/roles/manifests/rtc.pp
+++ b/
modules/roles/manifests/rtc.pp
@@
-12,7
+12,7
@@
class roles::rtc {
ssl::service { 'debian.org':
tlsaport => [],
- notify => Service['repro'],
+ notify => Service['repro'
, 'prosody'
],
key => true,
}