Test config before applying it
This commit is contained in:
parent
daf5e9464f
commit
162705c7ce
|
@ -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,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…
Reference in New Issue