summaryrefslogtreecommitdiffstats
path: root/cobbler/settings.py
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@mdehaan.rdu.redhat.com>2007-07-27 13:34:01 -0400
committerMichael DeHaan <mdehaan@mdehaan.rdu.redhat.com>2007-07-27 13:34:01 -0400
commitdd05c92699e657990c77af311b85fbef30472c11 (patch)
tree25eed399bd27ddcb867c19c1db3724e0e0a92a42 /cobbler/settings.py
parent31a8dfef9c42b77a17ba09d92651cf222b525a00 (diff)
downloadthird_party-cobbler-dd05c92699e657990c77af311b85fbef30472c11.tar.gz
third_party-cobbler-dd05c92699e657990c77af311b85fbef30472c11.tar.xz
third_party-cobbler-dd05c92699e657990c77af311b85fbef30472c11.zip
Added a SNIPPET::foo feature which can do the equivalent of %include in kickstart without the need
for a wget and http hosting. Snippets live in /var/lib/cobbler/snippets -- Cobbler ships with only one snippet now (as a demo), though users can create as many as they want.
Diffstat (limited to 'cobbler/settings.py')
-rw-r--r--cobbler/settings.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/cobbler/settings.py b/cobbler/settings.py
index 19a07a2..ac89715 100644
--- a/cobbler/settings.py
+++ b/cobbler/settings.py
@@ -35,6 +35,7 @@ DEFAULTS = {
"tftpd_conf" : "/etc/xinetd.d/tftp",
"tftpboot" : "/tftpboot",
"webdir" : "/var/www/cobbler",
+ "snippetsdir" : "/var/lib/cobbler/snippets",
"default_kickstart" : "/etc/cobbler/default.ks",
"manage_dhcp" : 0,
"manage_dhcp_mode" : "isc",