From dd05c92699e657990c77af311b85fbef30472c11 Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Fri, 27 Jul 2007 13:34:01 -0400 Subject: 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. --- cobbler/settings.py | 1 + 1 file changed, 1 insertion(+) (limited to 'cobbler/settings.py') 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", -- cgit