[fix] Only install nc, not full nmap

This commit is contained in:
William Wernert
2020-05-14 12:33:28 -04:00
parent 5078ea8692
commit 80cd408821

View File

@@ -1020,7 +1020,7 @@ saltify() {
cp ./yum_repos/salt-2019-2-5.repo /etc/yum.repos.d/salt-2019-2-5.repo;
} >> "$setup_log" 2>&1
set_progress_str 6 'Installing various dependencies'
yum -y install wget nmap >> "$setup_log" 2>&1
yum -y install wget nmap-ncat >> "$setup_log" 2>&1
case "$install_type" in
'MASTER' | 'EVAL' | 'MASTERSEARCH' | 'FLEET' | 'HELIXSENSOR')
reserve_group_ids >> "$setup_log" 2>&1