Browse Source

Update 'albert/kickstart-post.cfg'

master
dave 10 months ago
parent
commit
4c6167fb23
  1. 7
      albert/kickstart-post.cfg

7
albert/kickstart-post.cfg

@ -27,9 +27,10 @@ sed -i 's/umask\s022/umask 077/' /etc/csh.cshrc
#echo "yum exists in: $(which yum)"
### install git and use that to begin deploying puppet configs
## -- doesn't seem to fully like the -y here...
#yum -y install wget git
dnf -y install wget git
## -- doesn't seem to fully like the -y here... keeps pausing and asking to continue
yum -y install wget
yum -y install git
## -- 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

Loading…
Cancel
Save