]> git.donarmstrong.com Git - dsa-puppet.git/commitdiff
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 3b14a675b3f174d62832102f818e1ac61926b131..cc3650467f2b35127510c357cfef4ed194a499b3 100644 (file)
@@ -1,6 +1,3 @@
 class roles::search_backend {
-       stunnel4::server { 'searchsync':
-               accept      => '17010',
-               connect     => 7010,
-       }
+
 }
index 0b37015b88e21f5b381b4d475ac301e473a7b9b2..a790cac1d9a1fc211e3937ce5d48440a0d177704 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'],
        }