summaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorJames Laska <jlaska@redhat.com>2008-11-19 09:46:47 -0500
committerJames Laska <jlaska@redhat.com>2008-11-19 09:46:47 -0500
commitbeb67f30d16b71c9aed508db68f1c99ccc7f2e62 (patch)
treef6b014502706b75207f784e1f3f6a3a3a02c6bff /setup.py
parent3b477484b68b942e55bee3be38762ee54b5ab111 (diff)
downloadcobbler-beb67f30d16b71c9aed508db68f1c99ccc7f2e62.tar.gz
cobbler-beb67f30d16b71c9aed508db68f1c99ccc7f2e62.tar.xz
cobbler-beb67f30d16b71c9aed508db68f1c99ccc7f2e62.zip
Add support for fence_bladecenter power control
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 51df55b2..b148ba91 100644
--- a/setup.py
+++ b/setup.py
@@ -220,6 +220,7 @@ if __name__ == "__main__":
(etcpath, ['templates/power_wti.template']),
(etcpath, ['templates/power_ilo.template']),
(etcpath, ['templates/power_lpar.template']),
+ (etcpath, ['templates/power_bladecenter.template']),
# templates for /usr/bin/cobbler-setup
(itemplates, ['installer_templates/modules.conf.template']),