Restart slapd on TLS cert renew
[mirror/dsa-puppet.git] / modules / roles / manifests / search_frontend.pp
index 0b37015..dc1861d 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'],
+               notify  => Exec['service apache2 reload'],
+               key => true,
        }
 }