Create repo

This commit is contained in:
Mike Reeves
2020-09-01 11:26:33 -04:00
parent 9cff7c1427
commit 951fe2ac69

View File

@@ -462,6 +462,11 @@ fi
# Set initial percentage to 0
export percentage=0
if [[ $is_manager && $is_airgap ]]; then
info "Creating airgap repo"
create_repo >> $setup_log 2>&1
fi
if [[ $is_minion ]]; then
set_progress_str 1 'Configuring firewall'
set_initial_firewall_policy >> $setup_log 2>&1