Skip to content

Commit

Permalink
fixup! fixup! fixup! Fixes #18293:
Browse files Browse the repository at this point in the history
Fixes #18293:
  • Loading branch information
amousset committed Oct 7, 2020
1 parent 2c60c42 commit 05b8222
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions bootstrap-promises/failsafe.cf
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,6 @@ bundle common server_info
classes:
"root_server" expression => strcmp("root","${g.uuid}");
"policy_server_file_exists" expression => fileexists("${policy_server_file}");

# If there is not trusted key, trust the key at next connection
# we need type f as we create a symlink to our own key
"trust_key" not => returnszero("/bin/find ${sys.workdir}/ppkeys/ -type f -name 'root-MD5=*' | /bin/grep -q 'root-MD5'");
}

bundle agent update
Expand Down

0 comments on commit 05b8222

Please sign in to comment.