fix: ignore_class_regexp master.conf setup

Change-Id: Ie3034724448effb277d31da8846084dc54d50c68
diff --git a/bootstrap.sh b/bootstrap.sh
index be001e1..89cde4d 100755
--- a/bootstrap.sh
+++ b/bootstrap.sh
@@ -255,7 +255,11 @@
   echo "Configuring salt-master ..."
 
   if [[ $RECLASS_IGNORE_CLASS_NOTFOUND =~ ^(True|true|1|yes)$ ]]; then
-    IGNORE_CLASS_NOTFOUND="ignore_class_notfound: True\n  ignore_class_regexp:\n  - 'service.*'"
+    read -d '' IGNORE_CLASS_NOTFOUND <<-EOF
+		  ignore_class_notfound: True
+		  ignore_class_regexp:
+		  - 'service.*'
+EOF
   fi
 
   # to force alternative reclass module path