Add stunnel for search
[mirror/dsa-puppet.git] / modules / roles / manifests / init.pp
index 09ccdc3..d79c0e8 100644 (file)
@@ -229,4 +229,11 @@ class roles {
                        tlsaport => 0,
                }
        }
+
+       if has_role('search_backend') {
+               include search_backend
+       }
+       if has_role('search_frontend') {
+               include search_frontend
+       }
 }