add more servicecerts
[mirror/dsa-puppet.git] / modules / roles / manifests / init.pp
index d0d7c8e..5ff2729 100644 (file)
@@ -92,6 +92,12 @@ class roles {
                include roles::weblog_destination
        }
 
+       if $::hostname in [vento] {
+               ssl::service { 'vote.debian.org':
+                       notify => Service['apache2'],
+               }
+       }
+
        if $::hostname in [soler] {
                ssl::service { 'security-tracker.debian.org':
                        notify => Service['apache2'],