Skip to content

Commit

Permalink
Merge pull request #4 from TOoSmOotH/master
Browse files Browse the repository at this point in the history
Setup Script - Fix Host File
  • Loading branch information
TOoSmOotH authored Oct 18, 2018
2 parents 7958df5 + 9e28db4 commit 6c7307c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions so-setup-network.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ add_master_hostfile() {
"Enter your Master Server IP Address" 10 60 X.X.X.X 3>&1 1>&2 2>&3)

# Add the master to the host file if it doesn't resolve
echo "$MSRV $MSRVIP" >> /etc/hosts
echo "$MSRVIP $MSRV" >> /etc/hosts
}

add_socore_user_master() {
Expand Down Expand Up @@ -537,7 +537,7 @@ salt_checkin() {
sudo salt '*' mine.send x509.get_pem_entries glob_path=/etc/pki/ca.crt
echo " Applying SSL state "
salt-call state.apply ssl
echo " Oh run the rest of the checkin "
echo "Still Working... Hang in there"
salt-call state.highstate

else
Expand Down

0 comments on commit 6c7307c

Please sign in to comment.