Merge pull request #9466 from Security-Onion-Solutions/2.4/fix-grafana-playbook-links

Remove Grafana and Playbook links for Import mode
This commit is contained in:
Doug Burks
2022-12-22 16:09:46 -05:00
committed by GitHub

View File

@@ -1368,6 +1368,13 @@ telegraf_pillar() {
manager_pillar() {
touch $adv_manager_pillar_file
title "Create the manager pillar"
if [[ $is_import ]]; then
GRAFANA=0
PLAYBOOK=0
else
GRAFANA=1
PLAYBOOK=1
fi
printf '%s\n'\
"manager:"\
" proxy: '$so_proxy'"\