From 9d23bfd010b7f7ba4a111ca87d3231bbd5a0bbc4 Mon Sep 17 00:00:00 2001 From: John Bowdre Date: Sat, 20 Jul 2024 19:43:49 -0500 Subject: [PATCH] update draft --- content/posts/building-proxmox-templates-packer/index.md | 1 - 1 file changed, 1 deletion(-) diff --git a/content/posts/building-proxmox-templates-packer/index.md b/content/posts/building-proxmox-templates-packer/index.md index 76d1e49..0d839e4 100644 --- a/content/posts/building-proxmox-templates-packer/index.md +++ b/content/posts/building-proxmox-templates-packer/index.md @@ -654,7 +654,6 @@ This first set of `locals {}` blocks take advantage of the dynamic nature of loc ////////////////// Vault Locals ////////////////// // To retrieve secrets from Vault, the following environment variables MUST be defined: // - VAULT_ADDR : base URL of the Vault server ('https://vault.example.com/') -// - VAULT_NAMESPACE : namespace path to where the secrets live ('organization/sub-org', only for Vault Enterprise) // - VAULT_TOKEN : token ID with rights to read/list // // Syntax for the vault() call: