add gentoo support

This commit is contained in:
Marc Schiffbauer 2015-03-23 14:56:12 +01:00
parent 28e0916840
commit c6aeaf4dc5
1 changed files with 9 additions and 0 deletions

View File

@ -24,6 +24,15 @@
'banner': '/etc/ssh/banner',
'banner_src': 'salt://openssh/files/banner',
},
'Gentoo': {
'server': 'net-misc/openssh',
'client': 'net-misc/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',
},
'RedHat': {
'server': 'openssh-server',
'client': 'openssh',