hashipi

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

commit d1ebba46c4569958694a8fc2267e713ab861a032
parent f10e3a6ebd4f041a99bbfda0fc1f2e9f82ed5e8c
Author: Andreas Gruhler <andreas.gruhler@adfinis.com>
Date:   Mon, 27 May 2024 19:47:03 +0200

fix(nomad) carriage return

Diffstat:
Mnomad.sh | 5+++--
1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/nomad.sh b/nomad.sh @@ -45,8 +45,9 @@ 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 -e " create_from_role = \"nomad-cluster\"\n\r" -fi)} + echo -e " create_from_role = \"nomad-cluster\"\n}" +else echo "}" +fi) telemetry { # https://developer.hashicorp.com/nomad/docs/configuration/telemetry