top.sls troubleshooting

This commit is contained in:
Mike Reeves
2019-12-09 12:21:17 -05:00
parent f1abab560c
commit c58c1a494a
2 changed files with 1 additions and 1 deletions

View File

@@ -1065,7 +1065,6 @@ salt_master_directories() {
cp /root/SecurityOnion/pillar/* /opt/so/saltstack/pillar/
cp /root/SecurityOnion/salt/* /opt/so/saltstack/salt/
else
cp -R ../pillar/* /opt/so/saltstack/pillar/
cp -R ../salt/* /opt/so/saltstack/salt/
fi

View File

@@ -188,6 +188,7 @@ if (whiptail_you_sure) ; then
chown_salt_master >> $SETUPLOG 2>&1
es_heapsize >> $SETUPLOG 2>&1
ls_heapsize >> $SETUPLOG 2>&1
exit
echo -e "XXX\n25\nConfiguring Default Pillars... \nXXX"
master_static >> $SETUPLOG 2>&1
echo "** Generating the master pillar **" >> $SETUPLOG