summaryrefslogtreecommitdiffstats
path: root/cobbler
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@redhat.com>2008-04-16 13:46:20 -0400
committerMichael DeHaan <mdehaan@redhat.com>2008-04-16 13:46:20 -0400
commit6c371de03a0bbd9901223b707575e0804b9786a5 (patch)
tree5e814b805d3b49a3c9b1548a83b2bd1f6fe8d43d /cobbler
parent53a87f698e38627c95e1e5e0f99a3b2f9f55ff13 (diff)
downloadthird_party-cobbler-6c371de03a0bbd9901223b707575e0804b9786a5.tar.gz
third_party-cobbler-6c371de03a0bbd9901223b707575e0804b9786a5.tar.xz
third_party-cobbler-6c371de03a0bbd9901223b707575e0804b9786a5.zip
Change settings.
Diffstat (limited to 'cobbler')
-rw-r--r--cobbler/settings.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cobbler/settings.py b/cobbler/settings.py
index 9066d7d..1695cbb 100644
--- a/cobbler/settings.py
+++ b/cobbler/settings.py
@@ -69,7 +69,7 @@ DEFAULTS = {
"tftpd_conf" : "/etc/xinetd.d/tftp",
"webdir" : "/var/www/cobbler",
"xmlrpc_port" : 25151,
- "xmlrpc_rw_enabled" : 0,
+ "xmlrpc_rw_enabled" : 1,
"xmlrpc_rw_port" : 25152,
"yum_post_install_mirror" : 1,
"yumdownloader_flags" : "--resolve"