mirror of
https://github.com/saltstack-formulas/openssh-formula.git
synced 2025-04-17 10:10:28 +00:00
explicitly set the user, group, and mode to match the package's
sshd_config
This commit is contained in:
parent
dc53d0c295
commit
9f70270643
1 changed files with 4 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue