瀏覽代碼

Test config before applying it

tags/v0.41.0
Alexander Weidinger 7 年之前
父節點
當前提交
162705c7ce
共有 2 個文件被更改,包括 2 次插入0 次删除
  1. +1
    -0
      openssh/config.sls
  2. +1
    -0
      openssh/defaults.yaml

+ 1
- 0
openssh/config.sls 查看文件

@@ -12,6 +12,7 @@ sshd_config:
- user: {{ openssh.sshd_config_user }}
- group: {{ openssh.sshd_config_group }}
- mode: {{ openssh.sshd_config_mode }}
- check_cmd: {{ openssh.sshd_binary }} -t -f
- watch_in:
- service: {{ openssh.service }}
{% endif %}

+ 1
- 0
openssh/defaults.yaml 查看文件

@@ -1,5 +1,6 @@
openssh:
sshd_enable: True
sshd_binary: /usr/sbin/sshd
sshd_config: /etc/ssh/sshd_config
sshd_config_src: salt://openssh/files/sshd_config
sshd_config_user: root

Loading…
取消
儲存