Block 198.108.67.48 from security mirrors for breaking rsync
[mirror/dsa-puppet.git] / modules / roles / manifests / vote.pp
1 class roles::vote {
2         ssl::service { 'vote.debian.org':
3                 notify  => Exec['service apache2 reload'],
4                 key => true,
5         }
6 }