0
0
mirror of https://github.com/saltstack-formulas/salt-formula.git synced 2024-11-28 02:57:50 +01:00

Merge pull request #8 from KennethWilke/master

fixed small syntax error: geT instead of get
This commit is contained in:
David Boucha 2013-08-12 13:13:43 -07:00
commit f120f7244f

View File

@ -86,7 +86,7 @@ output: {{ salt.get('output', 'nested') }}
# By default output is colored, to disable colored output set the color value # By default output is colored, to disable colored output set the color value
# to False # to False
color: {{ salt.geT('color', 'True') }} color: {{ salt.get('color', 'True') }}
# Set the directory used to hold unix sockets # Set the directory used to hold unix sockets
#sock_dir: /var/run/salt/master #sock_dir: /var/run/salt/master