soft link documentation

Signed-off-by: Christian Goll <cgoll@suse.com>
This commit is contained in:
Christian Goll
2024-07-12 16:30:12 +02:00
committed by Jonathon Anderson
parent a2b3ae1308
commit 88016309a9
2 changed files with 12 additions and 0 deletions

View File

@@ -212,6 +212,17 @@ A given string can be split into substrings.
{{ $y := (split $x ":") -}}
{{ range $y }} {{.}} {{ end }}
softlink
^^^^^^^^
Will create a soft link to the given string for the template.
ImportLink
^^^^^^^^^^
Tries to evaluate the soft link on the host running `wwctl`/`warewulfd` and
then create the soft link to it.
Node specific files
-------------------