summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@redhat.com>2008-06-25 15:02:17 -0400
committerMichael DeHaan <mdehaan@redhat.com>2008-06-25 15:02:17 -0400
commit073364be452451b2b7f24083ae421aaea73efb12 (patch)
tree4b681346a6620c4603b4d87b9b70313d859f26c2 /config
parent2b46cb9afc164804a2466a58c575d1d3a2f22955 (diff)
parent1e7b1b8ba5a982ca801a4d8246934a2315dd5931 (diff)
downloadcobbler-073364be452451b2b7f24083ae421aaea73efb12.tar.gz
cobbler-073364be452451b2b7f24083ae421aaea73efb12.tar.xz
cobbler-073364be452451b2b7f24083ae421aaea73efb12.zip
Merge branch 'master' into devel
Conflicts: CHANGELOG cobbler/action_replicate.py
Diffstat (limited to 'config')
-rw-r--r--config/settings13
1 files changed, 13 insertions, 0 deletions
diff --git a/config/settings b/config/settings
index 14517c18..bfc98a73 100644
--- a/config/settings
+++ b/config/settings
@@ -113,6 +113,19 @@ omshell_bin: /usr/bin/omshell
# for --netboot-enabled.
pxe_just_once: 0
+# when DHCP and DNS management are enabled, cobbler sync can automatically
+# restart those services to apply changes. The exception for this is
+# if using ISC for DHCP, then omapi eliminates the need for a restart.
+# If DHCP and DNS are going to be managed, but hosted on a box that
+# is not on this server, disable restarts here and write some other
+# script to ensure that the config files get copied/rsynced to the destination
+# box. This can be done by modifying the restart services trigger.
+# Note that if manage_dhcp and manage_dns are disabled, the respective
+# parameter will have no effect. Most users should not need to change
+# this.
+restart_dns: 1
+restart_dhcp: 1
+
# if set to 1, new systems doing profile based installations will
# contact cobbler to have system records created for them containing
# the mac address information that they have requested for install.