Procházet zdrojové kódy

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 před 11 roky
rodič
revize
90ce0d262f
1 změnil soubory, kde provedl 1 přidání a 0 odebrání
  1. +1
    -0
      openssh/init.sls

+ 1
- 0
openssh/init.sls Zobrazit soubor

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

Načítá se…
Zrušit
Uložit