hashipi

Raspberry Pi home lab with Nomad and OpenBao
git clone https://git.in0rdr.ch/hashipi.git
Log | Files | Refs | Pull requests |Archive | README

commit fd6e6fe8b93d2e4b2e7b02ca5c9f839a81f46acc
parent 3dc5c9dc0d0ef912b535615b81bb30f424084732
Author: Andreas Gruhler <agruhl@gmx.ch>
Date:   Sat, 29 Nov 2025 10:15:50 +0100

fix: comma

Diffstat:
Mhashi-pi.pkr.hcl | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hashi-pi.pkr.hcl b/hashi-pi.pkr.hcl @@ -265,7 +265,7 @@ build { "HOSTNAME=${var.hostname}", "NOMAD_SERVER=${var.nomad_server}", "VAULT_TRANSIT_SERVER=${var.vault_transit_server}", - "VAULT_TRANSIT_TOKEN=${var.vault_transit_token}" + "VAULT_TRANSIT_TOKEN=${var.vault_transit_token}", "BAO_INTERFACE=${var.bao_interface}" ] }