From 86f6f18790a2556aa74bd0b0467c43354f4be164 Mon Sep 17 00:00:00 2001 From: Sergey Paramonov Date: Tue, 9 Feb 2016 12:43:14 -0500 Subject: [PATCH] Update bootstrap-salt.sh removed commented unneeded lines from install_openbsd_post() function --- bootstrap-salt.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/bootstrap-salt.sh b/bootstrap-salt.sh index ea17a4e..f4c13af 100755 --- a/bootstrap-salt.sh +++ b/bootstrap-salt.sh @@ -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