From 99e7b1c70401ec0695494197572eb610e4e0e5fe Mon Sep 17 00:00:00 2001 From: Thomas S Hatch Date: Fri, 13 Jan 2012 12:31:20 -0700 Subject: [PATCH] clean up the master config a little more --- conf/master | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/conf/master b/conf/master index 677dd29031..01248da746 100644 --- a/conf/master +++ b/conf/master @@ -172,10 +172,9 @@ # Logger levels can be used to tweak specific loggers logging levels. # Imagine you want to have the salt library at the 'warning' level, but, you # still wish to have 'salt.modules' at the 'debug' level: -# log_granular_levels: { +# log_granular_levels: # 'salt': 'warning', # 'salt.modules': 'debug' -# } # #log_granular_levels: {} @@ -185,8 +184,7 @@ # Node groups allow for logical groupings of minion nodes. # A group consists of a group name and a compound target. # -# nodegroups: { +# nodegroups: # group1: 'L@foo.domain.com,bar.domain.com,baz.domain.com and bl*.domain.com', # group2: 'G@os:Debian and foo.domain.com', -# }