Add a flag to the dns-helper tooling
[mirror/dsa-puppet.git] / modules / roles / manifests / vote.pp
index 88e3920..dacb24f 100644 (file)
@@ -1,5 +1,6 @@
 class roles::vote {
        ssl::service { 'vote.debian.org':
                notify  => Exec['service apache2 reload'],
+               key => true,
        }
 }