Merge pull request #74 from llua/arch_sftp
fix Subsystem directive on archlinux
This commit is contained in:
commit
263575e57e
|
@ -70,6 +70,9 @@ that differ from whats in defaults.yaml
|
|||
'Suse': {
|
||||
'Subsystem': 'sftp /usr/lib/ssh/sftp-server',
|
||||
},
|
||||
'Arch': {
|
||||
'Subsystem': 'sftp /usr/lib/ssh/sftp-server',
|
||||
},
|
||||
'default': {}
|
||||
}
|
||||
, grain="os_family"
|
||||
|
|
Loading…
Reference in New Issue