This commit is contained in:
m0duspwnens
2020-11-24 11:42:03 -05:00
parent 995a377432
commit fe2662cab8

View File

@@ -511,7 +511,9 @@ fi
if [[ $is_sensor || $is_helix || $is_import ]]; then
set_progress_str 4 'Generating sensor pillar'
sensor_pillar >> $setup_log 2>&1
steno_pillar >> $setup_log
if [[ $is_sensor || $is_helix ]]; then
steno_pillar >> $setup_log
fi
fi
set_progress_str 5 'Installing Salt and dependencies'