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