Remove non used pillar items

This commit is contained in:
Mike Reeves
2020-07-29 09:27:18 -04:00
committed by GitHub
parent 4b36c4a809
commit e3da326fcb

View File

@@ -1510,9 +1510,6 @@ sensor_pillar() {
echo " suriprocs: $BASICSURI" >> "$pillar_file" echo " suriprocs: $BASICSURI" >> "$pillar_file"
fi fi
printf '%s\n'\ printf '%s\n'\
" zeekbpf:"\
" pcapbpf:"\
" nidsbpf:"\
" manager: $MSRV"\ " manager: $MSRV"\
" mtu: $MTU"\ " mtu: $MTU"\
" uniqueid: $(date '+%s')" >> "$pillar_file" " uniqueid: $(date '+%s')" >> "$pillar_file"