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:
brandonparsons 2013-12-05 05:57:21 -07:00
parent ebc959cf54
commit 90ce0d262f

View File

@ -6,6 +6,7 @@ openssh:
{% endif %}
service.running:
- enable: True
- name: ssh
- require:
- pkg: openssh
- file: sshd_banner