Browse Source

Merge pull request #2 from brandonparsons/patch-1

Specify the service name for ssh
master
Seth House 11 years ago
parent
commit
244becf041
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      openssh/init.sls

+ 1
- 0
openssh/init.sls View File

{% 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…
Cancel
Save