summaryrefslogtreecommitdiffstats
path: root/docs/cobbler.pod
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@redhat.com>2008-05-05 14:36:36 -0400
committerMichael DeHaan <mdehaan@redhat.com>2008-05-05 14:36:36 -0400
commit3b447a659ddd9c8ee97ece470c876dd36aa32914 (patch)
tree12677b98e2418047c8025caf18021932e42c3b2b /docs/cobbler.pod
parent17e2579f3bd7c14dab0e14ed2a808fe9546f556d (diff)
downloadthird_party-cobbler-3b447a659ddd9c8ee97ece470c876dd36aa32914.tar.gz
third_party-cobbler-3b447a659ddd9c8ee97ece470c876dd36aa32914.tar.xz
third_party-cobbler-3b447a659ddd9c8ee97ece470c876dd36aa32914.zip
Apply jeckersb's patch to allow per-zone templates
Diffstat (limited to 'docs/cobbler.pod')
-rw-r--r--docs/cobbler.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/cobbler.pod b/docs/cobbler.pod
index 311a94c..018c3f4 100644
--- a/docs/cobbler.pod
+++ b/docs/cobbler.pod
@@ -563,7 +563,7 @@ Choose either "management = isc_and_bind" or "management = dnsmasq" in /etc/cobb
This feature is off by default. If using BIND, you may restrict the scope of zones managed with the options 'manage_forward_zones' and 'manage_reverse_zones'. (See the Wiki for more information on this).
-If using BIND, Cobbler will use /etc/cobbler/bind.template and /etc/cobbler/zone.template as a starting point for the named.conf and individual zone files, respectively. These files must be user edited for the user's particular networking environment. Read the file and understand how BIND works before proceeding.
+If using BIND, Cobbler will use /etc/cobbler/bind.template and /etc/cobbler/zone.template as a starting point for the named.conf and individual zone files, respectively. You may drop zone-specific template files in /etc/cobbler/zone_templates/name-of-zone which will override the default. These files must be user edited for the user's particular networking environment. Read the file and understand how BIND works before proceeding.
If using dnsmasq, the template is /etc/cobbler/dnsmasq.template. Read this file and understand how dnsmasq works before proceeding.