diff options
author | Michael DeHaan <mdehaan@redhat.com> | 2008-11-14 12:45:06 -0500 |
---|---|---|
committer | Michael DeHaan <mdehaan@redhat.com> | 2008-11-14 12:45:06 -0500 |
commit | 841c5090a8f74d058ea2fd31a970af595dee683b (patch) | |
tree | 55deafb6e8c1a843a728719c8454d530d6df9e77 /installer_templates/settings.template | |
parent | 57a7e40f770277abecb831f61cf70b55944824b7 (diff) | |
download | cobbler-841c5090a8f74d058ea2fd31a970af595dee683b.tar.gz cobbler-841c5090a8f74d058ea2fd31a970af595dee683b.tar.xz cobbler-841c5090a8f74d058ea2fd31a970af595dee683b.zip |
Working on adding power management code
Diffstat (limited to 'installer_templates/settings.template')
-rw-r--r-- | installer_templates/settings.template | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/installer_templates/settings.template b/installer_templates/settings.template index c7c45d92..fc9a9522 100644 --- a/installer_templates/settings.template +++ b/installer_templates/settings.template @@ -148,6 +148,11 @@ omapi_enabled: 1 omapi_port: 647 omshell_bin: /usr/bin/omshell +# settings for power management features. optional. +# See https://fedorahosted.org/cobbler/wiki/PowerManagement to learn more + +power_management_default_type: 'ipmi' + # 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 |