change port
[mirror/dsa-puppet.git] / modules / roles / manifests / init.pp
index d79c0e8..2746d54 100644 (file)
@@ -154,6 +154,10 @@ class roles {
                include roles::lists
        }
 
+       if has_role('list_search') {
+               include roles::listsearch
+       }
+
        if has_role('rtmaster') {
                include roles::rtmaster
        }
@@ -226,7 +230,7 @@ class roles {
 
        if has_role('gobby_debian_org') {
                ssl::service { 'gobby.debian.org':
-                       tlsaport => 0,
+                       notify => Service['apache2'],
                }
        }