X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=modules%2Froles%2Fmanifests%2Finit.pp;h=a4ef5967feda23b455c82155dfa3b365d65b3169;hb=bf57a60cad095f45ba541d17048d242f96162289;hp=213f336c3920bdd3baf18ef60f11679283bdb6ed;hpb=bfc022db0e9eca3c0916e2f1abea84bbc61026a6;p=dsa-puppet.git diff --git a/modules/roles/manifests/init.pp b/modules/roles/manifests/init.pp index 213f336c..a4ef5967 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 @@ -205,6 +205,13 @@ class roles { if has_role('keystone') { include roles::keystone } + if has_role('keystone_rabbitmq') { + include roles::keystone::rabbitmq + } + + if has_role('memcached') { + include roles::memcached + } if has_role('postgres_backup_server') { include postgres::backup_server @@ -230,7 +237,7 @@ class roles { if has_role('gobby_debian_org') { ssl::service { 'gobby.debian.org': - tlsaport => 0, + notify => Service['apache2'], } }