0
0
mirror of https://github.com/saltstack-formulas/openssh-formula.git synced 2025-04-19 20:02:10 +02:00

Add support for Solaris; tested on SmartOS instance zone

This commit is contained in:
Jasper Lievisse Adriaanse 2018-09-28 15:01:23 +02:00
parent 131910d0ca
commit 7c3980a0c8

View File

@ -46,6 +46,13 @@ that differ from whats in defaults.yaml
'service': 'sshd',
'dig_pkg': 'bind-utils',
},
'Solaris': {
'service': 'network/ssh',
'sshd_config_group': 'root',
'ssh_config_group': 'root',
'dig_pkg': 'bind',
'sshd_binary': '/usr/lib/ssh/sshd',
},
}
, grain="os_family"
, merge=salt['pillar.get']('openssh:lookup'))
@ -81,6 +88,9 @@ that differ from whats in defaults.yaml
'RedHat': {
'Subsystem': 'sftp /usr/libexec/openssh/sftp-server',
},
'Solaris': {
'Subsystem': 'sftp internal-sftp',
},
'default': {}
}
, grain="os_family"