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:
34eacf5
)
Restart repro when the sip-ws TLS cert is renewed
author
Julien Cristau
<jcristau@debian.org>
Thu, 21 Sep 2017 06:49:40 +0000
(08:49 +0200)
committer
Julien Cristau
<jcristau@debian.org>
Thu, 21 Sep 2017 06:49:40 +0000
(08:49 +0200)
modules/roles/manifests/rtc.pp
patch
|
blob
|
history
diff --git
a/modules/roles/manifests/rtc.pp
b/modules/roles/manifests/rtc.pp
index
7382d18
..
b488e45
100644
(file)
--- a/
modules/roles/manifests/rtc.pp
+++ b/
modules/roles/manifests/rtc.pp
@@
-7,6
+7,7
@@
class roles::rtc {
}
ssl::service { 'sip-ws.debian.org':
+ notify => Service['repro'],
key => true,
}