mirror of
https://github.com/saltstack-formulas/salt-formula.git
synced 2026-07-26 08:04:45 +02:00
fixed small syntax error: geT instead of get
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user