=== cpaelzer_ is now known as cpaelzer === cpaelzer_ is now known as cpaelzer [21:02] I am trying to understand when certain modules run. I am little confused though by the wording in the documentation. For example, Chef is to run `always` (https://cloudinit.readthedocs.io/en/latest/topics/modules.html#chef) and Emit Upstart `per always` (https://cloudinit.readthedocs.io/en/latest/topics/modules.html#emit-upstart). Is that the same thing? [21:21] nicolasbock: yes, they are the same. That's an unfortunate inconsistency in the docs [21:22] Ah ok. Is `bootcmd` run every boot then? [21:23] In other words, do I have to worry about writing idempotent commands in `bootcmd`? [21:26] yes, it is run every boot [21:28] if you can wait until later in boot, runcmd only runs once per instance [21:35] Oh cool. Thanks for the info falcojr ! [22:17] falcojr: I took the liberty to suggest https://github.com/canonical/cloud-init/pull/1039 [22:17] Pull 1039 in canonical/cloud-init "Make wording for module frequency consistent" [Open]