From a8147d7d3baf9ee1abbd2d029c2e13bf4589e743 Mon Sep 17 00:00:00 2001 From: m0duspwnens Date: Fri, 7 Aug 2020 14:19:58 -0400 Subject: [PATCH] add importpcap to salt_checkin for setup ssl/ca --- setup/so-functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/so-functions b/setup/so-functions index c10cc6661..800d57a90 100755 --- a/setup/so-functions +++ b/setup/so-functions @@ -1357,7 +1357,7 @@ saltify() { salt_checkin() { case "$install_type" in - 'MANAGER' | 'EVAL' | 'HELIXSENSOR' | 'MANAGERSEARCH' | 'STANDALONE') # Fix Mine usage + 'MANAGER' | 'EVAL' | 'HELIXSENSOR' | 'MANAGERSEARCH' | 'STANDALONE' | 'IMPORTPCAP') # Fix Mine usage { echo "Building Certificate Authority"; salt-call state.apply ca;