Specify the service name for ssh
Current code was asking for service 'openssh' which does not exist. It is 'ssh'. Specifying a name in the `service.running` block fixes this.
This commit is contained in:
parent
ebc959cf54
commit
90ce0d262f
@ -6,6 +6,7 @@ openssh:
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
service.running:
|
service.running:
|
||||||
- enable: True
|
- enable: True
|
||||||
|
- name: ssh
|
||||||
- require:
|
- require:
|
||||||
- pkg: openssh
|
- pkg: openssh
|
||||||
- file: sshd_banner
|
- file: sshd_banner
|
||||||
|
Loading…
Reference in New Issue
Block a user