|
|
@ -8,8 +8,7 @@ |
|
|
|
## |
|
|
|
## ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
|
|
|
## |
|
|
|
|
|
|
|
echo "COMMON post.sh now..." |
|
|
|
echo "## BEGIN: COMMON post.sh..." |
|
|
|
|
|
|
|
## -- for increased logging: |
|
|
|
set -x |
|
|
@ -25,8 +24,8 @@ sed -i 's/umask\s022/umask 077/' /etc/bashrc |
|
|
|
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 net-tools |
|
|
|
### install git (and necessary packages) and use that to begin deploying configs |
|
|
|
yum -y install git net-tools wget |
|
|
|
|
|
|
|
## -- 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 |
|
|
@ -69,6 +68,7 @@ ssh -o 'StrictHostKeyChecking no' deploy 2>/dev/null | echo > /dev/null |
|
|
|
#git clone ssh://deploy:/tombstones/puppet-common.git |
|
|
|
#git clone deploy:/tombstones/puppet-common.git |
|
|
|
|
|
|
|
echo "COMMON post.sh - finished" |
|
|
|
echo "## END: COMMON post.sh..." |
|
|
|
|
|
|
|
|
|
|
|
## ============ end of kickstarts/common/post.sh ================= |
|
|
|