Merge pull request #39 from imran1008/arch-fix

Fix service name for Arch Linux
This commit is contained in:
Forrest 2015-06-20 13:21:49 -07:00
commit 92c2d24acb

View File

@ -9,7 +9,7 @@ that differ from whats in defaults.yaml
'Arch': { 'Arch': {
'server': 'openssh', 'server': 'openssh',
'client': 'openssh', 'client': 'openssh',
'service': 'sshd.socket', 'service': 'sshd',
}, },
'Debian': { 'Debian': {
'server': 'openssh-server', 'server': 'openssh-server',