summaryrefslogtreecommitdiffstats
path: root/installer_templates/settings.template
diff options
context:
space:
mode:
Diffstat (limited to 'installer_templates/settings.template')
-rw-r--r--installer_templates/settings.template17
1 files changed, 0 insertions, 17 deletions
diff --git a/installer_templates/settings.template b/installer_templates/settings.template
index 19e5c6d3..dbbb08de 100644
--- a/installer_templates/settings.template
+++ b/installer_templates/settings.template
@@ -279,13 +279,6 @@ server: $server
# this directory should not be required.
snippetsdir: /var/lib/cobbler/snippets
-# by default, installs are set to send syslog traffic on this port
-# and cobblerd will listen on this port. syslog data (for installs
-# that support it... RHEL 5 and later, etc) is logged in /var/log/cobbler
-# and can be used to help debug problematic installations. Syslog
-# is UDP and may not be available depending on network/firewall configuration.
-syslog_port: 25150
-
# by default, installs are *not* set to send installation logs to the cobbler
# server. With 'anamon_enabled', kickstart templates may use the pre_anamon
# snippet to allow remote live monitoring of their installations from the
@@ -309,16 +302,6 @@ webdir: /var/www/cobbler
# port option to koan if it is not the default.
xmlrpc_port: 25151
-# cobbler's read write XMLRPC is the version of XMLRPC
-# used by the WebUI and some features like system registration.
-# XMLRPC connections here require login information to access.
-# this feature can be disabled to gain increased security but
-# will disable the WebUI, registration, and potentially other
-# cobbler features. Most users should leave XMLRPC RW
-# enabled. The port can be relocated if needed.
-xmlrpc_rw_enabled: 1
-xmlrpc_rw_port: 25152
-
# "cobbler repo add" commands set cobbler up with repository
# information that can be used during kickstart and is automatically
# set up in the cobbler kickstart templates. By default, these