Fix minion pillar for remote sensors

This commit is contained in:
Mike Reeves
2022-09-16 10:43:36 -04:00
parent 958d2494a8
commit 5e151a9fed

View File

@@ -175,6 +175,8 @@ function add_sensor_to_minion() {
echo " config:" >> $PILLARFILE
echo " af-packet:" >> $PILLARFILE
echo " threads: '$CORECOUNT'" >> $PILLARFILE
echo "pcap:" >> $PILLARFILE
echo " enabled: True" >> $PILLARFILE
}
function createSTANDALONE() {