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:
parent
dc53d0c295
commit
9f70270643
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user