We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5ac5e0 commit bf654a3Copy full SHA for bf654a3
_pillar/known_hosts_salt_ssh.sls
@@ -91,7 +91,6 @@ def host_keys(minion_id):
91
trusted_keys = host_keys_from_known_hosts(minion_id,
92
config_dir()+'/known_hosts')
93
if trusted_keys:
94
- print "trusted_keys"
95
return trusted_keys
96
# Get keys from host key cache
97
cache_file = "{}/known_hosts_salt_ssh/{}.pub".format(cache_dir(), minion_id)
0 commit comments