summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@redhat.com>2008-04-18 17:31:26 -0400
committerMichael DeHaan <mdehaan@redhat.com>2008-04-18 17:31:26 -0400
commitefbcc041464733e90af670a5d1dfe13e70aaa05c (patch)
treee04450dfaed37ad8757f0e96d5314d36a46444b0 /config
parentb15ca0fe01a01ee6792c857e766642d9d50ab760 (diff)
downloadthird_party-cobbler-efbcc041464733e90af670a5d1dfe13e70aaa05c.tar.gz
third_party-cobbler-efbcc041464733e90af670a5d1dfe13e70aaa05c.tar.xz
third_party-cobbler-efbcc041464733e90af670a5d1dfe13e70aaa05c.zip
Kickstarts are now dynamically generated by mod_python, CGI's now fall
under mod_python, kickstart templating code now moved out of sync function.
Diffstat (limited to 'config')
-rw-r--r--config/cobbler_svc.conf12
-rw-r--r--config/settings5
2 files changed, 14 insertions, 3 deletions
diff --git a/config/cobbler_svc.conf b/config/cobbler_svc.conf
new file mode 100644
index 0000000..f0c86de
--- /dev/null
+++ b/config/cobbler_svc.conf
@@ -0,0 +1,12 @@
+# This configuration file allows cobbler data
+# to be accessed over HTTP.
+
+# mod_python WebUI/services
+
+<Directory "/var/www/cobbler/svc/">
+ SetHandler mod_python
+ PythonHandler services
+ PythonDebug on
+</Directory>
+
+
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