summaryrefslogtreecommitdiffstats
path: root/docs/cobbler.pod
diff options
context:
space:
mode:
Diffstat (limited to 'docs/cobbler.pod')
-rw-r--r--docs/cobbler.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/cobbler.pod b/docs/cobbler.pod
index 9cfe5fb..ba6758b 100644
--- a/docs/cobbler.pod
+++ b/docs/cobbler.pod
@@ -487,7 +487,7 @@ When working with Cheetah, be sure to escape any shell macros that look like "$(
=head2 KICKSTART SNIPPETS
-Anywhere a kickstart template mentions SNIPPET::snippet_name, the file named /var/lib/cobbler/snippet/snippet_name (if present) will be included automatically in the kickstart template. This serves as a way to recycle frequently used kickstart snippets without duplication. Snippets can contain templating variables, and the variables will be evaluated according to the profile and/or system as one would expect.
+Anywhere a kickstart template mentions SNIPPET::snippet_name, the file named /var/lib/cobbler/snippets/snippet_name (if present) will be included automatically in the kickstart template. This serves as a way to recycle frequently used kickstart snippets without duplication. Snippets can contain templating variables, and the variables will be evaluated according to the profile and/or system as one would expect.
=head2 KICKSTART VALIDATION