Enable lingering for the contributors user
[mirror/dsa-puppet.git] / modules / roles / manifests / search_frontend.pp
index 69398ee..c77e901 100644 (file)
@@ -1,7 +1,8 @@
 class roles::search_frontend {
-       stunnel4::client { 'searchsync':
-               accept      => '127.0.0.1:7010',
-               connecthost => 'wolkenstein.debian.org',
-               connectport => 17010,
-       }
+  include apache2
+
+  ssl::service { 'search.debian.org':
+    notify => Exec['service apache2 reload'],
+    key    => true,
+  }
 }