Merge pull request #83 from llua/redhat

setup sftp correctly on RedHat-like machines
This commit is contained in:
Javier Bértoli 2017-01-24 20:55:17 -03:00 committed by GitHub
commit 893b96d023
1 changed files with 3 additions and 0 deletions

View File

@ -73,6 +73,9 @@ that differ from whats in defaults.yaml
'Arch': {
'Subsystem': 'sftp /usr/lib/ssh/sftp-server',
},
'RedHat': {
'Subsystem': 'sftp /usr/libexec/openssh/sftp-server',
},
'default': {}
}
, grain="os_family"