ansible-gpg-vault: make script work in a submodule env
This commit is contained in:
parent
ebd2c819ec
commit
71a462d5eb
2
vault.sh
2
vault.sh
@ -5,7 +5,7 @@ set -e -u
|
|||||||
# Keyserver to use. You need to trust this keyserver that the uid is not spoofed when receiving keys
|
# Keyserver to use. You need to trust this keyserver that the uid is not spoofed when receiving keys
|
||||||
KEYSERVER=""
|
KEYSERVER=""
|
||||||
|
|
||||||
REPO_BASE_PATH="`pwd`/../ansible-gpg-vault-store"
|
REPO_BASE_PATH="`dirname "$0"`/../ansible-gpg-vault-store"
|
||||||
# File in which the passphrase for the gpg vault is encrypted
|
# File in which the passphrase for the gpg vault is encrypted
|
||||||
VAULT_PASS_FILE="$REPO_BASE_PATH/vault_passphrase.gpg"
|
VAULT_PASS_FILE="$REPO_BASE_PATH/vault_passphrase.gpg"
|
||||||
# File which contains a list of fingerprints to receive and encrypt the vault for
|
# File which contains a list of fingerprints to receive and encrypt the vault for
|
||||||
|
Loading…
Reference in New Issue
Block a user