syntax issue fixed
diff --git a/bootstrap.sh b/bootstrap.sh
index 995d783..30c53bb 100755
--- a/bootstrap.sh
+++ b/bootstrap.sh
@@ -591,9 +591,7 @@
# workarond isolated and not fully bootstraped environments
- PILLAR='{"salt":{"master":{"pillar":{"reclass":{"ignore_class_notfound": "'${RECLASS_IGNORE_CLASS_NOTFOUND:-False}'"}}}},
- "reclass":{"storage":{"data_source":{"engine":"local"}}}
- }'
+ PILLAR='{"salt":{"master":{"pillar":{"reclass":{"ignore_class_notfound": "'${RECLASS_IGNORE_CLASS_NOTFOUND:-False}'"}}}}, "reclass":{"storage":{"data_source":{"engine":"local"}}} }'
log_info "State: salt.master.env"
if ! $SUDO salt-call ${SALT_OPTS} -linfo state.apply salt.master.env pillar="$PILLAR"; then