mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-07 09:42:46 +01:00
Fix indentation
This commit is contained in:
@@ -1638,9 +1638,9 @@ manager_pillar() {
|
|||||||
" kratoskey: '$KRATOSKEY'"\
|
" kratoskey: '$KRATOSKEY'"\
|
||||||
"" >> "$pillar_file"
|
"" >> "$pillar_file"
|
||||||
printf '%s\n'\
|
printf '%s\n'\
|
||||||
"soc:"\
|
"soc:"\
|
||||||
" es_index_patterns: '*:so-*,*:endgame-*'"\
|
" es_index_patterns: '*:so-*,*:endgame-*'"\
|
||||||
"" >> "$pillar_file"
|
"" >> "$pillar_file"
|
||||||
if [[ -n $ENDGAMEHOST ]]; then
|
if [[ -n $ENDGAMEHOST ]]; then
|
||||||
printf '%s\n'\
|
printf '%s\n'\
|
||||||
" endgamehost: '$ENDGAMEHOST'"\
|
" endgamehost: '$ENDGAMEHOST'"\
|
||||||
|
|||||||
Reference in New Issue
Block a user