=== dbungert1 is now known as dbungert [11:56] hey folks, let's assume I have a virtual machine that for some reason goes south, if I restore it, it would get a new instanceId and the host keys will be recreated, is that correct? [11:57] or the host keys are created per-once? [12:55] esv: ssh keys are generated per-instance [12:57] https://cloudinit.readthedocs.io/en/latest/reference/modules.html#host-keys - the various modules have a 'Frequency' at which they run, and the ssh module runs 'once-per-instance'; [13:00] thanks [22:10] minimal, meena: thanks for the reviews on PR 2112. I noticed that non-systemd also doesn't support the disable file that systemd does - so I went ahead and implemented that too in the same PR. [22:11] meena: since that's not kernel-specific behavior I implemented that part for netbsd too [23:45] holmanb: just remembered if I was to submit the openrc hotplug additions I'd also need to submit this too to make the hotplug script not Bash specific: https://git.alpinelinux.org/aports/tree/community/cloud-init/03-hook-hotplug-sh.patch