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