Skip to content

Commit 326bbaa

Browse files
committed
Change deprecated cloud-init key ca-certs → ca_certs
> Deprecated in version 22.3. Use ``ca_certs`` instead. https://cloudinit.readthedocs.io/en/latest/reference/modules.html#ca-certificates Signed-off-by: Jan Dubois <[email protected]>
1 parent a98743e commit 326bbaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/cidata/cidata.TEMPLATE.d/user-data

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ resolv_conf:
6464
{{- end }}
6565

6666
{{ with .CACerts }}
67-
ca-certs:
67+
ca_certs:
6868
remove_defaults: {{ .RemoveDefaults }}
6969
trusted:
7070
{{- range $cert := .Trusted }}

0 commit comments

Comments
 (0)