Browse Source

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

Correct openssh-clients package name for Red Hat
tags/v0.41.0
Niels Abspoel 8 years ago
parent
commit
7eefd1a0f1
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      openssh/map.jinja

+ 1
- 1
openssh/map.jinja 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',
},

Loading…
Cancel
Save