Merge pull request #2 from brandonparsons/patch-1

Specify the service name for ssh
This commit is contained in:
Seth House 2013-12-05 13:35:12 -08:00
commit 244becf041

View File

@ -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