From bfc022db0e9eca3c0916e2f1abea84bbc61026a6 Mon Sep 17 00:00:00 2001 From: Martin Zobel-Helas Date: Fri, 3 Apr 2015 11:51:02 +0000 Subject: [PATCH] try without that first Signed-off-by: Martin Zobel-Helas --- 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 cab8edd97..213f336c3 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