static_mirror_web: replace the vhost_listen string with an Array of IP addresses
[mirror/dsa-puppet.git] / modules / roles / manifests / vote.pp
index 88e3920..46bf6e1 100644 (file)
@@ -1,5 +1,8 @@
 class roles::vote {
-       ssl::service { 'vote.debian.org':
-               notify  => Exec['service apache2 reload'],
-       }
+  include apache2
+
+  ssl::service { 'vote.debian.org':
+    notify => Exec['service apache2 reload'],
+    key    => true,
+  }
 }