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. --- MANIFEST.in | 1 + 1 file changed, 1 insertion(+) (limited to 'MANIFEST.in') diff --git a/MANIFEST.in b/MANIFEST.in index 5b23157..efc0bf2 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -12,5 +12,6 @@ include COPYING AUTHORS README CHANGELOG NEWS include scripts/watcher.py include scripts/cobblerd include scripts/findks.cgi +include snippets/* recursive-include po *.pot recursive-include po *.po -- cgit