added genders examples
This commit is contained in:
10
etc/examples/genders.ww
Executable file
10
etc/examples/genders.ww
Executable file
@@ -0,0 +1,10 @@
|
||||
# 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 }}
|
||||
Reference in New Issue
Block a user