Note that exim contains tracker-specific configuration
[mirror/dsa-puppet.git] / modules / roles / manifests / vote.pp
index 46bf6e1..f0a2ec1 100644 (file)
@@ -5,4 +5,9 @@ class roles::vote {
     notify => Exec['service apache2 reload'],
     key    => true,
   }
+
+  exim::vdomain { 'vote.debian.org':
+    owner => 'secretary',
+    group => 'debvote',
+  }
 }