summaryrefslogtreecommitdiffstats
path: root/src/lib/Server/Hostbase/templates/hosts.tmpl
diff options
context:
space:
mode:
authorKen Raffenetti <raffenet@mcs.anl.gov>2006-08-29 16:33:36 +0000
committerKen Raffenetti <raffenet@mcs.anl.gov>2006-08-29 16:33:36 +0000
commit510c55e843ea0a1c049b39a9f57ff044190fcbd9 (patch)
tree5e82a8238779a088147ff61efc0db305be76a1f7 /src/lib/Server/Hostbase/templates/hosts.tmpl
parentdbc96682be8968aac8ca8f8727728d60609f732c (diff)
downloadbcfg2-510c55e843ea0a1c049b39a9f57ff044190fcbd9.tar.gz
bcfg2-510c55e843ea0a1c049b39a9f57ff044190fcbd9.tar.bz2
bcfg2-510c55e843ea0a1c049b39a9f57ff044190fcbd9.zip
Added all the django application code
includes database models, file templates, and web apps git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@2135 ce84e21b-d406-0410-9b95-82705330c041
Diffstat (limited to 'src/lib/Server/Hostbase/templates/hosts.tmpl')
-rw-r--r--src/lib/Server/Hostbase/templates/hosts.tmpl30
1 files changed, 30 insertions, 0 deletions
diff --git a/src/lib/Server/Hostbase/templates/hosts.tmpl b/src/lib/Server/Hostbase/templates/hosts.tmpl
new file mode 100644
index 000000000..e06183ac6
--- /dev/null
+++ b/src/lib/Server/Hostbase/templates/hosts.tmpl
@@ -0,0 +1,30 @@
+##############################################################################
+# MCS hosts file
+#
+# This file is generated automatically - DO NOT EDIT IT.
+# To create this file, do 'make hosts' in "hostbase".
+#
+# Generated on: Wed Jan 4 20:34:34 CST 2006
+#
+
+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]}
+#end for
+#
+# This file lists hosts on these networks:
+#
+# Network Hosts
+# ---------------------------------------------------------------------
+#for $octet in $two_octets_data
+# ${octet[0]} ${octet[1]}
+#end for
+#
+#for $octet in $three_octets_data
+# ${octet[0]} ${octet[1]}
+#end for
+#
+# Total host interfaces (ip addresses) in this file: $three_octets
+