From 5be074bbea392a0e56c6cb91269b28591b489fad Mon Sep 17 00:00:00 2001 From: Doug Burks Date: Thu, 22 Dec 2022 15:45:25 -0500 Subject: [PATCH] Remove Grafana and Playbook links for Import mode --- setup/so-functions | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/setup/so-functions b/setup/so-functions index 776608b71..7c1ed8895 100755 --- a/setup/so-functions +++ b/setup/so-functions @@ -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'"\