소스 검색

Dropped leftover debugging output

(which also happend to break Python 3 compatibility.)
tags/v0.41.0
Alexander Weidinger 5 년 전
부모
커밋
bf654a33c8
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. +0
    -1
      _pillar/known_hosts_salt_ssh.sls

+ 0
- 1
_pillar/known_hosts_salt_ssh.sls 파일 보기

@@ -91,7 +91,6 @@ def host_keys(minion_id):
trusted_keys = host_keys_from_known_hosts(minion_id,
config_dir()+'/known_hosts')
if trusted_keys:
print "trusted_keys"
return trusted_keys
# Get keys from host key cache
cache_file = "{}/known_hosts_salt_ssh/{}.pub".format(cache_dir(), minion_id)

Loading…
취소
저장