summaryrefslogtreecommitdiffstats
path: root/cobbler/settings.py
diff options
context:
space:
mode:
Diffstat (limited to 'cobbler/settings.py')
-rw-r--r--cobbler/settings.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/cobbler/settings.py b/cobbler/settings.py
index 54b5b0b9..c43987ab 100644
--- a/cobbler/settings.py
+++ b/cobbler/settings.py
@@ -94,15 +94,12 @@ DEFAULTS = {
"run_install_triggers" : 1,
"server" : "127.0.0.1",
"snippetsdir" : "/var/lib/cobbler/snippets",
- "syslog_port" : 25150,
"tftpd_bin" : "/usr/sbin/in.tftpd",
"tftpd_conf" : "/etc/xinetd.d/tftp",
"tftpd_rules" : "/etc/tftpd.rules",
"vsftpd_bin" : "/usr/sbin/vsftpd",
"webdir" : "/var/www/cobbler",
"xmlrpc_port" : 25151,
- "xmlrpc_rw_enabled" : 1,
- "xmlrpc_rw_port" : 25152,
"yum_post_install_mirror" : 1,
"yumdownloader_flags" : "--resolve",
"yumreposync_flags" : "-l",