瀏覽代碼

fixed small syntax error: geT instead of get

tags/v0.57.0
Kenneth Wilke 11 年之前
父節點
當前提交
5403d433a1
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      salt/files/master

+ 1
- 1
salt/files/master 查看文件

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

Loading…
取消
儲存