snapshot - drop traffic from 61.69.254.110
[mirror/dsa-puppet.git] / modules / roles / manifests / vote.pp
index a214703..dacb24f 100644 (file)
@@ -1,5 +1,6 @@
 class roles::vote {
        ssl::service { 'vote.debian.org':
-               notify => Service['apache2'],
+               notify  => Exec['service apache2 reload'],
+               key => true,
        }
 }