mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-07 17:52:46 +01:00
Remove Grafana and Playbook links for Import mode
This commit is contained in:
@@ -1368,6 +1368,13 @@ telegraf_pillar() {
|
|||||||
manager_pillar() {
|
manager_pillar() {
|
||||||
touch $adv_manager_pillar_file
|
touch $adv_manager_pillar_file
|
||||||
title "Create the manager pillar"
|
title "Create the manager pillar"
|
||||||
|
if [[ $is_import ]]; then
|
||||||
|
GRAFANA=0
|
||||||
|
PLAYBOOK=0
|
||||||
|
else
|
||||||
|
GRAFANA=1
|
||||||
|
PLAYBOOK=1
|
||||||
|
fi
|
||||||
printf '%s\n'\
|
printf '%s\n'\
|
||||||
"manager:"\
|
"manager:"\
|
||||||
" proxy: '$so_proxy'"\
|
" proxy: '$so_proxy'"\
|
||||||
|
|||||||
Reference in New Issue
Block a user