SSL certificate for search.debian.org
[mirror/dsa-puppet.git] / modules / roles / manifests / search_frontend.pp
index 69398ee..0b37015 100644 (file)
@@ -4,4 +4,7 @@ class roles::search_frontend {
                connecthost => 'wolkenstein.debian.org',
                connectport => 17010,
        }
+       ssl::service { 'search.debian.org':
+               notify => Service['apache2'],
+       }
 }