From 557c7d86d48103cccfc3f11d825955ceda57e818 Mon Sep 17 00:00:00 2001 From: Ayush Mukherjee Date: Sat, 8 Jan 2022 21:30:05 +0530 Subject: [PATCH] remove nomad user create --- nomad-bootstrap.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/nomad-bootstrap.sh b/nomad-bootstrap.sh index debf278..2545281 100755 --- a/nomad-bootstrap.sh +++ b/nomad-bootstrap.sh @@ -9,9 +9,6 @@ set -e # create nomad dir mkdir -p /opt/nomad -# create nomad user -useradd --system --home /etc/nomad.d --shell /bin/false nomad - nomaduser=nomad nomadgroup=nomad