Try to make the manualroute on the mailrelays using a store/collect pattern
[mirror/dsa-puppet.git] / modules / 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 }