Przeglądaj źródła

Test config before applying it

master
Alexander Weidinger 7 lat temu
rodzic
commit
162705c7ce
2 zmienionych plików z 2 dodań i 0 usunięć
  1. +1
    -0
      openssh/config.sls
  2. +1
    -0
      openssh/defaults.yaml

+ 1
- 0
openssh/config.sls Wyświetl plik

@@ -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 Wyświetl plik

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

Ładowanie…
Anuluj
Zapisz