mirror of
https://github.com/saltstack-formulas/openssh-formula.git
synced 2024-11-28 01:18:12 +01:00
fix Subsystem directive on archlinux
This commit is contained in:
parent
8c1d02f249
commit
51fd8b1391
@ -70,6 +70,9 @@ that differ from whats in defaults.yaml
|
|||||||
'Suse': {
|
'Suse': {
|
||||||
'Subsystem': 'sftp /usr/lib/ssh/sftp-server',
|
'Subsystem': 'sftp /usr/lib/ssh/sftp-server',
|
||||||
},
|
},
|
||||||
|
'Arch': {
|
||||||
|
'Subsystem': 'sftp /usr/lib/ssh/sftp-server',
|
||||||
|
},
|
||||||
'default': {}
|
'default': {}
|
||||||
}
|
}
|
||||||
, grain="os_family"
|
, grain="os_family"
|
||||||
|
Loading…
Reference in New Issue
Block a user