0
0
mirror of https://github.com/saltstack-formulas/openssh-formula.git synced 2024-11-27 23:07:53 +01:00

setup sftp correctly on RedHat-like machines

This commit is contained in:
Eric Cook 2017-01-24 18:17:15 -05:00
parent b9689cedff
commit f4ea96f9c1

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"