summaryrefslogtreecommitdiffstats
path: root/src/lib/Server/Hostbase/templates/hosts.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/Server/Hostbase/templates/hosts.tmpl')
-rw-r--r--src/lib/Server/Hostbase/templates/hosts.tmpl6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/Server/Hostbase/templates/hosts.tmpl b/src/lib/Server/Hostbase/templates/hosts.tmpl
index 4fded9d55..251cb5a79 100644
--- a/src/lib/Server/Hostbase/templates/hosts.tmpl
+++ b/src/lib/Server/Hostbase/templates/hosts.tmpl
@@ -9,17 +9,17 @@
127.0.0.1 localhost.mcs.anl.gov localhost
# This file lists hosts in these domains:
-{% for domain in domain_data %}{{ domain.0 }}: {{ domain.1 }}
+{% for domain in domain_data %}# {{ domain.0 }}: {{ domain.1 }}
{% endfor %}
#
# This file lists hosts on these networks:
#
# Network Hosts
# ---------------------------------------------------------------------
-{% for octet in two_octets_data %}{{ octet.0 }} {{octet.1 }}
+{% for octet in two_octets_data %}# {{ octet.0 }} {{octet.1 }}
{% endfor %}
#
-{% for octet in three_octets_data %}{{ octet.0 }} {{ octet.1 }}
+{% for octet in three_octets_data %}# {{ octet.0 }} {{ octet.1 }}
{% endfor %}
#
# Total host interfaces (ip addresses) in this file: {{ num_ips }}