0
0
mirror of https://github.com/saltstack-formulas/openssh-formula.git synced 2024-11-28 07:48:17 +01:00

Merge pull request #52 from abednarik/frebsd_stpf_subsystem_path

Added default path for sftp Subsystem in FreeBSD
This commit is contained in:
Forrest 2015-11-29 13:31:39 -08:00
commit c5aaffa9a9

View File

@ -19,6 +19,7 @@ that differ from whats in defaults.yaml
'FreeBSD': {
'service': 'sshd',
'dig_pkg': 'bind-tools',
'Subsystem': 'sftp /usr/libexec/sftp-server',
},
'Gentoo': {
'server': 'net-misc/openssh',