remove makefile extra tab

Change-Id: I20564e801d307935b9669db81665cc0ed130e698
Signed-off-by: gunjan5 <gupatel@ciena.com>
diff --git a/config-generator/hosts.tpl b/config-generator/hosts.tpl
new file mode 100644
index 0000000..3fb102c
--- /dev/null
+++ b/config-generator/hosts.tpl
@@ -0,0 +1,17 @@
+ "hosts" : {
+{{ range . }}
+	"{{ .Mac }}/-1" : {
+		"basic" : {
+			"ips" : ["{{ range $element := .IpAddresses }}{{ $element }}{{ end}}"],
+			"location" : "{{ .Location.ElementID }}/{{ .Location.Port }}"
+		}
+	}{{ .Comma }}{{ end }}
+ },
+ "apps" : {
+        "org.onosproject.core" : {
+            "core" : {
+                "linkDiscoveryMode" : "STRICT"
+            }
+        }
+    }
+}
\ No newline at end of file