Note that exim contains tracker-specific configuration
[mirror/dsa-puppet.git] / roles / manifests / udd.pp
1 class roles::udd {
2         ssl::service { 'udd.debian.org':
3                 notify => Service['apache2'],
4         }
5 }