Helix node type

This commit is contained in:
Mike Reeves
2019-12-09 12:49:46 -05:00
parent f61cb3b890
commit 8342dc1447
3 changed files with 5 additions and 2 deletions

View File

@@ -180,7 +180,7 @@ if (whiptail_you_sure) ; then
docker_install >> $SETUPLOG 2>&1
echo -e "XXX\n10\nConfiguring Salt Master... \nXXX"
echo " ** Configuring Minion **" >> $SETUPLOG
configure_minion master >> $SETUPLOG 2>&1
configure_minion helix >> $SETUPLOG 2>&1
echo " ** Installing Salt Master **" >> $SETUPLOG
install_master >> $SETUPLOG 2>&1
salt_master_directories >> $SETUPLOG 2>&1