Files
warewulf/etc/examples/genders.ww
2023-05-23 16:48:13 +02:00

11 lines
381 B
Plaintext
Executable File

# This file is autogenerated by warewulf
# Host: {{.BuildHost}}
# Time: {{.BuildTime}}
# Source: {{.BuildSource}}
{{- range $node := $.AllNodes}} {{/* for each node */}}
{{ $node.Id.Get }} {{ range $i,$profile := $node.Profiles.GetSlice }}
{{- if $i }},{{end}}
{{- $profile }}{{ end }}
{{- range $key,$value := $node.Tags }},{{$value.Get}}{{ end }}
{{- end }}