Procházet zdrojové kódy

Replace deprecated "user" attribute by "runas"

master
Raphaël Hertzog před 6 roky
rodič
revize
6ccb9fc87d
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      openssh/config.sls

+ 1
- 1
openssh/config.sls Zobrazit soubor

@@ -67,7 +67,7 @@ ssh_generate_host_{{ keyType }}_key:
{%- set keySizePart = "-b {}".format(keySize) if keySize else "" %}
- name: "rm {{ keyFile }}*; ssh-keygen -t {{ keyType }} {{ keySizePart }} -N '' -f {{ keyFile }}"
- unless: "test -s {{ keyFile }}"
- user: root
- runas: root
- require_in:
- file: sshd_config
- watch_in:

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