move exim vs. postfix, heavy vs. not, into hiera
[mirror/dsa-puppet.git] / modules / roles / manifests / vote.pp
index a214703..46bf6e1 100644 (file)
@@ -1,5 +1,8 @@
 class roles::vote {
-       ssl::service { 'vote.debian.org':
-               notify => Service['apache2'],
-       }
+  include apache2
+
+  ssl::service { 'vote.debian.org':
+    notify => Exec['service apache2 reload'],
+    key    => true,
+  }
 }