fixed small syntax error: geT instead of gettags/v0.57.0
# 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 |