fixed small syntax error: geT instead of get

This commit is contained in:
Kenneth Wilke 2013-08-12 15:14:23 -05:00
parent 0cd54925d3
commit 5403d433a1
1 changed files with 1 additions and 1 deletions

View File

@ -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