[fix] Remove old FIXMEs

This commit is contained in:
William Wernert
2020-05-04 12:15:44 -04:00
parent 80aee06a67
commit 07726de250

View File

@@ -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