Skip to content

Commit f91d246

Browse files
committed
Fix name of mine function to retrieve the hostname
The code uses 'public_ssh_hostname' and not 'public_ssh_host_names'.
1 parent b5ac5e0 commit f91d246

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ setup those functions through pillar::
8787
mine_function: cmd.run
8888
cmd: cat /etc/ssh/ssh_host_*_key.pub
8989
python_shell: True
90-
public_ssh_host_names:
90+
public_ssh_hostname:
9191
mine_function: grains.get
9292
key: id
9393

0 commit comments

Comments
 (0)