From: Julien Cristau Date: Thu, 21 Sep 2017 06:49:40 +0000 (+0200) Subject: Restart repro when the sip-ws TLS cert is renewed X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=fb1815c4c7ddc75f3b5cfbf627dd532195911ca0;p=mirror%2Fdsa-puppet.git Restart repro when the sip-ws TLS cert is renewed --- diff --git a/modules/roles/manifests/rtc.pp b/modules/roles/manifests/rtc.pp index 7382d1812..b488e45ea 100644 --- 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, }