mirror of
https://github.com/saltstack-formulas/openssh-formula.git
synced 2026-07-23 03:37:24 +02:00
explicitly set the user, group, and mode to match the package's
sshd_config
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user