mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-24 09:53:12 +01:00
rename
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
elastic-fleet-package-registry:
|
||||
elastic_fleet_package_registry:
|
||||
enabled: False
|
||||
|
||||
@@ -3,5 +3,5 @@
|
||||
https://securityonion.net/license; you may not use this file except in compliance with the
|
||||
Elastic License 2.0. #}
|
||||
|
||||
{% import_yaml 'elastic-fleet-package-registry/defaults.yaml' as ELASTICFLEETPACKAGEREGISTRYDEFAULTS with context %}
|
||||
{% set ELASTICFLEETPACKAGEREGISTRYMERGED = salt['pillar.get']('elastic-fleet-package-registry', ELASTICFLEETPACKAGEREGISTRYDEFAULTS.elastic-fleet-package-registry, merge=True) %}
|
||||
{% import_yaml 'elastic-fleet-package-registry/defaults.yaml' as ELASTICFLEETPACKAGEREGISTRYDEFAULTS %}
|
||||
{% set ELASTICFLEETPACKAGEREGISTRYMERGED = salt['pillar.get']('elastic_fleet_package_registry', ELASTICFLEETPACKAGEREGISTRYDEFAULTS.elastic_fleet_package_registry, merge=True) %}
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
elastic-fleet-package-registry:
|
||||
elastic_fleet_package_registry:
|
||||
enabled:
|
||||
description: You can enable or disable Elastic Fleet Package Registry.
|
||||
advanced: True
|
||||
|
||||
@@ -353,9 +353,9 @@ function add_idstools_to_minion() {
|
||||
" " >> $PILLARFILE
|
||||
}
|
||||
|
||||
function add_elastic-fleet-package-registry_to_minion() {
|
||||
function add_elastic_fleet_package_registry_to_minion() {
|
||||
printf '%s\n'\
|
||||
"elastic-fleet-package-registry:"\
|
||||
"elastic_fleet_package_registry:"\
|
||||
" enabled: True"\
|
||||
" " >> $PILLARFILE
|
||||
}
|
||||
@@ -419,7 +419,7 @@ function createEVAL() {
|
||||
add_mysql_to_minion
|
||||
add_kratos_to_minion
|
||||
add_idstools_to_minion
|
||||
add_elastic-fleet-package-registry_to_minion
|
||||
add_elastic_fleet_package_registry_to_minion
|
||||
}
|
||||
|
||||
function createSTANDALONE() {
|
||||
@@ -441,7 +441,7 @@ function createSTANDALONE() {
|
||||
add_mysql_to_minion
|
||||
add_kratos_to_minion
|
||||
add_idstools_to_minion
|
||||
add_elastic-fleet-package-registry_to_minion
|
||||
add_elastic_fleet_package_registry_to_minion
|
||||
}
|
||||
|
||||
function createMANAGER() {
|
||||
@@ -461,7 +461,7 @@ function createMANAGER() {
|
||||
add_mysql_to_minion
|
||||
add_kratos_to_minion
|
||||
add_idstools_to_minion
|
||||
add_elastic-fleet-package-registry_to_minion
|
||||
add_elastic_fleet_package_registry_to_minion
|
||||
}
|
||||
|
||||
function createMANAGERSEARCH() {
|
||||
@@ -481,7 +481,7 @@ function createMANAGERSEARCH() {
|
||||
add_mysql_to_minion
|
||||
add_kratos_to_minion
|
||||
add_idstools_to_minion
|
||||
add_elastic-fleet-package-registry_to_minion
|
||||
add_elastic_fleet_package_registry_to_minion
|
||||
}
|
||||
|
||||
function createIMPORT() {
|
||||
@@ -495,7 +495,7 @@ function createIMPORT() {
|
||||
add_registry_to_minion
|
||||
add_kratos_to_minion
|
||||
add_idstools_to_minion
|
||||
add_elastic-fleet-package-registry_to_minion
|
||||
add_elastic_fleet_package_registry_to_minion
|
||||
}
|
||||
|
||||
function createFLEET() {
|
||||
|
||||
Reference in New Issue
Block a user