copy_ssh_key for is_importpcap also

This commit is contained in:
m0duspwnens
2020-08-07 11:09:12 -04:00
parent fce22c1cc4
commit d668b85033

View File

@@ -410,7 +410,7 @@ fi
host_pillar >> $setup_log 2>&1 host_pillar >> $setup_log 2>&1
if [[ $is_minion ]]; then if [[ $is_minion || $is_importpcap ]]; then
set_updates >> $setup_log 2>&1 set_updates >> $setup_log 2>&1
copy_ssh_key >> $setup_log 2>&1 copy_ssh_key >> $setup_log 2>&1
fi fi