From d668b850336574fd48c834618f4cc8d9687998da Mon Sep 17 00:00:00 2001 From: m0duspwnens Date: Fri, 7 Aug 2020 11:09:12 -0400 Subject: [PATCH] copy_ssh_key for is_importpcap also --- setup/so-setup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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