summaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorJames Laska <jlaska@redhat.com>2008-11-19 08:07:31 -0500
committerJames Laska <jlaska@redhat.com>2008-11-19 08:07:31 -0500
commit6979bf5a45fbc75d5e463cf51416a80c16905180 (patch)
tree44aaac82d6d680782855529e18e7be0e67214939 /setup.py
parenta422ea74c666850ee736ff30a0025fa1df4821ed (diff)
downloadcobbler-6979bf5a45fbc75d5e463cf51416a80c16905180.tar.gz
cobbler-6979bf5a45fbc75d5e463cf51416a80c16905180.tar.xz
cobbler-6979bf5a45fbc75d5e463cf51416a80c16905180.zip
Add support for fence_lpar
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 f7bf3f20..51df55b2 100644
--- a/setup.py
+++ b/setup.py
@@ -219,6 +219,7 @@ if __name__ == "__main__":
(etcpath, ['templates/power_ether_wake.template']),
(etcpath, ['templates/power_wti.template']),
(etcpath, ['templates/power_ilo.template']),
+ (etcpath, ['templates/power_lpar.template']),
# templates for /usr/bin/cobbler-setup
(itemplates, ['installer_templates/modules.conf.template']),