mirror of
https://github.com/saltstack-formulas/openssh-formula.git
synced 2025-04-17 10:10:28 +00:00
Fix service name for Arch Linux
This commit is contained in:
parent
f15a112e13
commit
4dddff0ccd
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ that differ from whats in defaults.yaml
|
|||
'Arch': {
|
||||
'server': 'openssh',
|
||||
'client': 'openssh',
|
||||
'service': 'sshd.socket',
|
||||
'service': 'sshd',
|
||||
},
|
||||
'Debian': {
|
||||
'server': 'openssh-server',
|
||||
|
|
Loading…
Add table
Reference in a new issue