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'"\