From e350ee71bb7df4f9917d8ed664990e388455dadf Mon Sep 17 00:00:00 2001 From: Mike Reeves Date: Tue, 10 Dec 2019 11:03:46 -0500 Subject: [PATCH] Helix - Add sensor pillar --- setup/so-setup.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/setup/so-setup.sh b/setup/so-setup.sh index c9dc12da8..f11a2d438 100644 --- a/setup/so-setup.sh +++ b/setup/so-setup.sh @@ -177,7 +177,9 @@ if (whiptail_you_sure) ; then sleep 0.5 echo -e "XXX\n0\nCreating Bond Interface... \nXXX" create_sensor_bond >> $SETUPLOG 2>&1 - echo -e "XXX\n1\nInstalling and configuring Salt... \nXXX" + echo -e "XXX\n1\nGenerating Sensor Pillar... \nXXX" + sensor_pillar >> $SETUPLOG 2>&1 + echo -e "XXX\n2\nInstalling and configuring Salt... \nXXX" echo " ** Installing Salt and Dependencies **" >> $SETUPLOG saltify >> $SETUPLOG 2>&1 echo -e "XXX\n5\nInstalling Docker... \nXXX"