summaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@mdehaan.rdu.redhat.com>2007-09-10 17:27:24 -0400
committerMichael DeHaan <mdehaan@mdehaan.rdu.redhat.com>2007-09-10 17:27:24 -0400
commit6c49d8034f6df531ca7825bf43c26f7c2297615e (patch)
tree647d89f55857e706838bc4f73fd62e755a071d41 /setup.py
parentd875f3bf66625fd5548e57fd30574b9a9623bb63 (diff)
downloadthird_party-cobbler-6c49d8034f6df531ca7825bf43c26f7c2297615e.tar.gz
third_party-cobbler-6c49d8034f6df531ca7825bf43c26f7c2297615e.tar.xz
third_party-cobbler-6c49d8034f6df531ca7825bf43c26f7c2297615e.zip
Allow for configuration for RW xmlrpc users in /etc/cobbler/auth.conf.
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 e095d93..c99ccfc 100644
--- a/setup.py
+++ b/setup.py
@@ -68,6 +68,7 @@ if __name__ == "__main__":
(etcpath, ['templates/pxesystem_ia64.template']),
(etcpath, ['templates/pxeprofile.template']),
(etcpath, ['config/modules.conf']),
+ (etcpath, ['config/auth.conf']),
(snippets, ['snippets/partition_select']),
(manpath, ['docs/cobbler.1.gz']),
(etcpath, ['config/rsync.exclude']),