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