ChristianLempa / boilerplates

This is my personal template collection. Here you'll find templates, and configurations for various tools, and technologies.
MIT License
4.44k stars 1.48k forks source link

Unnecessary removals in packer templates #136

Open kirill-aleksandrov opened 9 months ago

kirill-aleksandrov commented 9 months ago

Hello,

When I tried to understand the purpose of the lines below I noticed that newer versions of cloud-init remove these files on cloud-init clean. I've tested only on jammy, so maybe they are still valid lines in older versions.

"sudo rm -f /etc/cloud/cloud.cfg.d/subiquity-disable-cloudinit-networking.cfg",
"sudo rm -f /etc/netplan/00-installer-config.yaml",

https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1871975/comments/26

ChristianLempa commented 8 months ago

Thanks! I'll review it and remove when they're unnecessary in the jammy templates.