From f91d246e98cd00cde40aeb49bf94252c37ea59da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Hertzog?= Date: Fri, 19 Apr 2019 17:33:12 +0200 Subject: [PATCH] Fix name of mine function to retrieve the hostname The code uses 'public_ssh_hostname' and not 'public_ssh_host_names'. --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 3d22dda..30897be 100644 --- a/README.rst +++ b/README.rst @@ -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