Przeglądaj źródła

Merge pull request #8 from KennethWilke/master

fixed small syntax error: geT instead of get
tags/v0.57.0
David Boucha 11 lat temu
rodzic
commit
f120f7244f
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      salt/files/master

+ 1
- 1
salt/files/master Wyświetl plik

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

Ładowanie…
Anuluj
Zapisz