commit 80067c1f048292528a018bcee230fc8b5ac4a69b parent 6fe7e0ce0c4d315ce8640ccd4adb55c1446dfdcf Author: Andreas Gruhler <andreas.gruhler@adfinis.com> Date: Sun, 8 Dec 2024 16:36:27 +0100 fix: typo Diffstat:
M | hashi-pi.pkr.hcl | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/hashi-pi.pkr.hcl b/hashi-pi.pkr.hcl @@ -236,7 +236,7 @@ build { } provisioner "shell" { - script = "openbah.sh" + script = "openbao.sh" remote_folder = "/home/${var.username}" environment_vars = [ "USERNAME=${var.username}",