Update bootstrap-salt.sh

removed commented unneeded lines from install_openbsd_post() function
This commit is contained in:
Sergey Paramonov 2016-02-09 12:43:14 -05:00
parent fac497e584
commit 86f6f18790

View file

@ -4483,8 +4483,6 @@ install_openbsd_post() {
[ $fname = "minion" ] && [ "$_INSTALL_MINION" -eq $BS_FALSE ] && continue
[ $fname = "master" ] && [ "$_INSTALL_MASTER" -eq $BS_FALSE ] && continue
[ $fname = "api" ] || [ "$(which salt-${fname} 2>/dev/null)" = "" ] && continue
#[ $fname = "api" ] && ([ "$_INSTALL_MASTER" -eq $BS_FALSE ] || [ "$(which salt-${fname} 2>/dev/null)" = "" ]) && continue
#[ $fname = "syndic" ] && [ "$_INSTALL_SYNDIC" -eq $BS_FALSE ] && continue
[ $fname = "syndic" ] && continue
if [ $? -eq 1 ]; then