Switch back to root for salt

This commit is contained in:
Mike Reeves
2018-02-06 12:33:08 -05:00
parent a0123f595a
commit 31cec3582a
2 changed files with 4 additions and 3 deletions

View File

@@ -198,7 +198,8 @@ if (whiptail --title "Security Onion Setup" --yesno "Are you sure you want to in
# Copy the master config over
cp files/master /etc/salt/master
chown -R socore:socore /etc/salt
# Comment this out for now
# chown -R socore:socore /etc/salt
# Start salt master and minion
service salt-master start
@@ -208,7 +209,7 @@ if (whiptail --title "Security Onion Setup" --yesno "Are you sure you want to in
touch /opt/so/saltstack/pillar/masters/$HOSTNAME.sls
salt-call state.highstate
salt-key -ya $HOSTNAME
salt-key -qya $HOSTNAME
salt-call state.highstate
# Determine Disk space