mirror of
https://github.com/saltstack-formulas/openssh-formula.git
synced 2025-04-17 10:10:28 +00:00
Merge pull request #2 from brandonparsons/patch-1
Specify the service name for ssh
This commit is contained in:
commit
244becf041
1 changed files with 1 additions and 0 deletions
|
@ -6,6 +6,7 @@ openssh:
|
|||
{% endif %}
|
||||
service.running:
|
||||
- enable: True
|
||||
- name: ssh
|
||||
- require:
|
||||
- pkg: openssh
|
||||
- file: sshd_banner
|
||||
|
|
Loading…
Add table
Reference in a new issue