hashipi

Raspberry Pi Test Cluster for HashiCorp Vault, Nomad and Consul
git clone https://git.in0rdr.ch/hashipi.git
Log | Files | Refs | README

commit 06ddebacb214583a595ce6e38b6554d5e0f064ef
parent e450a73950172ae6663c35ed6f250216fd70e4b9
Author: Andreas Gruhler <andreas.gruhler@adfinis.com>
Date:   Thu, 20 Jul 2023 20:19:29 +0200

fix: quotes

Diffstat:
Mnomad.sh | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/nomad.sh b/nomad.sh @@ -45,7 +45,7 @@ vault { $(if [[ "$NOMAD_SERVER" = true ]]; then # Only servers create further Tokens for clients from the Token role # https://developer.hashicorp.com/nomad/docs/configuration/vault#nomad-client - echo " create_from_role = "nomad-cluster"" + echo " create_from_role = \"nomad-cluster\"" fi) } EOF