From efbcc041464733e90af670a5d1dfe13e70aaa05c Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Fri, 18 Apr 2008 17:31:26 -0400 Subject: Kickstarts are now dynamically generated by mod_python, CGI's now fall under mod_python, kickstart templating code now moved out of sync function. --- config/settings | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'config/settings') diff --git a/config/settings b/config/settings index fc6739a..10e06e2 100644 --- a/config/settings +++ b/config/settings @@ -1,6 +1,4 @@ --- -allow_cgi_mac_registration: 0 -allow_cgi_profile_change: 0 allow_duplicate_macs: 0 allow_duplicate_ips: 0 bootloaders: @@ -35,7 +33,8 @@ manage_dhcp: 0 manage_dhcp_mode: isc next_server: '127.0.0.1' pxe_just_once: 0 -run_install_trigger: 1 +register_new_installs: 0 +run_install_triggers: 1 server: '127.0.0.1' snippetsdir: /var/lib/cobbler/snippets syslog_port: 25150 -- cgit