[09:23] Hi [09:24] Have some doubts [09:24] About cloudinit [09:24] Can I ask [10:03] faizal: It's better to just ask than ask to ask. :) [10:04] Okay [10:05] Can we run just one module [10:05] When we run manually [10:05] For example only users-group module [10:08] And one more doubt [10:10] Cloudinit --file. ...what type of file will it take as argument [10:10] I gave cloudinit --file mycloudconfig.Cfg [10:10] I am getting error [10:10] Too few argument's [10:11] What type of file is cloudinit expecting [10:11] faizal: You still need to instruct cloud-init to do something with that file. [10:11] faizal: (e.g. cloud-init --file foo.cfg init) [10:11] faizal: And to run a single module, you want the single subcommand. [10:12] (i.e. cloud-init single) [10:12] I haven't used it, so I don't know the parameters off the top of my head. [10:12] But poke around that and you should find what you want. [10:14] Thanks [10:16] Cloudinit single users-group? [10:16] Is this correct [10:19] faizal: I don't know. :) [10:19] faizal: Does it do what you expect? :p [10:19] Nope [10:31] Then it's not correct. ;) [10:31] faizal: Did you read the help for cloud-init single? [10:32] Yeah [10:32] Got it [10:32] We should use -n [10:33] It's working [10:33] :) [10:34] :) [10:37] To run manually we should delete the contents in /var/lib/cloud/ every time? [10:37] Is there any other way [10:48] faizal: Specifying a frequency should override that behaviour. [10:48] (But I'm not 100% sure) === harlowja_away is now known as harlowja_ [18:46] hm, stupid wget [18:46] Read error at byte 4302834/21211526 (error:1408F119:SSL routines:SSL3_GET_RECORD:decryption failed or bad record mac). [18:46] (while trying to build cirros) [20:26] zackf: :) [20:26] Hey there johnca [20:27] Hey all, had a question, using cloud-init on coreos and i'm trying to have it start a systemd template... When I do so it throws an error that i'm using an invalid name [20:27] https://gist.github.com/jrcloud/92f46d5d845da58b7cf2 [20:27] That's my cloud config ^ [20:27] When i get rid of the @ sign in the zk-discovery service it works. [20:27] Just not as a template. [20:27] anyone have any tips on how to resolve this? [20:29] I think you might have to split it into 2 commands, 1 to write the file and one to start the service [20:29] Yeah that's what i'm doing currently [20:29] That works! [20:29] Just curious if there was a way to do in one step [20:29] if not , what you said is working as of now [20:30] probably not [20:30] Ok, no worries. [20:30] This way works. [20:31] Thanks johnca === zackf is now known as spartacloud