Skip to content

Commit

Permalink
Fixup vault cli format for parsing
Browse files Browse the repository at this point in the history
  • Loading branch information
johnalotoski committed Sep 23, 2021
1 parent b64536c commit be6cca1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/vault-snapshots.nix
Expand Up @@ -143,6 +143,7 @@ let
BACKUP_SUFFIX = "-${cfg.${job}.backupSuffix}";
INCLUDE_LEADER = lib.boolToString cfg.${job}.includeLeader;
VAULT_ADDR = cfg.${job}.vaultAddress;
VAULT_FORMAT = "json";
};

serviceConfig = {
Expand Down

0 comments on commit be6cca1

Please sign in to comment.