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 959344409ecdb678bafa0201dd99b228f21c5d9f
parent 72ba00e6927c6bcb55e14c0f8529e3d1af1cea08
Author: Andreas Gruhler <agruhl@gmx.ch>
Date:   Sun,  7 Jun 2026 19:44:49 +0200

fix(openbao): download link

Diffstat:
Mbootstrap.sh | 2+-
Mhashi-pi.pkr.hcl | 2++
2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/bootstrap.sh b/bootstrap.sh @@ -30,7 +30,7 @@ apt-get update DEBIAN_FRONTEND=noninteractive apt-get install -y jq podman cloud-init curl \ "nomad=${NOMAD_VERSION}-1" -curl -L -o openbao.deb "https://github.com/openbao/openbao/releases/download/v${BAO_VERSION}/bao_${BAO_VERSION}_linux_${ARCHITECTURE}.deb" +curl -L -o openbao.deb "https://github.com/openbao/openbao/releases/download/v${BAO_VERSION}/openbao_${BAO_VERSION}_linux_${ARCHITECTURE}.deb" apt install ./openbao.deb # Configure insecure local registry diff --git a/hashi-pi.pkr.hcl b/hashi-pi.pkr.hcl @@ -274,6 +274,8 @@ build { } provisioner "shell" { + # only run for qemu source + only = ["source.qemu.hashiintel"] script = "debian_postinstall.sh" environment_vars = [ "USERNAME=${var.username}",