Browse Source

shifted net-tools into here

master
dave 8 months ago
parent
commit
71ebac0ded
  1. 2
      common/post.cfg

2
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 sed -i 's/umask\s022/umask 077/' /etc/csh.cshrc
### install git and use that to begin deploying puppet configs ### 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: ## -- 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 # DEPLOY account. This key is pushed to gitea for puppet to use - the install actually uses hal's key first

Loading…
Cancel
Save