Restart slapd on TLS cert renew
[mirror/dsa-puppet.git] / modules / roles / manifests / rtmaster.pp
index c6dfbbe..ab2b666 100644 (file)
@@ -1,5 +1,6 @@
 class roles::rtmaster {
        ssl::service { 'rt.debian.org':
                notify  => Exec['service apache2 reload'],
+               key => true,
        }
 }