Cloud-Init can't open snippets/cloudinit.yaml

mysteur

New Member
Feb 23, 2021
2
0
1
25
Hi,
I would like to load my clouding.yaml file at the start of my cloud init vm.

Bash:
qm set <VM_ID> -cicustom "user=local:snippets/cloundinit.yaml"

However, when I start the vm, an error appears like that :

Bash:
TASK ERROR: can't open '/var/lib/vz/snippets/cloundinit.yaml' - No such file or directory

What is going wrong in my configuration?
 
The file probably does not exist?! Maybe because you told Proxmox to include cloundinit.yaml and not cloudinit.yaml?
 
Last edited: