From: Martin Zobel-Helas Date: Fri, 3 Apr 2015 11:52:44 +0000 (+0000) Subject: Revert "try without that first" X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;ds=sidebyside;h=8f5de113643ff508783c8d1b58e0d8ff6bfe9d23;p=dsa-puppet.git Revert "try without that first" This reverts commit bfc022db0e9eca3c0916e2f1abea84bbc61026a6. --- diff --git a/modules/roles/manifests/init.pp b/modules/roles/manifests/init.pp index 213f336c..cab8edd9 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