diff --git a/setup/so-setup b/setup/so-setup index c14b71c1e..9a9c2788e 100755 --- a/setup/so-setup +++ b/setup/so-setup @@ -410,7 +410,7 @@ fi host_pillar >> $setup_log 2>&1 -if [[ $is_minion ]]; then +if [[ $is_minion || $is_importpcap ]]; then set_updates >> $setup_log 2>&1 copy_ssh_key >> $setup_log 2>&1 fi