mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
[fix] Remove old FIXMEs
This commit is contained in:
@@ -1075,7 +1075,6 @@ saltify() {
|
||||
echo "deb https://packages.wazuh.com/3.x/apt/ stable main" | tee /etc/apt/sources.list.d/wazuh.list >> "$setup_log" 2>&1
|
||||
# Initialize the new repos
|
||||
apt-get update >> "$setup_log" 2>&1
|
||||
# FIXME: Install salt-master on Ubuntu?
|
||||
set_progress_str 6 'Installing various dependencies'
|
||||
apt-get -y install sqlite3 argon2 libssl-dev >> "$setup_log" 2>&1
|
||||
set_progress_str 7 'Installing salt-master'
|
||||
@@ -1139,7 +1138,6 @@ salt_checkin() {
|
||||
} >> "$setup_log" 2>&1
|
||||
}
|
||||
|
||||
# FIXME: should this be a function?
|
||||
salt_firstcheckin() {
|
||||
#First Checkin
|
||||
salt-call state.highstate >> "$setup_log" 2>&1
|
||||
|
||||
Reference in New Issue
Block a user