Restart repro when the sip-ws TLS cert is renewed
authorJulien Cristau <jcristau@debian.org>
Thu, 21 Sep 2017 06:49:40 +0000 (08:49 +0200)
committerJulien Cristau <jcristau@debian.org>
Thu, 21 Sep 2017 06:49:40 +0000 (08:49 +0200)
modules/roles/manifests/rtc.pp

index 7382d18..b488e45 100644 (file)
@@ -7,6 +7,7 @@ class roles::rtc {
        }
 
        ssl::service { 'sip-ws.debian.org':
+               notify  => Service['repro'],
                key => true,
        }