Преглед на файлове

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.
master
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

Loading…
Отказ
Запис