mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 09:12:45 +01:00
Merge pull request #9412 from Security-Onion-Solutions/dougburks-patch-1
fix telegraf_pillar
This commit is contained in:
@@ -1359,10 +1359,11 @@ soc_pillar() {
|
||||
touch $soc_pillar_file
|
||||
}
|
||||
|
||||
telegraf_pillar()
|
||||
telegraf_pillar() {
|
||||
title "Creating telegraf pillar"
|
||||
touch $adv_telegraf_pillar_file
|
||||
touch $telegraf_pillar_file
|
||||
}
|
||||
|
||||
manager_pillar() {
|
||||
touch $adv_manager_pillar_file
|
||||
|
||||
Reference in New Issue
Block a user