|
|
@ -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 |
|
|
|