From 4bcc03b6b6893ed1f6cddc277930cc48756b40a3 Mon Sep 17 00:00:00 2001 From: gustavo panizzo Date: Fri, 11 Oct 2019 15:32:28 +0200 Subject: [PATCH] Notify prosody when its certificates change --- modules/roles/manifests/rtc.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/roles/manifests/rtc.pp b/modules/roles/manifests/rtc.pp index ee4b1885c..e0ab563c2 100644 --- 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, } -- 2.20.1