summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Cammarata <jimi@sngx.net>2009-03-10 18:27:05 -0500
committerJames Cammarata <jimi@sngx.net>2009-03-10 18:27:05 -0500
commit62d0d2a0803891d92aa06381691fcbbd71635d16 (patch)
tree079e5c6add5d30237888f8c4b428f7bebe1eb4b4
parent97a4e13bafe7388c5106ed76e557801bc67d330a (diff)
downloadcobbler-62d0d2a0803891d92aa06381691fcbbd71635d16.tar.gz
cobbler-62d0d2a0803891d92aa06381691fcbbd71635d16.tar.xz
cobbler-62d0d2a0803891d92aa06381691fcbbd71635d16.zip
Added missing templates for windows to setup.py
-rw-r--r--setup.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index d42d787c..10664fe0 100644
--- a/setup.py
+++ b/setup.py
@@ -208,6 +208,8 @@ if __name__ == "__main__":
(pxepath, ['templates/pxeprofile.template']),
(pxepath, ['templates/pxelocal.template']),
(pxepath, ['templates/pxelocal_s390x.template']),
+ (pxepath, ['templates/pxeprofile_win.template']),
+ (pxepath, ['templates/pxesystem_win.template']),
# templates for power management
(powerpath, ['templates/power_apc_snmp.template']),