summaryrefslogtreecommitdiffstats
path: root/installer_templates
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@redhat.com>2008-10-10 16:47:36 -0400
committerMichael DeHaan <mdehaan@redhat.com>2008-10-10 16:47:36 -0400
commitd9fc397b57c6e50bfbb7a4f6eb9071d337f882ad (patch)
treeb2cfc2e96270e83baad1a523c4ef9af239ed790e /installer_templates
parentaa6b0644de09f741cc0fa77d6a95bf61d8f6a05b (diff)
downloadcobbler-d9fc397b57c6e50bfbb7a4f6eb9071d337f882ad.tar.gz
cobbler-d9fc397b57c6e50bfbb7a4f6eb9071d337f882ad.tar.xz
cobbler-d9fc397b57c6e50bfbb7a4f6eb9071d337f882ad.zip
Duplicate hostname prevention feature
Diffstat (limited to 'installer_templates')
-rw-r--r--installer_templates/settings.template10
1 files changed, 7 insertions, 3 deletions
diff --git a/installer_templates/settings.template b/installer_templates/settings.template
index 0d048d1c..c7c45d92 100644
--- a/installer_templates/settings.template
+++ b/installer_templates/settings.template
@@ -11,17 +11,21 @@
# see http://yaml.org
# ==========================================================
#
-#
# if 1, cobbler will allow insertions of system records that duplicate
-# the mac address information of other system records. In general,
+# the hostname information of other system records. In general,
# this is undesirable.
-allow_duplicate_macs: 0
+allow_duplicate_hostnames: 0
# if 1, cobbler will allow insertions of system records that duplicate
# the ip address information of other system records. In general,
# this is undesirable.
allow_duplicate_ips: 0
+# if 1, cobbler will allow insertions of system records that duplicate
+# the mac address information of other system records. In general,
+# this is undesirable.
+allow_duplicate_macs: 0
+
# the path to BIND's executable for this distribution.
bind_bin: /usr/sbin/named