hashipi

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

commit 69222252ed5b892898317047a5f8773325bf1a05
parent c7b2fd9920a348def9eb32a606c119ef35ad479e
Author: Andreas Gruhler <agruhl@gmx.ch>
Date:   Wed,  9 Feb 2022 13:04:46 +0100

Revert "feat(nomad): enable raw_exec for snapshots"

This reverts commit 90859beb14b59989cb2cf9fc438eaea0d7337299.

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

diff --git a/nomad.sh b/nomad.sh @@ -67,13 +67,6 @@ plugin "docker" { allow_privileged = true } } - -# Enable raw exec as Nomad process for snapshots -plugin "raw_exec" { - config { - enabled = true - } -} EOF # ..and as a Nomad server agent