summaryrefslogtreecommitdiffstats
path: root/installer_templates
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@redhat.com>2008-11-20 11:15:52 -0500
committerMichael DeHaan <mdehaan@redhat.com>2008-11-20 11:15:52 -0500
commit6c63b48f1ee42911945ba9c2380aa9ba1b939421 (patch)
tree65cf5055131b6255d5de02814b808a0cd9318400 /installer_templates
parentc1f3e29235d9f426c7e6a2e2fd41aadfa02834e4 (diff)
downloadcobbler-6c63b48f1ee42911945ba9c2380aa9ba1b939421.tar.gz
cobbler-6c63b48f1ee42911945ba9c2380aa9ba1b939421.tar.xz
cobbler-6c63b48f1ee42911945ba9c2380aa9ba1b939421.zip
add the pxe and power path locations to the default settings file template
Diffstat (limited to 'installer_templates')
-rw-r--r--installer_templates/settings.template8
1 files changed, 8 insertions, 0 deletions
diff --git a/installer_templates/settings.template b/installer_templates/settings.template
index 17954717..16f77ce1 100644
--- a/installer_templates/settings.template
+++ b/installer_templates/settings.template
@@ -171,6 +171,10 @@ omshell_bin: /usr/bin/omshell
power_management_default_type: 'ipmitool'
+# the commands used by the power management module are sourced
+# from what directory?
+power_template_dir: "/etc/cobbler/power"
+
# if this setting is set to 1, cobbler systems that pxe boot
# will request at the end of their installation to toggle the
# --netboot-enabled record in the cobbler system record. This eliminates
@@ -180,6 +184,10 @@ power_management_default_type: 'ipmitool'
# for --netboot-enabled.
pxe_just_once: $pxe_once
+# the templates used for PXE config generation are sourced
+# from what directory?
+pxe_template_dir: "/etc/cobbler/pxe"
+
# 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.