Procházet zdrojové kódy

Fix name of mine function to retrieve the hostname

The code uses 'public_ssh_hostname' and not 'public_ssh_host_names'.
tags/v0.41.0
Raphaël Hertzog před 5 roky
rodič
revize
f91d246e98
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      README.rst

+ 1
- 1
README.rst Zobrazit soubor

@@ -87,7 +87,7 @@ setup those functions through pillar::
mine_function: cmd.run
cmd: cat /etc/ssh/ssh_host_*_key.pub
python_shell: True
public_ssh_host_names:
public_ssh_hostname:
mine_function: grains.get
key: id


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