Correct openssh-clients package name for Red Hat

This commit is contained in:
Jonathon Anderson 2016-07-01 23:53:00 -06:00 committed by GitHub
parent 118577283a
commit 87057c7c6b
1 changed files with 1 additions and 1 deletions

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',
},