Skip to content

Commit

Permalink
add jq dep for vault script
Browse files Browse the repository at this point in the history
can't use snap jq as it doesn't read from tmp file
so we install from apt
  • Loading branch information
rafalop committed Nov 21, 2023
1 parent 62cfcd0 commit 893f96f
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 893f96f

Please sign in to comment.