Skip to content
This repository has been archived by the owner on Mar 4, 2024. It is now read-only.

Commit

Permalink
Fix hook error during update_app_kv_hashes (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
Cynerva committed Feb 14, 2020
1 parent 0c711dd commit 1241daf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reactive/vault_kv.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def update_app_kv_hashes():
if hookenv.is_leader() and app_kv.any_changed():
# force hooks to run on non-leader units
hookenv.leader_set({'vault-kv-nonce': host.pwgen(8)})
app_kv.update_hashes()
app_kv.update_hashes()
except vault_kv.VaultNotReady:
return

Expand Down

0 comments on commit 1241daf

Please sign in to comment.