Browse Source

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

sshd_config
tags/v0.41.0
Kenny Do 11 years ago
parent
commit
9f70270643
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      openssh/config.sls

+ 4
- 0
openssh/config.sls 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


Loading…
Cancel
Save