Added Opensuse support to map.jinja
This commit is contained in:
parent
74b1e189c3
commit
1efce43d55
@ -16,6 +16,15 @@
|
||||
'sshd_config_src': 'salt://openssh/files/sshd_config',
|
||||
'banner': '/etc/ssh/banner',
|
||||
'banner_src': 'salt://openssh/files/banner',
|
||||
},
|
||||
'Suse': {
|
||||
'server': 'openssh',
|
||||
'client': 'openssh',
|
||||
'service': 'sshd',
|
||||
'sshd_config': '/etc/ssh/sshd_config',
|
||||
'sshd_config_src': 'salt://openssh/files/sshd_config',
|
||||
'banner': '/etc/ssh/banner',
|
||||
'banner_src': 'salt://openssh/files/banner',
|
||||
},
|
||||
'FreeBSD': {
|
||||
'service': 'sshd',
|
||||
|
Loading…
Reference in New Issue
Block a user