Notify prosody when its certificates change
authorgustavo panizzo <gfa@zumbi.com.ar>
Fri, 11 Oct 2019 13:32:28 +0000 (15:32 +0200)
committergustavo panizzo <gfa@zumbi.com.ar>
Tue, 29 Oct 2019 14:26:11 +0000 (15:26 +0100)
modules/roles/manifests/rtc.pp

index ee4b188..e0ab563 100644 (file)
@@ -12,7 +12,7 @@ class roles::rtc {
 
   ssl::service { 'debian.org':
     tlsaport => [],
-    notify   => Service['repro'],
+    notify   => Service['repro', 'prosody'],
     key      => true,
   }