mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-07 01:32:47 +01:00
Fix annotations and file locations
This commit is contained in:
@@ -1341,6 +1341,16 @@ kibana_pillar() {
|
||||
touch $kibana_pillar_file
|
||||
}
|
||||
|
||||
logrotate_pillar() {
|
||||
touch $adv_logrotate_pillar_file
|
||||
touch $logrotate_pillar_file
|
||||
}
|
||||
|
||||
patch_pillar() {
|
||||
touch $adv_patch_pillar_file
|
||||
touch $patch_pillar_file
|
||||
}
|
||||
|
||||
logstash_pillar() {
|
||||
# Create the logstash advanced pillar
|
||||
touch $adv_logstash_pillar_file
|
||||
|
||||
Reference in New Issue
Block a user