[04:04] How do you manually trigger cloud-init to run again without a reboot? [04:10] drosenbloom: How about `rm -rf /var/lib/cloud && for stage in init-local init config final ; do service cloud-${stage} start; done` [04:13] kse: I actually want to modify the userdata and have it re-run that userdata. Is that possible? [04:14] kse: I.E. I want to have the first cloud-init download a new #cloud-config file and process that as a second cloud-init. [04:23] drosenbloom: i think that due to the cloud platform === natorious_ is now known as natorious === cpaelzer is now known as cpaelzer_afk === cpaelzer_afk is now known as cpaelzer === smoser` is now known as smoser === cpaelzer is now known as cpaelzer_afk === openstackgerrit_ is now known as openstackgerrit === cpaelzer_afk is now known as cpaelzer === cpaelzer is now known as cpaelzer_afk === cpaelzer_afk is now known as cpaelzer === cpaelzer is now known as cpaelzer_afk === cpaelzer_afk is now known as cpaelzer === mgagne_ is now known as mgagne [18:10] anyone know what this error means? cloud-init[2207]: util.py[WARNING]: Failed to shellify [... scrubbed...] into file /var/lib/cloud/instances/i-225e39f8/scripts/runcmd [18:13] I'm wondering if it has to do with one of the lines of my CF containing sed 's/"//g' [18:13] erm... userdata, not cf [18:23] drosenbloom, hm.. [18:23] i've not seen it. [18:24] for sure its not impossible, but i've put just about everything into runcmds.