Refactor kernel args as a slice

Signed-off-by: Jonathon Anderson <janderson@ciq.com>
This commit is contained in:
Jonathon Anderson
2025-01-21 04:00:22 -07:00
parent 60991141e1
commit 51f61f93c4
14 changed files with 79 additions and 39 deletions

View File

@@ -97,7 +97,7 @@ node methods in addition to its fields.
{{- end }}
- Kernel:
- Version: {{ .Kernel.Version }}
- Args: {{ .Kernel.Args }}
- Args: {{ .Kernel.Args | join " " }}
- Ipmi:
- UserName: {{ .Ipmi.UserName }}
- Password: {{ .Ipmi.Password }}