=== cpaelzer_afk is now known as cpaelzer === cpaelzer is now known as cpaelzer_afk === cpaelzer_afk is now known as cpaelzer [16:10] smoser: quick q, is there an easy way for third-party pkgs to add their own cloud-init modules? do they just drop them in e.g. /usr/lib/python3.4/site-packages/cloudinit/config/ ? [16:10] or is there a more friendly location? [16:12] jlebon, there may be. [16:12] but you still have to get them into the list of modules to call [16:13] smoser: right, of course. i'd have to override e.g. cloud_config_modules [16:15] it doesnt look like it. [16:15] but i'd be open to patches to support it. [16:16] awww, that's too bad [16:16] hehe, will think about it [16:16] my use case is adding a module that autogenerates the account passwords -- it didn't seem like anything did that already === cpaelzer is now known as cpaelzer_afk [16:20] jlebon, you can put a random somewhere. to get a random password. [16:20] let me see if that is generic [16:21] yeah, see: doc/examples/cloud-config.txt [16:21] but it just sets them to a random value (and writes it to console) [16:22] wow, nice. I missed those [16:24] hmmm -- yeah, that could work. though I would prefer some way to fetch them so I can print them on the console myself in another boot-up script [17:10] jlebon, yeah, that pretty clear missing necessary feature.