switch search.d.o to letsencrypt
[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                 key => true,
5         }
6 }