From 8f5de113643ff508783c8d1b58e0d8ff6bfe9d23 Mon Sep 17 00:00:00 2001 From: Martin Zobel-Helas Date: Fri, 3 Apr 2015 11:52:44 +0000 Subject: [PATCH] Revert "try without that first" This reverts commit bfc022db0e9eca3c0916e2f1abea84bbc61026a6. --- modules/roles/manifests/init.pp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/roles/manifests/init.pp b/modules/roles/manifests/init.pp index 213f336c3..cab8edd97 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 -- 2.20.1