From 71ebac0ded668adefd9b198450d8827bbfa126fd Mon Sep 17 00:00:00 2001 From: dave Date: Sun, 15 Sep 2024 16:23:48 +0100 Subject: [PATCH] shifted net-tools into here --- common/post.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/post.cfg b/common/post.cfg index bd8bfc9..6f94582 100644 --- a/common/post.cfg +++ b/common/post.cfg @@ -24,7 +24,7 @@ sed -i 's/umask\s022/umask 077/' /etc/profile sed -i 's/umask\s022/umask 077/' /etc/csh.cshrc ### install git and use that to begin deploying puppet configs -yum -y install git +yum -y install git net-tools ## -- create SSH keys in root's home dir: # DEPLOY account. This key is pushed to gitea for puppet to use - the install actually uses hal's key first