I have a working cloud-init that is deployed using packer. Once the VM is booted and the autoinstall is completed, Ubuntu does the auto update thing. This seems to take forever to complete and is an unneeded step since we hand over to puppet after install.
At the moment, I pass incorrect DNS details to avoid the auto-update.
How can I disable that auto-update ?
Thanks !