hashipi

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

commit 32802daee3d8588e1952668ce342ad64d1a3104f
parent 4a1fdc51ec19923cefca759dfad7ee7e569a684d
Author: Andreas Gruhler <agruhl@gmx.ch>
Date:   Thu,  4 Aug 2022 22:42:15 +0200

fix: remove outdated nomad_arch

Diffstat:
Mhosts/pi0.json | 4+---
1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/hosts/pi0.json b/hosts/pi0.json @@ -9,7 +9,5 @@ "consul_encrypt": "", "consul_tls_ca": "./tls/consul/consul-agent-ca.pem", "consul_tls_certs": "./tls/consul/certs/", - "consul_retry_join": "\"pi0\", \"pi1\", \"pi2\"", - "nomad_arch": "linux_armv6", - "nomad_binary_path": "./bin/nomad" + "consul_retry_join": "\"pi0\", \"pi1\", \"pi2\"" }