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