Skip to content

Commit

Permalink
add jq dep for vault script
Browse files Browse the repository at this point in the history
  • Loading branch information
rafalop committed Nov 21, 2023
1 parent 62cfcd0 commit 9651dbd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/vault-unseal-and-authorise.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
. $(dirname $0)/../common/juju_helpers

which vault > /dev/null || sudo snap install vault
which jq > /dev/null || sudo snap install jq

model=`juju show-model --format=json| jq -r '.| keys[]'`
model_uuid=`juju show-model --format=json| jq -r '.[]."model-uuid"'`
Expand Down

0 comments on commit 9651dbd

Please sign in to comment.