X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=modules%2Froles%2Fmanifests%2Finit.pp;h=2746d54e9de05254c3de3c797394e242b3aca0aa;hb=3b71516ded080d1e140515fee96da4749ebaf6f1;hp=213f336c3920bdd3baf18ef60f11679283bdb6ed;hpb=bfc022db0e9eca3c0916e2f1abea84bbc61026a6;p=mirror%2Fdsa-puppet.git diff --git a/modules/roles/manifests/init.pp b/modules/roles/manifests/init.pp index 213f336c3..2746d54e9 100644 --- a/modules/roles/manifests/init.pp +++ b/modules/roles/manifests/init.pp @@ -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'], } }