mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
Fix pillar dir
This commit is contained in:
@@ -252,7 +252,7 @@ configure_minion() {
|
|||||||
copy_master_config() {
|
copy_master_config() {
|
||||||
|
|
||||||
# Copy the master config template to the proper directory
|
# Copy the master config template to the proper directory
|
||||||
if [ $INSTALLMETHOD =='iso' ]; then
|
if [ $INSTALLMETHOD == 'iso' ]; then
|
||||||
cp /root/SecurityOnion/files/master /etc/salt/master
|
cp /root/SecurityOnion/files/master /etc/salt/master
|
||||||
else
|
else
|
||||||
cp ../files/master /etc/salt/master
|
cp ../files/master /etc/salt/master
|
||||||
@@ -481,7 +481,7 @@ filter_unused_nics() {
|
|||||||
fireeye_pillar() {
|
fireeye_pillar() {
|
||||||
|
|
||||||
FIREEYEPILLARPATH=$TMP/pillar/fireeye
|
FIREEYEPILLARPATH=$TMP/pillar/fireeye
|
||||||
mkdir $FIREEYEPILLARPATH
|
mkdir -p $FIREEYEPILLARPATH
|
||||||
|
|
||||||
echo "" >> $FIREEYEPILLARPATH/init.sls
|
echo "" >> $FIREEYEPILLARPATH/init.sls
|
||||||
echo "fireeye:" >> $FIREEYEPILLARPATH/init.sls
|
echo "fireeye:" >> $FIREEYEPILLARPATH/init.sls
|
||||||
|
|||||||
Reference in New Issue
Block a user