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;