Skip to content

Commit 269b001

Browse files
committed
fix
1 parent 1ca9879 commit 269b001

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

metadata/metadata.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ var userDataTmpl = template.Must(template.New("user-data").Funcs(tmplFuncs).Pars
3232
chpasswd:
3333
expire: false
3434
list:
35-
- root:'{{yamlQuote .RootPassword}}'
35+
- 'root:{{yamlQuote .RootPassword}}'
3636
ssh_pwauth: true
3737
disable_root: false
3838
{{- end}}

0 commit comments

Comments
 (0)