From 5403d433a1d5aeb86d3f07e8095fefb384a7a0eb Mon Sep 17 00:00:00 2001 From: Kenneth Wilke Date: Mon, 12 Aug 2013 15:14:23 -0500 Subject: [PATCH] fixed small syntax error: geT instead of get --- salt/files/master | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/salt/files/master b/salt/files/master index f1d0ef6..01ec49c 100644 --- a/salt/files/master +++ b/salt/files/master @@ -86,7 +86,7 @@ output: {{ salt.get('output', 'nested') }} # By default output is colored, to disable colored output set the color value # to False -color: {{ salt.geT('color', 'True') }} +color: {{ salt.get('color', 'True') }} # Set the directory used to hold unix sockets #sock_dir: /var/run/salt/master