mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
merge with dev and resolv conflicts
This commit is contained in:
@@ -838,7 +838,6 @@ firewall_generate_templates() {
|
||||
|
||||
}
|
||||
|
||||
<<<<<<< HEAD
|
||||
fleet_pillar() {
|
||||
|
||||
local pillar_file="$temp_install_dir"/pillar/minions/"$MINION_ID".sls
|
||||
@@ -851,8 +850,6 @@ fleet_pillar() {
|
||||
"" > "$pillar_file"
|
||||
}
|
||||
|
||||
=======
|
||||
>>>>>>> remotes/origin/dev
|
||||
generate_passwords(){
|
||||
# Generate Random Passwords for Things
|
||||
MYSQLPASS=$(tr -dc 'a-zA-Z0-9' < /dev/urandom | fold -w 20 | head -n 1)
|
||||
|
||||
Reference in New Issue
Block a user