From 71132433342bca9f177df9af4eafb9bac7ebeb8d Mon Sep 17 00:00:00 2001 From: Dominik Schleich Date: Thu, 8 Sep 2016 13:28:22 +0200 Subject: [PATCH] Fix mine function example in README.rst like it was already done in the pillar.example in this PR https://github.com/saltstack-formulas/openssh-formula/pull/36 to avoid confusions. --- README.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/README.rst b/README.rst index 5132fbc..0b52709 100644 --- a/README.rst +++ b/README.rst @@ -65,6 +65,7 @@ setup those functions through pillar:: public_ssh_host_keys: mine_function: cmd.run cmd: cat /etc/ssh/ssh_host_*_key.pub + python_shell: True public_ssh_hostname: mine_function: grains.get key: id