0
0
mirror of https://github.com/saltstack-formulas/openssh-formula.git synced 2024-11-27 23:07:53 +01:00

explicitly set the user, group, and mode to match the package's

sshd_config
This commit is contained in:
Kenny Do 2014-01-09 04:57:00 -08:00
parent dc53d0c295
commit 9f70270643

View File

@ -7,6 +7,10 @@ sshd_config:
file.managed:
- name: {{ openssh.sshd_config }}
- source: {{ openssh.sshd_config_src }}
- template: jinja
- user: root
- group: root
- mode: 644
- watch_in:
- service: openssh