=== gschanuel0 is now known as gschanuel [17:43] @falcojr I pushed https://github.com/canonical/cloud-init/pull/1336 as a separate PR to refactor those functions we discussed. Once approved I will rebase the other fix onto this. [17:57] By the way, it looks like nothing in "tests/unittests/test_net.py" loads or tests the "cloudinit/net/dhcp" module as the latter had an import error that was not caught by a green run of the former. [18:21] Is there a command to address these errors? "cloudinit/distros/net_util.py Imports are incorrectly sorted and/or formatted." [18:23] nm, I figured it out [18:24] Okay, the refactored PR should pass all tests now (it already did except for the isort one) [20:40] is there a reference for user config data? e.g. which keys may be given in the 'users' entries? [20:48] henk: https://cloudinit.readthedocs.io/en/latest/topics/modules.html#users-and-groups [20:51] minimal: aaah, those are modules. thanks (: