=== EugenMayer5 is now known as EugenMayer [12:02] hi! I package cloud-init for arch linux. with 21.4 I noticed that you are installing a systemd service override to /etc/ [12:04] I am wondering whether this file should not better go to the vendor directory (e.g. /usr/lib or /lib)? the override unfortunately also does not apply to arch linux, as we do not have a sshd-keygen@.service [12:04] the file in question is etc/systemd/system/sshd-keygen@.service.d/disable-sshd-keygen-if-cloud-init-active.conf [12:04] any thoughts/ background info on the topic would be much appreciated! :) [16:49] Is there a place to see documentation for all user-data options? E.g. there are examples https://cloudinit.readthedocs.io/en/latest/topics/examples.html but it doesn't seem complete [16:50] e.g. in the first example there is "# Valid Values:" which doesn't include "shell" but later in the same example (at the bottom) it seems "shell" would be a valid key [16:51] Similarly, I don't see any chpasswd in the examples, but it appears to be valid here https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux_atomic_host/7/html/installation_and_configuration_guide/setting_up_cloud_init [16:58] raekye: all the options for modules are defined here: https://cloudinit.readthedocs.io/en/latest/topics/modules.html [17:01] Ah ok, I didn't look hard enough. Thank you!