浏览代码

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.
tags/v0.41.0
brandonparsons 11 年前
父节点
当前提交
90ce0d262f
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. +1
    -0
      openssh/init.sls

+ 1
- 0
openssh/init.sls 查看文件

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

正在加载...
取消
保存