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:
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\""
}