Merge pull request #67 from anderbubble/redhat-openssh-cl

Correct openssh-clients package name for Red Hat
This commit is contained in:
Niels Abspoel 2016-07-04 22:08:04 +02:00 committed by GitHub
commit 7eefd1a0f1

View File

@ -34,7 +34,7 @@ that differ from whats in defaults.yaml
},
'RedHat': {
'server': 'openssh-server',
'client': 'openssh',
'client': 'openssh-clients',
'service': 'sshd',
'dig_pkg': 'bind-utils',
},