Merge pull request #308 from Security-Onion-Solutions/quickfix/helix

Quickfix/helix
This commit is contained in:
Josh Patterson
2020-02-05 15:10:45 -05:00
committed by GitHub
5 changed files with 52 additions and 35 deletions

View File

@@ -213,6 +213,9 @@ if (whiptail_you_sure) ; then
salt_checkin >> $SETUPLOG 2>&1
salt-call state.apply ca >> $SETUPLOG 2>&1
salt-call state.apply ssl >> $SETUPLOG 2>&1
echo -e "XXX\n42\nDownloading Containers from the Internet... \nXXX"
salt-call state.apply registry >> $SETUPLOG 2>&1
docker_seed_registry >> $SETUPLOG 2>&1
echo -e "XXX\n43\nInstalling Common Components... \nXXX"
salt-call state.apply common >> $SETUPLOG 2>&1
echo -e "XXX\n45\nApplying firewall rules... \nXXX"