Add micronews.debian.net static (re: #RT6364)
[mirror/dsa-puppet.git] / modules / roles / manifests / search_frontend.pp
index 0b37015..4d66c1d 100644 (file)
@@ -1,10 +1,6 @@
 class roles::search_frontend {
-       stunnel4::client { 'searchsync':
-               accept      => '127.0.0.1:7010',
-               connecthost => 'wolkenstein.debian.org',
-               connectport => 17010,
-       }
        ssl::service { 'search.debian.org':
                notify => Service['apache2'],
+               key => true,
        }
 }