mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
[fix] Variable renames
This commit is contained in:
@@ -731,6 +731,7 @@ master_pillar() {
|
|||||||
printf '%s\n'\
|
printf '%s\n'\
|
||||||
"master:"\
|
"master:"\
|
||||||
" mainip: $MAINIP"\
|
" mainip: $MAINIP"\
|
||||||
|
" mainint: $MNIC"\
|
||||||
" esheap: $ES_HEAP_SIZE"\
|
" esheap: $ES_HEAP_SIZE"\
|
||||||
" esclustername: {{ grains.host }}"\
|
" esclustername: {{ grains.host }}"\
|
||||||
" freq: 0"\
|
" freq: 0"\
|
||||||
@@ -1181,8 +1182,8 @@ sensor_pillar() {
|
|||||||
" master: $MSRV"\
|
" master: $MSRV"\
|
||||||
" mtu: $MTU"\
|
" mtu: $MTU"\
|
||||||
" uniqueid: $(date '+%s')" >> "$pillar_file"
|
" uniqueid: $(date '+%s')" >> "$pillar_file"
|
||||||
if [ "$home_network_sensor" != 'inherit' ]; then
|
if [ "$HNSENSOR" != 'inherit' ]; then
|
||||||
echo " home_network_sensor: $home_network_sensor" >> "$pillar_file"
|
echo " hnsensor: $HNSENSOR" >> "$pillar_file"
|
||||||
fi
|
fi
|
||||||
printf '%s\n'\
|
printf '%s\n'\
|
||||||
" access_key: $ACCESS_KEY"\
|
" access_key: $ACCESS_KEY"\
|
||||||
|
|||||||
Reference in New Issue
Block a user