Get rid of search replication stunnel
[mirror/dsa-puppet.git] / modules / roles / manifests / search_frontend.pp
1 class roles::search_frontend {
2         ssl::service { 'search.debian.org':
3                 notify => Service['apache2'],
4         }
5 }