Browse Source

Remove reference to root group

By not specifying it, root user's group should be used.
master
Alan Pearce 10 years ago
parent
commit
2876a691b0
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      openssh/config.sls

+ 0
- 1
openssh/config.sls View File

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

Loading…
Cancel
Save