0
0
mirror of https://github.com/saltstack-formulas/openssh-formula.git synced 2025-07-21 09:14:32 +02:00

Fix service name for Arch Linux

This commit is contained in:
Imran Haider 2015-06-07 09:03:22 -04:00
parent f15a112e13
commit 4dddff0ccd

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