mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-08 02:02:50 +01:00
SO Setup - Add debug to figure out the pause
This commit is contained in:
@@ -95,7 +95,7 @@ configure_minion() {
|
|||||||
|
|
||||||
# You have to pass the TYPE to this function so it knows if its a master or not
|
# You have to pass the TYPE to this function so it knows if its a master or not
|
||||||
local TYPE=$1
|
local TYPE=$1
|
||||||
|
echo "Configuring minion type as $TYPE"
|
||||||
touch /etc/salt/grains
|
touch /etc/salt/grains
|
||||||
echo "role: so-$TYPE" > /etc/salt/grains
|
echo "role: so-$TYPE" > /etc/salt/grains
|
||||||
if [ $TYPE == 'master' ]; then
|
if [ $TYPE == 'master' ]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user