hashipi

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

commit 8b2c12e3be7e452ba2012bf87abf71a1eb7006c7
parent 5789dbb2fba7595af9ef4f00d4ccbb9b9497eadc
Author: Andreas Gruhler <agruhl@gmx.ch>
Date:   Fri, 21 Jan 2022 21:54:53 +0100

ensure nomad binary mode

Diffstat:
Mnomad.sh | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/nomad.sh b/nomad.sh @@ -31,6 +31,7 @@ fi # Fix ownership and install binary chown root: nomad +chmod 0755 nomad mv nomad /usr/local/bin/ # Check version