Get rid of search replication stunnel
authorPeter Palfrader <peter@palfrader.org>
Thu, 20 Aug 2015 07:06:40 +0000 (09:06 +0200)
committerPeter Palfrader <peter@palfrader.org>
Thu, 20 Aug 2015 07:06:40 +0000 (09:06 +0200)
It interacts badly with how xapian does network.  In particular, when
the server closes the connection, stunnel does too, not sending to the
client any remaining data.

modules/roles/manifests/search_backend.pp
modules/roles/manifests/search_frontend.pp

index 3b14a67..cc36504 100644 (file)
@@ -1,6 +1,3 @@
 class roles::search_backend {
-       stunnel4::server { 'searchsync':
-               accept      => '17010',
-               connect     => 7010,
-       }
+
 }
index 0b37015..a790cac 100644 (file)
@@ -1,9 +1,4 @@
 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'],
        }