mirror of
https://github.com/saltstack-formulas/openssh-formula.git
synced 2024-11-27 23:07:53 +01:00
Fix name of mine function to retrieve the hostname
The code uses 'public_ssh_hostname' and not 'public_ssh_host_names'.
This commit is contained in:
parent
b5ac5e0b74
commit
f91d246e98
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user