| [2012/01/27 00:01:42] @ Log started by gepetto | ||
| [2012/01/27 00:01:42] @ Quit: shadoi: Quit: Leaving. | ||
| [2012/01/27 00:03:16] @ Wolfspyre joined channel #puppet | ||
| [2012/01/27 00:03:35] @ Quit: Holocaine: | ||
| [2012/01/27 00:04:27] <mythmon> did I do something wrong in this file https://gist.github.com/1687091 ? when I do "vim::config { "mythmon": home => "/home/mythmon" }" it doesn't do what I expect. | ||
| [2012/01/27 00:08:18] @ Ancient|away is now known as Ancient | ||
| [2012/01/27 00:08:52] @ Quit: neonflux: Quit: Leaving. | ||
| [2012/01/27 00:09:21] @ Quit: kenperkins: Quit: Computer has gone to sleep. | ||
| [2012/01/27 00:12:43] @ Quit: newtMcKerr: Quit: Leaving. | ||
| [2012/01/27 00:12:44] @ Quit: Majestic: Read error: Connection reset by peer | ||
| [2012/01/27 00:14:35] <duey> mythmon, what do you expect? | ||
| [2012/01/27 00:14:52] <mythmon> duey: that a file gets created in my home directory. instead nothing happens. | ||
| [2012/01/27 00:16:28] @ Majestic joined channel #puppet | ||
| [2012/01/27 00:16:33] <duey> well it looks correct | ||
| [2012/01/27 00:16:37] <duey> is it executing | ||
| [2012/01/27 00:16:48] <duey> what if you add a notify{"this is running":} into the define | ||
| [2012/01/27 00:16:52] <mythmon> if I copy and paste the file resource into the node configuration, it works fine | ||
| [2012/01/27 00:17:28] @ Quit: kelseyhightower: Quit: kelseyhightower | ||
| [2012/01/27 00:18:20] @ Quit: techhelp: Quit: Leaving | ||
| [2012/01/27 00:18:23] <mythmon> the notice works fine. | ||
| [2012/01/27 00:18:56] <duey> so when you copied it into the node config, did you delete the file afterwords ? | ||
| [2012/01/27 00:19:03] <duey> (e.g. does the file exist right now) | ||
| [2012/01/27 00:19:19] @ ^Majestic^ joined channel #puppet | ||
| [2012/01/27 00:19:25] <mythmon> yes | ||
| [2012/01/27 00:19:35] <mythmon> also, I replaced all the variable names with the contents. | ||
| [2012/01/27 00:19:35] <duey> it exists? | ||
| [2012/01/27 00:19:45] <mythmon> sorry, no it does not exist, I deleted it after it worked. | ||
| [2012/01/27 00:20:19] <duey> type: erb vim/vimrc.erb | ||
| [2012/01/27 00:20:29] <duey> (make sure path is correct..) | ||
| [2012/01/27 00:21:32] <mythmon> i have modules/vim/templates/vimrc.erb | ||
| [2012/01/27 00:21:40] <duey> yeah just to check if the syntax is OK | ||
| [2012/01/27 00:21:46] <mythmon> ah, ok. | ||
| [2012/01/27 00:22:07] <mythmon> it works fine; it is just a lain file, there isn't any erb in it yet. | ||
| [2012/01/27 00:22:14] <duey> ok | ||
| [2012/01/27 00:22:30] <duey> do you want to add something to the template and rerun? | ||
| [2012/01/27 00:22:33] <duey> (just a comment etC) | ||
| [2012/01/27 00:22:40] @ Quit: Majestic: Ping timeout: 245 seconds | ||
| [2012/01/27 00:22:45] <mythmon> hmm? | ||
| [2012/01/27 00:22:52] <mythmon> and run it through erb? | ||
| [2012/01/27 00:22:59] <duey> no | ||
| [2012/01/27 00:23:03] <duey> run pupet | ||
| [2012/01/27 00:23:04] <duey> puppet | ||
| [2012/01/27 00:23:18] <duey> puppet apply tungsten.pp | ||
| [2012/01/27 00:23:45] <mythmon> that didn't change anything. | ||
| [2012/01/27 00:24:08] <duey> the only other thing I can think of is adding a owner/group to the file | ||
| [2012/01/27 00:24:33] <mythmon> for what purpose? caching? | ||
| [2012/01/27 00:24:51] <duey> are you using --test? | ||
| [2012/01/27 00:24:57] <mythmon> no. | ||
| [2012/01/27 00:25:05] <duey> maybe try that... | ||
| [2012/01/27 00:25:10] <mythmon> it doesn't like --test | ||
| [2012/01/27 00:25:12] <mythmon> invalid option | ||
| [2012/01/27 00:25:26] <mythmon> it is running with --verbose | ||
| [2012/01/27 00:25:28] <duey> are you using puppet apply or puppet agent? | ||
| [2012/01/27 00:25:31] <mythmon> apply | ||
| [2012/01/27 00:26:07] <duey> oh ok, sorry I usually use agent | ||
| [2012/01/27 00:26:33] @ Majestic joined channel #puppet | ||
| [2012/01/27 00:26:33] <mythmon> can i run agent from random files? | ||
| [2012/01/27 00:26:39] <duey> na | ||
| [2012/01/27 00:26:54] <duey> try adding an owner/group | ||
| [2012/01/27 00:27:07] <duey> not sure if it will do anything, it looks fine so just guessing | ||
| [2012/01/27 00:28:36] <mythmon> no dice | ||
| [2012/01/27 00:29:01] <duey> content => "foobar" ? | ||
| [2012/01/27 00:29:34] @ Quit: ^Majestic^: Read error: Connection reset by peer | ||
| [2012/01/27 00:29:41] @ Quit: Majestic: Read error: Connection reset by peer | ||
| [2012/01/27 00:29:45] <mythmon> huh. I replaced all the variables with values, and it worked. | ||
| [2012/01/27 00:29:53] @ Majestic joined channel #puppet | ||
| [2012/01/27 00:30:08] <duey> hmm | ||
| [2012/01/27 00:30:21] <duey> notify{$home:} | ||
| [2012/01/27 00:30:30] @ Quit: ghanima: Quit: Leaving. | ||
| [2012/01/27 00:30:51] @ Quit: Stenbryggen: Quit: Leaving. | ||
| [2012/01/27 00:31:05] <mythmon> it is the $name in the title of the resource it doesn't like. | ||
| [2012/01/27 00:31:17] @ jeffweiss joined channel #puppet | ||
| [2012/01/27 00:31:32] @ jeffweiss left channel #puppet () | ||
| [2012/01/27 00:31:38] <duey> ${name}? | ||
| [2012/01/27 00:31:50] <mythmon> yu | ||
| [2012/01/27 00:32:01] <mythmon> *yup, that didn't work either. | ||
| [2012/01/27 00:32:07] <duey> weird. | ||
| [2012/01/27 00:32:16] @ ^Majestic^ joined channel #puppet | ||
| [2012/01/27 00:32:39] <duey> what version are you using? | ||
| [2012/01/27 00:32:45] <mythmon> wait! are hypens allowed in names? | ||
| [2012/01/27 00:33:05] <duey> they are allowed | ||
| [2012/01/27 00:33:22] <mythmon> damn. i thought i figured it out :) | ||
| [2012/01/27 00:33:46] <duey> try $title ? | ||
| [2012/01/27 00:33:56] <duey> vs $name | ||
| [2012/01/27 00:34:10] @ Kazuhiro joined channel #puppet | ||
| [2012/01/27 00:35:02] @ Quit: skm: Quit: Computer has gone to sleep. | ||
| [2012/01/27 00:35:06] <mythmon> it likes $title | ||
| [2012/01/27 00:35:31] @ Quit: _moses_: Quit: leaving | ||
| [2012/01/27 00:35:33] <duey> what version are you running? | ||
| [2012/01/27 00:35:42] <mythmon> 2.7.9 | ||
| [2012/01/27 00:35:44] @ Quit: Majestic: Ping timeout: 252 seconds | ||
| [2012/01/27 00:35:47] <duey> wtf | ||
| [2012/01/27 00:35:53] <mythmon> also, ruby 1.9, and I get a lot of deprecation warnings. | ||
| [2012/01/27 00:37:04] <duey> could be related, I'm using 2.7.9/ruby1.8.7 and no issues | ||
| [2012/01/27 00:37:41] @ Quit: randomubuntuguy: Ping timeout: 276 seconds | ||
| [2012/01/27 00:37:41] <mythmon> oh well | ||
| [2012/01/27 00:39:18] <mythmon> thanks for the help. | ||
| [2012/01/27 00:41:09] @ Quit: Kazuhiro: Ping timeout: 240 seconds | ||
| [2012/01/27 00:42:45] @ Quit: drewrm: Ping timeout: 260 seconds | ||
| [2012/01/27 00:43:57] <duey> mythmon, I tested on mine: file { "${name}-vimrc": worked, file { "$name-vimrc": did not | ||
| [2012/01/27 00:44:10] <duey> but it does give an error: | ||
| [2012/01/27 00:44:11] <duey> err: Could not retrieve catalog from remote server: Could not intern from pson: Could not convert from pson: Could not find relationship target "File[]" | ||
| [2012/01/27 00:44:32] <mythmon> that does seem rather familiar. | ||
| [2012/01/27 00:44:36] @ joshcooper joined channel #puppet | ||
| [2012/01/27 00:44:38] @ Kazuhiro joined channel #puppet | ||
| [2012/01/27 00:44:41] <mythmon> the error message, that is. | ||
| [2012/01/27 00:44:52] <duey> yeah, it's very informative... | ||
| [2012/01/27 00:44:54] <mythmon> what is the difference between $name and $title? | ||
| [2012/01/27 00:45:00] <duey> nothing | ||
| [2012/01/27 00:45:05] <mythmon> well... | ||
| [2012/01/27 00:45:28] <^Majestic^> speaking of issues - has anyone got 2.7.10 running on centos 5.x without issues.. it goes completly bonkers here | ||
| [2012/01/27 00:45:58] @ Quit: tremble: Quit: Leaving | ||
| [2012/01/27 00:47:52] <choonming> duey, puppet will assume the whole string $name-vimrc as a single variable not $name with the appended -vimrc | ||
| [2012/01/27 00:53:44] <mythmon> weird. I could have sworn that I tried it with ${name}, but aparently not, because that worked. | ||
| [2012/01/27 00:54:13] <mythmon> is one of ${name} or ${title} preferred? | ||
| [2012/01/27 00:56:01] @ Vulcan[OMNI] joined channel #puppet | ||
| [2012/01/27 00:57:57] @ seanh-ansca joined channel #puppet | ||
| [2012/01/27 01:01:48] @ pdtpatrick_ joined channel #puppet | ||
| [2012/01/27 01:02:02] @ adimania joined channel #puppet | ||
| [2012/01/27 01:05:48] @ mykhyggz joined channel #puppet | ||
| [2012/01/27 01:09:54] @ the_ramink joined channel #puppet | ||
| [2012/01/27 01:14:45] @ Quit: kerframil: Quit: Leaving | ||
| [2012/01/27 01:17:44] @ Quit: Bullardo: Quit: Page closed | ||
| [2012/01/27 01:20:13] @ dissipate_ joined channel #puppet | ||
| [2012/01/27 01:22:57] @ tuf8 joined channel #puppet | ||
| [2012/01/27 01:24:44] @ ABK joined channel #puppet | ||
| [2012/01/27 01:26:40] @ Quit: nitram_macair: Quit: nitram_macair | ||
| [2012/01/27 01:26:55] @ mendez is now known as turned_on_by_off | ||
| [2012/01/27 01:30:22] @ turned_on_by_off is now known as mendez | ||
| [2012/01/27 01:30:54] @ nitram_macair joined channel #puppet | ||
| [2012/01/27 01:32:35] @ jaydg joined channel #puppet | ||
| [2012/01/27 01:35:17] @ Quit: corrado: Ping timeout: 244 seconds | ||
| [2012/01/27 01:36:04] @ denis joined channel #puppet | ||
| [2012/01/27 01:43:46] @ Quit: ^Majestic^: Ping timeout: 252 seconds | ||
| [2012/01/27 01:45:42] @ Quit: slapster: Ping timeout: 248 seconds | ||
| [2012/01/27 01:47:45] @ slapster joined channel #puppet | ||
| [2012/01/27 01:49:53] @ jodok joined channel #puppet | ||
| [2012/01/27 01:49:54] @ Quit: jodok: Changing host | ||
| [2012/01/27 01:49:54] @ jodok joined channel #puppet | ||
| [2012/01/27 01:51:32] @ artkrz joined channel #puppet | ||
| [2012/01/27 01:51:38] @ Quit: joshcooper: Quit: joshcooper | ||
| [2012/01/27 01:52:21] @ Quit: danblack: Quit: solitude begins | ||
| [2012/01/27 01:56:16] @ Quit: amoe: Ping timeout: 255 seconds | ||
| [2012/01/27 01:57:53] @ amoe joined channel #puppet | ||
| [2012/01/27 01:59:47] @ ezmobius joined channel #puppet | ||
| [2012/01/27 02:02:35] @ bmahe joined channel #puppet | ||
| [2012/01/27 02:02:36] @ Quit: bmahe: Changing host | ||
| [2012/01/27 02:02:36] @ bmahe joined channel #puppet | ||
| [2012/01/27 02:02:43] @ riha joined channel #puppet | ||
| [2012/01/27 02:03:46] @ Quit: spicyWith: Quit: spicyWith | ||
| [2012/01/27 02:03:55] @ spicyWith joined channel #puppet | ||
| [2012/01/27 02:08:40] @ Quit: spicyWith: Ping timeout: 276 seconds | ||
| [2012/01/27 02:09:45] @ Meier joined channel #puppet | ||
| [2012/01/27 02:10:32] @ MUILTR joined channel #puppet | ||
| [2012/01/27 02:10:47] @ lkoranda joined channel #puppet | ||
| [2012/01/27 02:14:31] @ iamzaki joined channel #puppet | ||
| [2012/01/27 02:27:01] @ naga_ joined channel #puppet | ||
| [2012/01/27 02:27:08] <naga_> Hi guys | ||
| [2012/01/27 02:27:31] @ Tobu joined channel #puppet | ||
| [2012/01/27 02:27:36] <naga_> In my puppet server all client certificates got revoked. any idea about this situation | ||
| [2012/01/27 02:27:38] @ Quit: Tobu: Changing host | ||
| [2012/01/27 02:27:38] @ Tobu joined channel #puppet | ||
| [2012/01/27 02:30:18] @ Quit: Vulcan[OMNI]: Quit: Vulcan[OMNI] | ||
| [2012/01/27 02:32:35] @ DJClean joined channel #puppet | ||
| [2012/01/27 02:32:57] @ Quit: seanh-ansca: Quit: Leaving. | ||
| [2012/01/27 02:34:58] @ Quit: pdtpatrick_: Quit: pdtpatrick_ | ||
| [2012/01/27 02:39:16] @ Quit: ctracey__: Ping timeout: 240 seconds | ||
| [2012/01/27 02:39:30] @ Quit: JayTaph: Ping timeout: 252 seconds | ||
| [2012/01/27 02:39:47] @ mealstrom joined channel #puppet | ||
| [2012/01/27 02:41:21] @ mealstrom left channel #puppet () | ||
| [2012/01/27 02:42:50] @ MattyM joined channel #puppet | ||
| [2012/01/27 02:43:55] @ Quit: bosszaru: Ping timeout: 245 seconds | ||
| [2012/01/27 02:50:24] @ bosszaru joined channel #puppet | ||
| [2012/01/27 02:51:09] @ Quit: ezekiel: Ping timeout: 240 seconds | ||
| [2012/01/27 02:52:35] @ Quit: denis: Disconnected by services | ||
| [2012/01/27 02:53:41] <naga_> In my puppet server all client certificates got revoked. any idea about this situation | ||
| [2012/01/27 02:53:50] <naga_> please suggest if any know the reason | ||
| [2012/01/27 02:54:06] <naga_> even puppet master certificate also in revoked state | ||
| [2012/01/27 02:58:32] @ ezekiel joined channel #puppet | ||
| [2012/01/27 03:00:45] @ danblack joined channel #puppet | ||
| [2012/01/27 03:03:04] <teratoma> hostname change? dns zone change? | ||
| [2012/01/27 03:03:20] <dissipate_> naga_, how could we know about the situation if we know nothing about the context of the situation? | ||
| [2012/01/27 03:03:46] @ spicyWith joined channel #puppet | ||
| [2012/01/27 03:04:41] <naga_> I am asking is there any chances like this to happen. Like all the certificates in puppet master went into revoked state including master certificate | ||
| [2012/01/27 03:05:43] <naga_> is there any way I can get back all these in working mode. or do I need to re-create all the certificates again? | ||
| [2012/01/27 03:08:08] <henk> How do you tell they are revoked? Have you checked the crl file? | ||
| [2012/01/27 03:09:44] @ Stenbryggen joined channel #puppet | ||
| [2012/01/27 03:10:51] @ denis_ joined channel #puppet | ||
| [2012/01/27 03:10:59] @ denis_ is now known as Fai1ure | ||
| [2012/01/27 03:13:02] @ Quit: BLZbubba: Ping timeout: 276 seconds | ||
| [2012/01/27 03:13:56] @ Quit: Stenbryggen: Ping timeout: 240 seconds | ||
| [2012/01/27 03:14:09] @ octane- joined channel #puppet | ||
| [2012/01/27 03:14:58] @ fronlius joined channel #puppet | ||
| [2012/01/27 03:15:10] @ Quit: duerF: Quit: Leaving | ||
| [2012/01/27 03:15:10] @ Quit: sdog: Ping timeout: 245 seconds | ||
| [2012/01/27 03:15:23] @ BLZbubba joined channel #puppet | ||
| [2012/01/27 03:16:41] @ Stenbryggen joined channel #puppet | ||
| [2012/01/27 03:18:12] @ pmorillon joined channel #puppet | ||
| [2012/01/27 03:21:57] @ Quit: Kazuhiro: Quit: Leaving. | ||
| [2012/01/27 03:26:02] @ Quit: nitram_macair: Quit: nitram_macair | ||
| [2012/01/27 03:26:57] @ Quit: wereHamster: Quit: Lost terminal | ||
| [2012/01/27 03:27:33] @ wereHamster joined channel #puppet | ||
| [2012/01/27 03:28:36] @ ssgelm joined channel #puppet | ||
| [2012/01/27 03:28:54] @ ssgelm left channel #puppet () | ||
| [2012/01/27 03:29:55] @ nitram_macair joined channel #puppet | ||
| [2012/01/27 03:30:03] @ wilmoore joined channel #puppet | ||
| [2012/01/27 03:30:33] @ verwilst joined channel #puppet | ||
| [2012/01/27 03:31:42] @ Quit: Tobu: Read error: Operation timed out | ||
| [2012/01/27 03:35:55] @ Quit: wilmoore: Remote host closed the connection | ||
| [2012/01/27 03:36:13] @ trickyf joined channel #puppet | ||
| [2012/01/27 03:37:32] @ Quit: Niarf: Quit: Leaving. | ||
| [2012/01/27 03:38:17] @ nan0r joined channel #puppet | ||
| [2012/01/27 03:38:22] @ Quit: ezekiel: Ping timeout: 276 seconds | ||
| [2012/01/27 03:38:47] @ Quit: Wolfspyre: Quit: Leaving. | ||
| [2012/01/27 03:39:18] @ ezekiel joined channel #puppet | ||
| [2012/01/27 03:40:21] @ larstobi joined channel #puppet | ||
| [2012/01/27 03:42:06] @ Ramonster joined channel #puppet | ||
| [2012/01/27 03:42:18] @ ukd1 joined channel #puppet | ||
| [2012/01/27 03:44:06] @ sdog joined channel #puppet | ||
| [2012/01/27 03:46:21] @ Quit: iamzaki: Remote host closed the connection | ||
| [2012/01/27 03:47:18] @ Quit: sdog: Changing host | ||
| [2012/01/27 03:47:18] @ sdog joined channel #puppet | ||
| [2012/01/27 03:47:29] @ Quit: zeroXten: Ping timeout: 240 seconds | ||
| [2012/01/27 03:48:33] @ zeroXten joined channel #puppet | ||
| [2012/01/27 03:49:57] @ ali3n0 joined channel #puppet | ||
| [2012/01/27 03:50:20] @ iamzaki joined channel #puppet | ||
| [2012/01/27 03:52:44] @ Quit: spicyWith: Quit: spicyWith | ||
| [2012/01/27 03:54:08] <telmich> good morning | ||
| [2012/01/27 03:54:49] @ m3ridian joined channel #puppet | ||
| [2012/01/27 03:54:58] @ Jippi joined channel #puppet | ||
| [2012/01/27 03:57:17] @ Quit: iamzaki: Remote host closed the connection | ||
| [2012/01/27 04:01:53] <crayfishx> morning | ||
| [2012/01/27 04:05:54] @ Chiku|dc joined channel #puppet | ||
| [2012/01/27 04:07:32] @ ukd1_ joined channel #puppet | ||
| [2012/01/27 04:08:23] @ Quit: ChikuLinu__: Ping timeout: 252 seconds | ||
| [2012/01/27 04:08:56] @ Quit: takamichi: Ping timeout: 252 seconds | ||
| [2012/01/27 04:09:34] @ takamichi joined channel #puppet | ||
| [2012/01/27 04:14:03] @ ezryx joined channel #puppet | ||
| [2012/01/27 04:15:36] @ Quit: jiboumans: Quit: jiboumans | ||
| [2012/01/27 04:15:51] @ mogitaff joined channel #puppet | ||
| [2012/01/27 04:19:48] @ Quit: Stenbryggen: Quit: Leaving. | ||
| [2012/01/27 04:20:25] @ Tobu joined channel #puppet | ||
| [2012/01/27 04:21:37] @ csanchez joined channel #puppet | ||
| [2012/01/27 04:23:22] @ jedi4ever joined channel #puppet | ||
| [2012/01/27 04:24:53] @ duerF joined channel #puppet | ||
| [2012/01/27 04:26:30] @ Kazuhiro joined channel #puppet | ||
| [2012/01/27 04:26:41] @ mooby joined channel #puppet | ||
| [2012/01/27 04:26:45] @ Kazuhiro left channel #puppet () | ||
| [2012/01/27 04:26:47] <mooby> hi | ||
| [2012/01/27 04:27:18] @ AugustoNN joined channel #puppet | ||
| [2012/01/27 04:28:04] <mooby> I reinstalled a client, and puppet ask me to remove the certificat, which I have made, and restarted server, but, the client still complain "Could not request certificate: Retrieved certificate does not match private key; please remove certificate from server and regenerate it with the current key" | ||
| [2012/01/27 04:28:43] <mooby> i removed the entry in /var/lib/puppet/ssl/ca/inventory.txt and /var/lib/puppet/ssl/ca/signed/f.q.d.n.pem | ||
| [2012/01/27 04:28:48] <mooby> any idea ? | ||
| [2012/01/27 04:30:09] @ Quit: swygue: Ping timeout: 240 seconds | ||
| [2012/01/27 04:33:15] @ brtl joined channel #puppet | ||
| [2012/01/27 04:36:27] <mooby> ok, deletet on the client side, and all was ok | ||
| [2012/01/27 04:38:22] <AugustoNN> Morning everyone! I have a very simple question related to Marionette + Puppet + Centos 6.2. I'm learning puppet from the book Pro Puppet and in the chapter about Marionette it mentions the command 'mc-pupetd', but I can't find that command anywhere. Has it been removed from marionette 1.3.1? | ||
| [2012/01/27 04:38:49] @ Quit: kerouac: Ping timeout: 240 seconds | ||
| [2012/01/27 04:38:54] <AugustoNN> (sorry the command is 'mc-puppetd') | ||
| [2012/01/27 04:39:13] <Volcane> AugustoNN: its now 'mco puppetd' | ||
| [2012/01/27 04:39:55] <AugustoNN> Thanks Volcane. I must have done something wrong then, because I get "Known commands: controller find ping facts help inventory rpc | ||
| [2012/01/27 04:40:14] <AugustoNN> " when I run that. I'll investigate a bit more. Thanks again! | ||
| [2012/01/27 04:40:34] @ Kazuhiro1 joined channel #puppet | ||
| [2012/01/27 04:41:40] @ Niarf joined channel #puppet | ||
| [2012/01/27 04:42:58] <Volcane> AugustoNN: things have changed a bit since the book, so agent is here https://github.com/puppetlabs/mcollective-plugins/tree/master/agent/puppetd with a install guide here http://projects.puppetlabs.com/projects/mcollective-plugins/wiki/InstallingPlugins | ||
| [2012/01/27 04:43:06] <Volcane> AugustoNN: showing each step and how to verify you got it right | ||
| [2012/01/27 04:43:52] <Volcane> basically just put application/puppet.rd into $libdir/mcollective/application/puppetd.rb | ||
| [2012/01/27 04:44:18] @ jonhattan joined channel #puppet | ||
| [2012/01/27 04:45:05] <AugustoNN> Volcane: Thanks for those links! I'll follow that installation guide. | ||
| [2012/01/27 04:46:37] @ dragonheart joined channel #puppet | ||
| [2012/01/27 04:47:57] @ Quit: danblack: Ping timeout: 276 seconds | ||
| [2012/01/27 04:51:35] @ cepal67 joined channel #puppet | ||
| [2012/01/27 04:52:38] @ alanevans joined channel #puppet | ||
| [2012/01/27 04:53:26] <cepal67> good morning/evening | ||
| [2012/01/27 04:56:28] @ Quit: Kazuhiro1: Quit: Leaving. | ||
| [2012/01/27 04:56:45] @ EL84 joined channel #puppet | ||
| [2012/01/27 04:57:09] @ Quit: bobra: Ping timeout: 240 seconds | ||
| [2012/01/27 04:57:16] @ inecas joined channel #puppet | ||
| [2012/01/27 04:58:29] @ Holocaine joined channel #puppet | ||
| [2012/01/27 04:58:49] @ bobra joined channel #puppet | ||
| [2012/01/27 05:06:40] @ dim0 joined channel #puppet | ||
| [2012/01/27 05:06:45] @ Quit: inecas: Quit: Leaving | ||
| [2012/01/27 05:08:13] @ kerouac joined channel #puppet | ||
| [2012/01/27 05:09:10] @ iggy_work joined channel #puppet | ||
| [2012/01/27 05:10:15] @ sebnash joined channel #puppet | ||
| [2012/01/27 05:11:13] @ Quit: bmahe: Remote host closed the connection | ||
| [2012/01/27 05:11:40] @ ckauhaus joined channel #puppet | ||
| [2012/01/27 05:13:14] @ ali3n01 joined channel #puppet | ||
| [2012/01/27 05:14:21] @ Quit: ali3n0: Ping timeout: 244 seconds | ||
| [2012/01/27 05:16:21] @ spicyWith joined channel #puppet | ||
| [2012/01/27 05:25:37] @ Quit: ezekiel: Ping timeout: 276 seconds | ||
| [2012/01/27 05:26:12] @ netmask joined channel #puppet | ||
| [2012/01/27 05:26:13] @ Quit: netmask: Changing host | ||
| [2012/01/27 05:26:13] @ netmask joined channel #puppet | ||
| [2012/01/27 05:28:56] @ Quit: adimania: Ping timeout: 245 seconds | ||
| [2012/01/27 05:33:06] @ JayTaph joined channel #puppet | ||
| [2012/01/27 05:38:36] @ Quit: csanchez: Quit: csanchez | ||
| [2012/01/27 05:38:57] @ Quit: JayTaph: Quit: JayTaph | ||
| [2012/01/27 05:39:57] @ Quit: dragonheart: Ping timeout: 276 seconds | ||
| [2012/01/27 05:40:40] @ adimania joined channel #puppet | ||
| [2012/01/27 05:43:31] @ Quit: wereHamster: Changing host | ||
| [2012/01/27 05:43:31] @ wereHamster joined channel #puppet | ||
| [2012/01/27 05:43:56] @ Quit: choonming: Quit: Leaving | ||
| [2012/01/27 05:51:16] @ Quit: adimania: Read error: Operation timed out | ||
| [2012/01/27 05:51:37] @ Razique joined channel #puppet | ||
| [2012/01/27 05:53:28] @ Quit: Holocaine: | ||
| [2012/01/27 05:53:30] @ Quit: AshishH: Ping timeout: 245 seconds | ||
| [2012/01/27 05:54:06] <Swat-> Anyone familiar with custom augeas lenses? | ||
| [2012/01/27 05:54:22] <Dominic> Swat-: yup, writing one now. Also #augeas :) | ||
| [2012/01/27 05:56:05] @ dragonheart joined channel #puppet | ||
| [2012/01/27 05:57:14] @ adimania joined channel #puppet | ||
| [2012/01/27 06:03:38] <cirbri> Now time for a normal Puppet question; what would be the best way of ensuring that the directories above the directory that I'd like Puppet the manage exist? | ||
| [2012/01/27 06:04:07] @ Quit: Tobu: Ping timeout: 248 seconds | ||
| [2012/01/27 06:05:15] @ Tobu joined channel #puppet | ||
| [2012/01/27 06:05:44] @ Quit: Ramonster: Quit: Computer has gone to sleep | ||
| [2012/01/27 06:05:49] @ AshishH joined channel #puppet | ||
| [2012/01/27 06:06:51] @ icezimm joined channel #puppet | ||
| [2012/01/27 06:07:22] @ Ramonster joined channel #puppet | ||
| [2012/01/27 06:08:38] @ Quit: adimania: Ping timeout: 248 seconds | ||
| [2012/01/27 06:08:41] @ Kernel_Core joined channel #puppet | ||
| [2012/01/27 06:08:54] @ mooby left channel #puppet ("Konversation terminated!") | ||
| [2012/01/27 06:09:28] <daff> cirbri: we have run into the same question and there doesn't seem to be a way other than managing the parent directories, too | ||
| [2012/01/27 06:09:56] <cirbri> daff: Okay, thanks :) | ||
| [2012/01/27 06:10:15] <daff> i.e. /usr/local/nagios/libexec/nrpe_local needs to exist? better make sure that /usr/local/nagios and /usr/local/nagios/libexec exist as well | ||
| [2012/01/27 06:10:34] <daff> which sucks, imho :) | ||
| [2012/01/27 06:10:49] <lotheac> at least you don't need to manually require them | ||
| [2012/01/27 06:13:45] <dcarley> it's not the end of the world. file { ["/usr/local/nagios", "/usr/local/nagios/libexec"]: ensure => directory, }. | ||
| [2012/01/27 06:14:01] <dcarley> better to define them, if nothing else creates them, than have them magically appear. | ||
| [2012/01/27 06:15:13] <crayfishx> You could (Im not advocating this, just saying you can...) use an exec { "mkdir -p /foo/bar/baz": creates => "/foo/bar/baz" } - particularly if your directory is a variable thats likely to change | ||
| [2012/01/27 06:15:18] <dcarley> more often than not, like many things in puppet, you'll find that if it becomes a pain then you should probably just use a package. | ||
| [2012/01/27 06:15:27] <daff> yeah, it's not really a problem, just something that I wasn't expecting from puppet | ||
| [2012/01/27 06:15:56] * dcarley shows crayfishx the door. | ||
| [2012/01/27 06:16:00] <crayfishx> :P | ||
| [2012/01/27 06:16:06] <crayfishx> I said I wasn't advocating it! :-) | ||
| [2012/01/27 06:16:12] <daff> puppet usually does the right thing and managing a directory structure *seems* very straightforward | ||
| [2012/01/27 06:16:24] <daff> but according to the bug report and discussion, it probably isn't | ||
| [2012/01/27 06:16:37] <crayfishx> with some of the horrendous stuff I see in pastie's here, that's pretty low on the yucky scale :) | ||
| [2012/01/27 06:16:42] <dcarley> hah | ||
| [2012/01/27 06:17:17] @ Quit: MUILTR: Ping timeout: 240 seconds | ||
| [2012/01/27 06:21:21] @ JayTaph joined channel #puppet | ||
| [2012/01/27 06:27:41] @ Quit: AugustoNN: Quit: leaving | ||
| [2012/01/27 06:28:41] @ adimania joined channel #puppet | ||
| [2012/01/27 06:30:43] @ maes_` joined channel #puppet | ||
| [2012/01/27 06:31:02] @ Quit: JayTaph: Quit: JayTaph | ||
| [2012/01/27 06:33:01] @ Quit: maes_: Ping timeout: 252 seconds | ||
| [2012/01/27 06:38:15] @ Quit: Tobu: Read error: Operation timed out | ||
| [2012/01/27 06:40:23] @ kelseyhightower joined channel #puppet | ||
| [2012/01/27 06:41:53] @ andyt joined channel #puppet | ||
| [2012/01/27 06:44:01] @ inecas joined channel #puppet | ||
| [2012/01/27 06:45:03] @ JayTaph joined channel #puppet | ||
| [2012/01/27 06:47:28] @ Tobu joined channel #puppet | ||
| [2012/01/27 06:47:37] @ Quit: Tobu: Changing host | ||
| [2012/01/27 06:47:37] @ Tobu joined channel #puppet | ||
| [2012/01/27 06:50:23] @ Spirit joined channel #puppet | ||
| [2012/01/27 06:53:56] @ wagamama joined channel #puppet | ||
| [2012/01/27 06:54:27] @ Quit: JayTaph: Quit: JayTaph | ||
| [2012/01/27 06:55:28] <wagamama> hi all, | ||
| [2012/01/27 06:55:29] @ car|0s joined channel #puppet | ||
| [2012/01/27 06:55:51] <wagamama> erm i got a strange message when running this command: | ||
| [2012/01/27 06:55:52] <wagamama> mco facts fqdn | ||
| [2012/01/27 06:56:10] <wagamama> sorry i meant | ||
| [2012/01/27 06:56:14] <wagamama> root@puppet.dev:~# mco facts fqdn | ||
| [2012/01/27 06:56:14] <wagamama> facts failed to run: incompatible marshal file format (can't be read) | ||
| [2012/01/27 06:56:17] <wagamama> any ideas? | ||
| [2012/01/27 06:56:30] <Volcane> look in your activemq log - your probably have authentication or something like that wrong | ||
| [2012/01/27 06:57:22] @ Quit: nan0r: Quit: Leaving. | ||
| [2012/01/27 06:57:41] <wagamama> k thanks | ||
| [2012/01/27 06:58:45] @ Kernel_Core left channel #puppet () | ||
| [2012/01/27 06:59:36] @ Quit: brtl: Ping timeout: 240 seconds | ||
| [2012/01/27 07:00:53] @ brtl joined channel #puppet | ||
| [2012/01/27 07:04:14] @ Quit: jonhattan: Quit: jonhattan | ||
| [2012/01/27 07:06:02] @ Quit: motomike: Remote host closed the connection | ||
| [2012/01/27 07:08:12] @ motomike joined channel #puppet | ||
| [2012/01/27 07:10:57] <cirbri> Any idea how I'd modify a file on change? | ||
| [2012/01/27 07:11:06] @ Quit: ezmobius: Quit: peace out | ||
| [2012/01/27 07:11:16] <cirbri> Well, to run an exec{sed} on it. | ||
| [2012/01/27 07:11:41] <cirbri> I know I can notify => that, but I don't know about how I can dectect a change in the file | ||
| [2012/01/27 07:14:20] @ choonming joined channel #puppet | ||
| [2012/01/27 07:16:57] <henk> cirbri: fam/gamin, but why do you need that? | ||
| [2012/01/27 07:18:31] <kjetilho> cirbri: Puppet will detect changes in files. you don't have to specify source or content ... | ||
| [2012/01/27 07:18:57] <cirbri> kjetilho: Cool, I'll have a poke. | ||
| [2012/01/27 07:19:23] @ Quit: Tobu: Read error: Operation timed out | ||
| [2012/01/27 07:19:45] <kjetilho> cirbri: your exec will change it for the next run, though | ||
| [2012/01/27 07:20:04] <kjetilho> well, not if the sed is idempotent | ||
| [2012/01/27 07:20:50] <cirbri> No, indeed. | ||
| [2012/01/27 07:22:41] <cirbri> henk: I've got a file, I don't want to flat-out replace it. But there's a string in it that might need changing should the file ever be replaced by something else. A line of sed is enough to sort it -- it's just annoyig to run the exec each time the catalog runs. | ||
| [2012/01/27 07:23:34] <lotheac> you don't know what the rest of the file is going to look like? | ||
| [2012/01/27 07:23:44] <lotheac> seems like trouble, should just manage it :) | ||
| [2012/01/27 07:23:45] <Spirit> Hello. I write a module, how i can test it without placing on host and run puppet agent --test --noop? | ||
| [2012/01/27 07:24:06] @ gazoombo joined channel #puppet | ||
| [2012/01/27 07:24:29] <Spirit> I have server managed by puppet, but htey allready have class with same name that provided by class, so i can not copy module and run test | ||
| [2012/01/27 07:24:58] <Volcane> if you have a development server you can use puppet environments to run a different module with the same name on different machines | ||
| [2012/01/27 07:25:02] <Spirit> Also i have puppet installed on my desktop, can i use it for testing? | ||
| [2012/01/27 07:25:09] <lotheac> for smoke testing yeah | ||
| [2012/01/27 07:25:35] <lotheac> apply --noop | ||
| [2012/01/27 07:26:17] @ nan0r joined channel #puppet | ||
| [2012/01/27 07:26:32] <Spirit> Ok, thanks. | ||
| [2012/01/27 07:26:36] @ Quit: brtl: Ping timeout: 240 seconds | ||
| [2012/01/27 07:28:17] <kjetilho> cirbri: you may consider using Augeas for your file, too | ||
| [2012/01/27 07:28:50] <Hunner> augeas++ is teh awesome | ||
| [2012/01/27 07:28:55] <kjetilho> cirbri: but I actually think your File { notify => Exec[sed] } is more efficient and more readable in many cases | ||
| [2012/01/27 07:29:03] @ brtl joined channel #puppet | ||
| [2012/01/27 07:29:42] @ Quit: nan0r: Read error: Connection reset by peer | ||
| [2012/01/27 07:30:56] @ stevie-bash joined channel #puppet | ||
| [2012/01/27 07:32:08] <cirbri> kjetilho: Hm, maybe. | ||
| [2012/01/27 07:33:06] <cirbri> kjetilho: It'd just run the exec{} anyway, though? | ||
| [2012/01/27 07:33:14] @ JayTaph joined channel #puppet | ||
| [2012/01/27 07:34:04] <kjetilho> hmm? | ||
| [2012/01/27 07:34:11] <kjetilho> the Exec must have refreshonly set | ||
| [2012/01/27 07:34:17] <cirbri> Ah, right. | ||
| [2012/01/27 07:34:59] <cirbri> kjetilho: Fantastic, thanks. | ||
| [2012/01/27 07:35:21] <kjetilho> yw | ||
| [2012/01/27 07:37:15] @ hno2 joined channel #puppet | ||
| [2012/01/27 07:38:49] @ Quit: JayTaph: Quit: JayTaph | ||
| [2012/01/27 07:39:01] @ Quit: tonyskapunk: Remote host closed the connection | ||
| [2012/01/27 07:39:26] @ tonyskapunk joined channel #puppet | ||
| [2012/01/27 07:39:38] @ Quit: dim0: Ping timeout: 255 seconds | ||
| [2012/01/27 07:39:38] @ Tobu joined channel #puppet | ||
| [2012/01/27 07:40:17] @ |Majestic| joined channel #puppet | ||
| [2012/01/27 07:41:14] @ nan0r joined channel #puppet | ||
| [2012/01/27 07:42:44] @ Quit: Axsuul: Ping timeout: 260 seconds | ||
| [2012/01/27 07:44:17] @ Quit: gazoombo: Quit: Leaving. | ||
| [2012/01/27 07:45:48] @ Quit: AshishH: Remote host closed the connection | ||
| [2012/01/27 07:46:29] @ Quit: andyt: Quit: Ex-Chat | ||
| [2012/01/27 07:46:30] @ Quit: ikonia: Ping timeout: 240 seconds | ||
| [2012/01/27 07:46:40] @ Quit: brtl: Remote host closed the connection | ||
| [2012/01/27 07:47:08] @ JayTaph joined channel #puppet | ||
| [2012/01/27 07:47:57] @ Quit: BLZbubba: Ping timeout: 240 seconds | ||
| [2012/01/27 07:48:23] @ tuxaddicted joined channel #puppet | ||
| [2012/01/27 07:49:23] @ BLZbubba joined channel #puppet | ||
| [2012/01/27 07:50:13] @ brtl joined channel #puppet | ||
| [2012/01/27 07:52:29] @ randomubuntuguy joined channel #puppet | ||
| [2012/01/27 07:53:16] @ Quit: artkrz: Quit: Linkinus - http://linkinus.com | ||
| [2012/01/27 07:55:45] @ ikonia joined channel #puppet | ||
| [2012/01/27 07:56:52] @ rideh joined channel #puppet | ||
| [2012/01/27 07:57:03] @ __evild__ joined channel #puppet | ||
| [2012/01/27 07:58:15] @ Quit: _evild_: Ping timeout: 248 seconds | ||
| [2012/01/27 07:58:39] @ Quit: rideh: Client Quit | ||
| [2012/01/27 08:00:42] @ Quit: JayTaph: Quit: JayTaph | ||
| [2012/01/27 08:01:17] @ andreaturli joined channel #puppet | ||
| [2012/01/27 08:02:34] @ Quit: Spirit: Ping timeout: 264 seconds | ||
| [2012/01/27 08:04:36] @ Quit: leifmadsen: Quit: This is how I roll; animal print pants outta control! | ||
| [2012/01/27 08:05:30] @ ells joined channel #puppet | ||
| [2012/01/27 08:06:39] @ Quit: adimania: Ping timeout: 240 seconds | ||
| [2012/01/27 08:08:36] @ artkrz joined channel #puppet | ||
| [2012/01/27 08:09:18] @ Quit: artkrz: Client Quit | ||
| [2012/01/27 08:09:39] @ pmorillon_ joined channel #puppet | ||
| [2012/01/27 08:10:15] @ Quit: pmorillon_: Client Quit | ||
| [2012/01/27 08:10:57] @ tyska joined channel #puppet | ||
| [2012/01/27 08:11:37] @ leifmadsen joined channel #puppet | ||
| [2012/01/27 08:11:47] <tyska> hi guys, can i put subnet ranges on autosign.conf of puppet master? somethink like 10.1.1.0/24 ? | ||
| [2012/01/27 08:11:53] <tyska> something* | ||
| [2012/01/27 08:12:08] @ Quit: jaydg: Remote host closed the connection | ||
| [2012/01/27 08:12:09] @ Quit: pmorillon: Ping timeout: 240 seconds | ||
| [2012/01/27 08:13:58] @ pmorillon joined channel #puppet | ||
| [2012/01/27 08:16:10] @ lanky joined channel #puppet | ||
| [2012/01/27 08:16:35] @ artkrz joined channel #puppet | ||
| [2012/01/27 08:16:41] @ tmclaugh joined channel #puppet | ||
| [2012/01/27 08:17:45] @ Quit: sevard: Ping timeout: 252 seconds | ||
| [2012/01/27 08:18:37] @ Stenbryggen joined channel #puppet | ||
| [2012/01/27 08:21:42] <m3ridian> tyska: not according to this feature request http://projects.puppetlabs.com/issues/1617 | ||
| [2012/01/27 08:21:59] @ Quit: tuxaddicted: Ping timeout: 252 seconds | ||
| [2012/01/27 08:26:20] <tyska> m3ridian: thanks | ||
| [2012/01/27 08:27:22] @ JayTaph joined channel #puppet | ||
| [2012/01/27 08:28:55] @ Quit: BLZbubba: Ping timeout: 245 seconds | ||
| [2012/01/27 08:30:19] @ Chiku|dc is now known as Chiku | ||
| [2012/01/27 08:31:26] @ gazoombo joined channel #puppet | ||
| [2012/01/27 08:31:33] @ kolla joined channel #puppet | ||
| [2012/01/27 08:32:52] @ BLZbubba joined channel #puppet | ||
| [2012/01/27 08:34:59] @ Callek joined channel #puppet | ||
| [2012/01/27 08:36:40] @ ozymandias2 joined channel #puppet | ||
| [2012/01/27 08:37:15] @ Quit: ABK: Ping timeout: 245 seconds | ||
| [2012/01/27 08:37:59] @ Quit: naga_: Quit: Page closed | ||
| [2012/01/27 08:38:11] @ blentz joined channel #puppet | ||
| [2012/01/27 08:38:25] <|Majestic|> tyska: you could just do some IPTABLE rules and block access to puppet period if its not within your ACL. | ||
| [2012/01/27 08:41:16] <tyska> |Majestic|: great solution. You mean, allow all(*) on autosign.conf and block access with iptables rules, right? | ||
| [2012/01/27 08:41:41] <|Majestic|> yea | ||
| [2012/01/27 08:42:45] <|Majestic|> personally though I use an install-puppet script which will install puppet and run once with waitforcert 10 on then I open up a sesson to master and sign with puppetca --sign FQDN. | ||
| [2012/01/27 08:43:21] <tyska> |Majestic|: im using puppet with cloud (eucalyptus) then i will not have access to sign the certs manually | ||
| [2012/01/27 08:43:33] <|Majestic|> right | ||
| [2012/01/27 08:43:40] <|Majestic|> sec phone atm | ||
| [2012/01/27 08:43:45] <tyska> |Majestic|: but your solution is very good | ||
| [2012/01/27 08:43:52] @ Quit: JayTaph: Ping timeout: 276 seconds | ||
| [2012/01/27 08:44:28] <tyska> |Majestic|: in what port clients do reqs? Then i will permit comunication on this port, just for the subnet of my clients | ||
| [2012/01/27 08:44:34] <|Majestic|> sec phone grrr | ||
| [2012/01/27 08:44:41] <tyska> |Majestic|: np | ||
| [2012/01/27 08:44:43] @ Quit: Tobu: Read error: Operation timed out | ||
| [2012/01/27 08:45:19] @ dim0 joined channel #puppet | ||
| [2012/01/27 08:45:35] @ Trogdor_ joined channel #puppet | ||
| [2012/01/27 08:46:29] <|Majestic|> back | ||
| [2012/01/27 08:46:43] <|Majestic|> right you should from memory just need to block/allow port: 8140 (TCP) | ||
| [2012/01/27 08:47:20] <SpComb> I reinstalled a puppet agent (i.e. new puppet agent with the same hostname), and it's failing to request a new cert from the puppetmaster | ||
| [2012/01/27 08:47:25] <SpComb> $ sudo puppet agent --test | ||
| [2012/01/27 08:47:26] <SpComb> err: Could not request certificate: Retrieved certificate does not match private key; please remove certificate from server and regenerate it with the current key | ||
| [2012/01/27 08:47:28] <SpComb> Exiting; failed to retrieve certificate and waitforcert is disabled | ||
| [2012/01/27 08:47:33] <SpComb> how do I remove it? | ||
| [2012/01/27 08:48:16] @ mezgani joined channel #puppet | ||
| [2012/01/27 08:48:17] <|Majestic|> to remove use: puppetca --{revoke,clean} FQDN | ||
| [2012/01/27 08:48:37] <|Majestic|> thats what I use :) or you can do.. puppetca --revoke --clean FQDN | ||
| [2012/01/27 08:48:40] <|Majestic|> whatever takes your fancy ;) | ||
| [2012/01/27 08:48:54] @ Quit: bobra: Ping timeout: 248 seconds | ||
| [2012/01/27 08:48:59] <SpComb> doesn't help, even after a puppetmaster restart | ||
| [2012/01/27 08:49:15] <SpComb> and running that on the puppetmaster | ||
| [2012/01/27 08:49:18] <tyska> SpComb: you can do pupptca --clean -all | ||
| [2012/01/27 08:49:56] <tyska> or you can delete the content on the directory returned by the command puppet --configprint ssldir | ||
| [2012/01/27 08:50:02] <tyska> and restart both master and agent | ||
| [2012/01/27 08:50:33] <|Majestic|> SpComb: you mat also want to remove /var/lib/puppet after you uninstall puppet on the client (do this on CLIENT not SERVR). The install puppet, run revoke/clean on master then try. | ||
| [2012/01/27 08:50:36] <tyska> but i think puppetca --clean -all is a better solution | ||
| [2012/01/27 08:51:41] <|Majestic|> shoudl go though fine.. then. remember if your using storedconfigs also its wise to purge that host also with puppetstoredconfigclean.rb | ||
| [2012/01/27 08:51:46] @ Quit: jodok: Quit: jodok | ||
| [2012/01/27 08:52:55] <SpComb> hmm, cleaning out the /var/lib/puppet/ssl on the puppetmaster fixed that (it's just a testing setup) | ||
| [2012/01/27 08:53:03] @ jodok joined channel #puppet | ||
| [2012/01/27 08:53:04] @ Quit: jodok: Changing host | ||
| [2012/01/27 08:53:04] @ jodok joined channel #puppet | ||
| [2012/01/27 08:53:08] <SpComb> but now the agent is failing to verify the master's cert | ||
| [2012/01/27 08:53:31] <SpComb> err: Could not retrieve catalog from remote server: SSL_connect returned=1 errno=0 state=SSLv3 read server certificate B: certificate verify failed | ||
| [2012/01/27 08:54:43] <|Majestic|> you should of only needed to uninstall puppet (worst case) from client then remove /var/lib/puppet (on client), remove cert from master with puppetca on server (cmd earlier), then install puppet again (on client) then run say puppet agent --test --pluginsync (on client), then sign cert on server, then run one more run on client and job done | ||
| [2012/01/27 08:54:58] @ uphillian joined channel #puppet | ||
| [2012/01/27 08:54:58] * SpComb has to leave | ||
| [2012/01/27 08:58:46] @ Quit: paroneayea: Remote host closed the connection | ||
| [2012/01/27 08:59:25] @ tyska left channel #puppet () | ||
| [2012/01/27 09:00:59] @ Tobu joined channel #puppet | ||
| [2012/01/27 09:01:58] @ Quit: dim0: Ping timeout: 248 seconds | ||
| [2012/01/27 09:03:06] @ Quit: dcsobralWork: Remote host closed the connection | ||
| [2012/01/27 09:03:13] @ mayak joined channel #puppet | ||
| [2012/01/27 09:04:12] <|Majestic|> in other news has anyone sucessfuly deployed latest puppet (2.7.10) sucessfuly on CentOS 5.x? having some major issues here which forced me to drop back to 2.7.9. | ||
| [2012/01/27 09:04:12] @ lborda joined channel #puppet | ||
| [2012/01/27 09:05:06] @ Quit: mezgani: Read error: Connection reset by peer | ||
| [2012/01/27 09:05:10] @ Quit: cepal67: Ping timeout: 245 seconds | ||
| [2012/01/27 09:08:15] <Volcane> |Majestic|: pretty sure you now thats a dumb question with no content in it that might lead to an answer | ||
| [2012/01/27 09:08:36] @ johnston_ joined channel #puppet | ||
| [2012/01/27 09:08:44] <|Majestic|> Volcane: your totaly right.. give me a few minutes and I will sort some info out. | ||
| [2012/01/27 09:09:02] @ dim0 joined channel #puppet | ||
| [2012/01/27 09:09:28] <|Majestic|> infact its also doing it on debian.. here some some pasties and info.. give me 5 mins to compile info . | ||
| [2012/01/27 09:11:37] <|Majestic|> Volcane: still compiling data be with you in a minute. | ||
| [2012/01/27 09:13:11] <|Majestic|> still waiting for it to compile atm.. another thing takes years in 2.7.10. Outputs almost done written rest up already. | ||
| [2012/01/27 09:13:15] @ Quit: Stenbryggen: Quit: Leaving. | ||
| [2012/01/27 09:13:28] @ djm68 joined channel #puppet | ||
| [2012/01/27 09:14:04] @ mezgani joined channel #puppet | ||
| [2012/01/27 09:14:30] @ tuxaddicted joined channel #puppet | ||
| [2012/01/27 09:14:43] @ marksteele joined channel #puppet | ||
| [2012/01/27 09:15:38] @ cliff-hm joined channel #puppet | ||
| [2012/01/27 09:15:49] <|Majestic|> almost there :) | ||
| [2012/01/27 09:16:36] @ Quit: djm68: Remote host closed the connection | ||
| [2012/01/27 09:17:53] <|Majestic|> Volcane: Please find enclosed outputs/info on these issues. http://pastie.org/3263435 This seems to be on Debian Squeeze as well as CentOS using the 2.7.10. | ||
| [2012/01/27 09:18:05] @ Quit: dim0: Ping timeout: 245 seconds | ||
| [2012/01/27 09:18:46] <Volcane> so that seemed to happen only once for me when i tested it | ||
| [2012/01/27 09:18:50] <Volcane> only the first time | ||
| [2012/01/27 09:18:54] <Volcane> do you see it happen more often? | ||
| [2012/01/27 09:19:16] <|Majestic|> no every time its run it does it | ||
| [2012/01/27 09:19:17] @ Trogdor_ left channel #puppet () | ||
| [2012/01/27 09:20:24] <|Majestic|> and it seems to be on Debian & CentOS - thought it was only on CentOS but seems I caught the changes the other day before it got to all boxies as I was using ensure => latest. Now changed to present and manauly fixed puppet fornow. | ||
| [2012/01/27 09:20:35] <Volcane> https://projects.puppetlabs.com/issues/11627 | ||
| [2012/01/27 09:20:40] <|Majestic|> looking | ||
| [2012/01/27 09:21:56] <|Majestic|> its just not the diff though it seems to not be doing what it should. It never completes the run with 2.7.10. | ||
| [2012/01/27 09:22:07] <|Majestic|> using around 28 modules now but surely.. :( | ||
| [2012/01/27 09:22:26] @ Quit: nesusvet: Remote host closed the connection | ||
| [2012/01/27 09:23:06] <Volcane> i dont understand, lines 21 to 23 and lines 100 to 102 isnt it finishing the run? | ||
| [2012/01/27 09:24:42] <|Majestic|> Volcane: As this is an upgrade from 2.7.9 the current compile/run is the same as the 2.7.10. If I go and make a change right now, it wont do the change. Its only showing OK right now due to its the same as what 2.7.9 install had compled/used/setup. | ||
| [2012/01/27 09:25:01] <|Majestic|> if I did another box and gave it the same node info etc.. it would not get anywhere at all | ||
| [2012/01/27 09:25:12] <|Majestic|> I can do a dev box quickly and show you what I mean if you like | ||
| [2012/01/27 09:25:19] @ marrusl joined channel #puppet | ||
| [2012/01/27 09:25:34] <|Majestic|> but thing is.. if others have sucessfuly got it working then it has to be one of my modules doing it. | ||
| [2012/01/27 09:25:58] <|Majestic|> which is why I was trying to see if anyone has it sucessfuly working. | ||
| [2012/01/27 09:26:14] @ astrostl joined channel #puppet | ||
| [2012/01/27 09:26:29] <Volcane> it worked for me yesterday, really dont know what the value is of the pastie give what you described | ||
| [2012/01/27 09:27:19] <|Majestic|> yea I know what you mean.. give me a sec.. I know how I can make it do what im trying to explain. | ||
| [2012/01/27 09:27:21] <|Majestic|> one sec | ||
| [2012/01/27 09:28:40] <|Majestic|> yawns go to wait for it to compile.. usualy used to be like 10-15s tops.. now 70-80s | ||
| [2012/01/27 09:28:53] <|Majestic|> got* | ||
| [2012/01/27 09:29:14] <|Majestic|> typical this time it worked | ||
| [2012/01/27 09:29:32] <|Majestic|> I made a few small # changes in one of the configs which is monitored by puppet and it did put it corrcet | ||
| [2012/01/27 09:30:27] <|Majestic|> making a bigger change.. removed snmpd package and configs manauly now asking puppet whats what | ||
| [2012/01/27 09:30:36] <|Majestic|> see if it installs and sets up etc | ||
| [2012/01/27 09:31:26] @ Quit: tuxaddicted: Ping timeout: 245 seconds | ||
| [2012/01/27 09:31:30] <|Majestic|> seems to be fine.. just the diff at the end which is wrong | ||
| [2012/01/27 09:31:38] <|Majestic|> just testing same thing on CentOS | ||
| [2012/01/27 09:31:43] <|Majestic|> as originaly spotted issues on there | ||
| [2012/01/27 09:31:44] <|Majestic|> one mo | ||
| [2012/01/27 09:32:48] <|Majestic|> Volcane: on the centOS boxies you also get this line when running: /usr/lib/ruby/site_ruby/1.8/puppet/util/instrumentation/listeners/process_name.rb:88: warning: parenthesize argument(s) for future version | ||
| [2012/01/27 09:32:53] <|Majestic|> this wasnt present in 2.7.9 | ||
| [2012/01/27 09:33:00] <Volcane> yeah old ruby :( there's a ticket for that too | ||
| [2012/01/27 09:34:23] <|Majestic|> ahh ha | ||
| [2012/01/27 09:34:52] <|Majestic|> centos also working fine.. just the diff which is well wrong/shoulndt be there imo :) | ||
| [2012/01/27 09:35:00] <|Majestic|> not sure what was going on last night | ||
| [2012/01/27 09:35:05] <|Majestic|> its possible it was due to lack of sleep | ||
| [2012/01/27 09:35:08] <|Majestic|> was up till 6:30am | ||
| [2012/01/27 09:35:13] <|Majestic|> about 36hrs straight | ||
| [2012/01/27 09:35:14] <|Majestic|> lol | ||
| [2012/01/27 09:35:15] @ sduchesneau joined channel #puppet | ||
| [2012/01/27 09:35:47] <|Majestic|> but thanks for checking with me.. | ||
| [2012/01/27 09:36:00] <Volcane> no worries | ||
| [2012/01/27 09:37:29] @ Quit: lkoranda: Quit: Ex-Chat | ||
| [2012/01/27 09:39:15] <|Majestic|> well least I am more happier now thanks Volcane. Now we just wait and see when they fix it. so just really a cosmetic issue. only annoying thing is it makes me logcheck goes mad.. guess I could fornow either change the effected boxies back to 2.7.9 or write an exclude rule in logcheck. | ||
| [2012/01/27 09:40:57] @ Quit: randomubuntuguy: Ping timeout: 240 seconds | ||
| [2012/01/27 09:43:21] @ marczak joined channel #puppet | ||
| [2012/01/27 09:43:50] @ hjbehling joined channel #puppet | ||
| [2012/01/27 09:44:53] @ hattwick joined channel #puppet | ||
| [2012/01/27 09:44:59] @ Quit: fir31ight: Ping timeout: 276 seconds | ||
| [2012/01/27 09:45:02] @ Quit: pmorillon: Quit: pmorillon | ||
| [2012/01/27 09:45:39] @ Quit: astrostl: Ping timeout: 240 seconds | ||
| [2012/01/27 09:45:56] @ sihil joined channel #puppet | ||
| [2012/01/27 09:48:06] @ EL84 left channel #puppet () | ||
| [2012/01/27 09:48:27] @ astrostl joined channel #puppet | ||
| [2012/01/27 09:49:06] @ gniks joined channel #puppet | ||
| [2012/01/27 09:49:18] @ rgsteele joined channel #puppet | ||
| [2012/01/27 09:49:39] @ pmorillon joined channel #puppet | ||
| [2012/01/27 09:50:04] @ Quit: pmorillon: Client Quit | ||
| [2012/01/27 09:52:40] @ sevard joined channel #puppet | ||
| [2012/01/27 09:53:15] @ Quit: rcrowley: Quit: Computer has gone to sleep. | ||
| [2012/01/27 09:53:26] @ Quit: lborda: Remote host closed the connection | ||
| [2012/01/27 09:56:15] @ Quit: motomike: Quit: Leaving. | ||
| [2012/01/27 09:57:49] @ plasmonyc joined channel #puppet | ||
| [2012/01/27 09:59:35] @ Quit: larstobi: Quit: Leaving. | ||
| [2012/01/27 10:01:06] @ eventi joined channel #puppet | ||
| [2012/01/27 10:03:34] @ pmorillon joined channel #puppet | ||
| [2012/01/27 10:05:21] @ rsnhyperion joined channel #puppet | ||
| [2012/01/27 10:07:01] @ JayTaph joined channel #puppet | ||
| [2012/01/27 10:07:37] @ Quit: duerF: Quit: Leaving | ||
| [2012/01/27 10:08:38] @ lborda joined channel #puppet | ||
| [2012/01/27 10:10:54] @ Quit: ukd1_: Ping timeout: 260 seconds | ||
| [2012/01/27 10:11:02] @ Quit: ukd1: Ping timeout: 252 seconds | ||
| [2012/01/27 10:11:24] @ Quit: JayTaph: Ping timeout: 252 seconds | ||
| [2012/01/27 10:11:37] @ Quit: artkrz: Quit: Linkinus - http://linkinus.com | ||
| [2012/01/27 10:11:58] @ artkrz joined channel #puppet | ||
| [2012/01/27 10:12:08] @ JayTaph joined channel #puppet | ||
| [2012/01/27 10:15:59] @ Quit: JayTaph: Client Quit | ||
| [2012/01/27 10:17:01] @ flipwork_ joined channel #puppet | ||
| [2012/01/27 10:19:36] @ fly9 joined channel #puppet | ||
| [2012/01/27 10:19:57] @ Quit: flipwork: Ping timeout: 240 seconds | ||
| [2012/01/27 10:19:57] @ Quit: ezryx: Read error: Connection reset by peer | ||
| [2012/01/27 10:20:03] @ ezryx joined channel #puppet | ||
| [2012/01/27 10:20:08] @ flipwork_ is now known as flipwork | ||
| [2012/01/27 10:20:36] @ Quit: octane-: Quit: Leaving. | ||
| [2012/01/27 10:22:40] @ Quit: Callek: Ping timeout: 276 seconds | ||
| [2012/01/27 10:22:59] @ kangman joined channel #puppet | ||
| [2012/01/27 10:24:35] @ endzYme joined channel #puppet | ||
| [2012/01/27 10:24:45] @ kenperkins joined channel #puppet | ||
| [2012/01/27 10:25:07] @ Quit: sjohnson: Remote host closed the connection | ||
| [2012/01/27 10:25:50] @ Quit: jcape: Quit: jcape | ||
| [2012/01/27 10:26:07] @ jcape joined channel #puppet | ||
| [2012/01/27 10:27:08] @ Quit: stevie-bash: Quit: Verlassend | ||
| [2012/01/27 10:29:19] @ zwi joined channel #puppet | ||
| [2012/01/27 10:30:32] @ pdtpatrick_ joined channel #puppet | ||
| [2012/01/27 10:32:18] @ riha left channel #puppet () | ||
| [2012/01/27 10:33:17] @ Quit: zeldaar: Ping timeout: 240 seconds | ||
| [2012/01/27 10:34:20] @ Quit: kenperkins: Quit: Computer has gone to sleep. | ||
| [2012/01/27 10:35:13] @ icezimm1 joined channel #puppet | ||
| [2012/01/27 10:37:10] @ hitch joined channel #puppet | ||
| [2012/01/27 10:37:37] @ hitch is now known as Guest69197 | ||
| [2012/01/27 10:37:41] @ paroneayea joined channel #puppet | ||
| [2012/01/27 10:37:45] @ Guest69197 is now known as zeldaar | ||
| [2012/01/27 10:38:17] @ Quit: icezimm: Ping timeout: 255 seconds | ||
| [2012/01/27 10:40:59] @ Quit: BLZbubba: Ping timeout: 255 seconds | ||
| [2012/01/27 10:41:55] @ Quit: icezimm1: Ping timeout: 244 seconds | ||
| [2012/01/27 10:43:32] @ cwarden joined channel #puppet | ||
| [2012/01/27 10:43:40] @ artkrz is now known as artkrz-away | ||
| [2012/01/27 10:44:01] @ mayak left channel #puppet () | ||
| [2012/01/27 10:45:43] @ Quit: artkrz-away: Quit: WeeChat 0.3.5 | ||
| [2012/01/27 10:45:56] @ BLZbubba joined channel #puppet | ||
| [2012/01/27 10:48:00] @ Quit: Meier: Quit: Leaving. | ||
| [2012/01/27 10:48:19] @ plasmonyc1 joined channel #puppet | ||
| [2012/01/27 10:48:20] @ Quit: plasmonyc: Read error: Connection reset by peer | ||
| [2012/01/27 10:49:10] @ Trogdor_ joined channel #puppet | ||
| [2012/01/27 10:50:14] @ newtMcKerr joined channel #puppet | ||
| [2012/01/27 10:50:31] @ labrown joined channel #puppet | ||
| [2012/01/27 10:51:04] @ Quit: newtMcKerr: Client Quit | ||
| [2012/01/27 10:53:21] @ leepa joined channel #puppet | ||
| [2012/01/27 10:53:38] @ benkevan joined channel #puppet | ||
| [2012/01/27 10:53:41] @ dan__t joined channel #puppet | ||
| [2012/01/27 10:54:21] @ Quit: negronjl: Ping timeout: 245 seconds | ||
| [2012/01/27 10:54:27] @ Quit: patant: Remote host closed the connection | ||
| [2012/01/27 10:57:14] @ Quit: nitram_macair: Read error: Connection reset by peer | ||
| [2012/01/27 10:57:26] @ nitram_macair joined channel #puppet | ||
| [2012/01/27 10:58:07] @ Quit: endzYme: Quit: Leaving. | ||
| [2012/01/27 10:58:09] @ brandon_dacrib joined channel #puppet | ||
| [2012/01/27 10:59:57] @ Quit: MattyM: Remote host closed the connection | ||
| [2012/01/27 10:59:59] @ negronjl joined channel #puppet | ||
| [2012/01/27 11:00:36] @ endzYme joined channel #puppet | ||
| [2012/01/27 11:01:21] @ Quit: dan__t: Remote host closed the connection | ||
| [2012/01/27 11:03:22] @ rcrowley joined channel #puppet | ||
| [2012/01/27 11:04:23] @ dan__t joined channel #puppet | ||
| [2012/01/27 11:05:34] @ zirpu left channel #puppet () | ||
| [2012/01/27 11:05:57] @ benjiedmund joined channel #puppet | ||
| [2012/01/27 11:06:30] @ Quit: ezryx: Read error: Connection reset by peer | ||
| [2012/01/27 11:06:42] @ ezryx joined channel #puppet | ||
| [2012/01/27 11:06:54] @ Quit: dragonheart: Ping timeout: 276 seconds | ||
| [2012/01/27 11:07:44] @ JayTaph joined channel #puppet | ||
| [2012/01/27 11:08:32] @ Quit: nan0r: Quit: Leaving. | ||
| [2012/01/27 11:08:47] @ coccia73 joined channel #puppet | ||
| [2012/01/27 11:08:53] @ coccia73 left channel #puppet () | ||
| [2012/01/27 11:09:21] @ Quit: Jippi: Ping timeout: 252 seconds | ||
| [2012/01/27 11:17:12] @ Quit: verwilst: Quit: Ex-Chat | ||
| [2012/01/27 11:20:09] @ newtMcKerr joined channel #puppet | ||
| [2012/01/27 11:21:07] <ctracey_> walkeran, know how to fix that puppet env file serving? | ||
| [2012/01/27 11:21:19] <ctracey_> erb template sans tags :) | ||
| [2012/01/27 11:21:36] <walkeran> ctracey_: Hrmm. Not sure I follow | ||
| [2012/01/27 11:22:27] <ctracey_> templates work in environments | ||
| [2012/01/27 11:22:42] <ctracey_> just push tagless erb templates | ||
| [2012/01/27 11:22:44] <walkeran> Ohhhh! I get what you are saying. Interesting | ||
| [2012/01/27 11:22:56] <ctracey_> not hacky at all | ||
| [2012/01/27 11:23:05] <_rc> files work in modules just fine | ||
| [2012/01/27 11:23:07] <walkeran> I guess that makes sense though | ||
| [2012/01/27 11:23:10] <ctracey_> </sarcasm> | ||
| [2012/01/27 11:23:45] <ctracey_> _rc, files do not work from environments properly | ||
| [2012/01/27 11:23:51] <walkeran> _rc: He's using environments, but with the environment being set via the ENC, so the client isn't aware of what env it's running in... so when requesting files, it pulls the production version, regardless of what catalog the master sent | ||
| [2012/01/27 11:24:05] <_rc> ctracey_: files in modules do. files in the filerserver.conf don't | ||
| [2012/01/27 11:24:24] <_rc> walkeran: ah, then they're boned whatever they do | ||
| [2012/01/27 11:25:02] @ ckauhaus1 joined channel #puppet | ||
| [2012/01/27 11:25:07] @ Quit: ckauhaus1: Client Quit | ||
| [2012/01/27 11:25:10] <walkeran> Yeah, that's a rough situation. Looks like it's going to be (attempted to be) fixed soonish, though ( #3910 ) | ||
| [2012/01/27 11:25:11] <gepetto> walkeran: Yeah: #3910 is http://projects.puppetlabs.com/issues/show/3910 "Puppet - Bug #3910: Server is not authoritative over client environment when specified in an ENC. It has a status of Accepted and is assigned to Nick Lewis" | ||
| [2012/01/27 11:25:31] <ctracey_> _rc, yes...that is the tough part. its cool though, we'll get through it...may even take a look at it this weekend | ||
| [2012/01/27 11:26:21] <ctracey_> since you guys know much more than I do, i have a potentially ideological question for the group... | ||
| [2012/01/27 11:26:50] <ctracey_> is there any reasoning behind not providing an unless for a file resource? | ||
| [2012/01/27 11:27:41] <ctracey_> (none of this is me being critical, i do like puppet...just want to understand more) | ||
| [2012/01/27 11:28:35] <ctracey_> file { unless => } seems like it would be a very handy construct | ||
| [2012/01/27 11:28:46] @ Quit: joe-mac1: Remote host closed the connection | ||
| [2012/01/27 11:29:27] <walkeran> what would you put in the unless? Similar to exec, where another command would be run to determine if the file resource would be applied or not? | ||
| [2012/01/27 11:29:29] @ Quit: pdtpatrick_: Quit: pdtpatrick_ | ||
| [2012/01/27 11:29:33] @ ghg joined channel #puppet | ||
| [2012/01/27 11:29:34] <ctracey_> correct | ||
| [2012/01/27 11:29:39] * walkeran ponders... | ||
| [2012/01/27 11:29:49] @ Quit: JayTaph: Quit: JayTaph | ||
| [2012/01/27 11:30:43] @ Quit: hno2: Quit: Lämnar | ||
| [2012/01/27 11:30:43] @ nan0r joined channel #puppet | ||
| [2012/01/27 11:30:46] @ JayTaph joined channel #puppet | ||
| [2012/01/27 11:30:50] @ Quit: madasi: Read error: Connection reset by peer | ||
| [2012/01/27 11:31:15] <walkeran> I can't think of any instances that I'd find that useful :D But, it sounds like you have a use for it! So.. you could suggest it by opening an issue, if you wanted. | ||
| [2012/01/27 11:31:21] <walkeran> OOC, what would _you_ use it for? | ||
| [2012/01/27 11:32:07] @ Quit: langworthy: Quit: langworthy | ||
| [2012/01/27 11:33:19] <ctracey_> i wanted to use it to purge a number of directories given a number of satisfied conditions | ||
| [2012/01/27 11:33:21] @ harry_ joined channel #puppet | ||
| [2012/01/27 11:34:16] <ctracey_> so the easy way is to just call command => "/bin/rm /path/to/file" unless => "/bin/test foo" | ||
| [2012/01/27 11:34:22] @ Quit: endzYme: Quit: Leaving. | ||
| [2012/01/27 11:34:48] <ctracey_> but if we are treating files and dirs as resources, it seems "wrong" to /bin/rm them | ||
| [2012/01/27 11:34:59] @ Quit: rgsteele: Quit: ChatZilla 0.9.86.1 [Firefox 3.0.7/2009030423] | ||
| [2012/01/27 11:35:07] <walkeran> Ahha... I see. Interesting thought. Yeah, you might wanna suggest that one | ||
| [2012/01/27 11:35:09] @ Quit: sdog: Remote host closed the connection | ||
| [2012/01/27 11:35:24] <walkeran> And yeah, I can't think of any better way (currently) than using an exec | ||
| [2012/01/27 11:35:27] @ madasi joined channel #puppet | ||
| [2012/01/27 11:36:19] @ d0ugb joined channel #puppet | ||
| [2012/01/27 11:36:22] @ cwebber joined channel #puppet | ||
| [2012/01/27 11:36:40] @ Quit: harry_: Client Quit | ||
| [2012/01/27 11:38:29] @ Stenbryggen joined channel #puppet | ||
| [2012/01/27 11:39:04] <m3ridian> I have a few directories that I want to copy recursively to a puppet agent ( test1.0/ test1.1/ etc). Inside the directory I have another directory (lets call it config) where I have 1 file that I want to manage through puppet but outside the directory that's beeing recursively copied. Is there a way I can have 1 file source put in several target destinations without having to specify every | ||
| [2012/01/27 11:39:04] <m3ridian> directory ? (something like test*/config/item.config ) | ||
| [2012/01/27 11:39:24] @ endzYme joined channel #puppet | ||
| [2012/01/27 11:39:42] @ Quit: iggy_work: Quit: Ex-Chat | ||
| [2012/01/27 11:40:14] @ jiboumans joined channel #puppet | ||
| [2012/01/27 11:40:39] <ctracey_> walkeran, as such http://pastie.org/3264248 | ||
| [2012/01/27 11:41:06] @ Quit: henderb: Quit: leaving | ||
| [2012/01/27 11:41:56] @ henderb joined channel #puppet | ||
| [2012/01/27 11:42:57] <ctracey_> m3ridian, if I am understanding your problem, you could do file { [ "/dir1", "/dir2" ]: } | ||
| [2012/01/27 11:43:53] <ctracey_> or do you want to wildcard the test* directories? | ||
| [2012/01/27 11:43:59] @ seanh-ansca joined channel #puppet | ||
| [2012/01/27 11:44:01] <m3ridian> yes if possible =) | ||
| [2012/01/27 11:44:14] <ctracey_> that i am not sure about | ||
| [2012/01/27 11:46:27] <m3ridian> I guess this was my wish file {'test*/config/item.config': } | ||
| [2012/01/27 11:47:32] @ Quit: nan0r: Read error: Connection reset by peer | ||
| [2012/01/27 11:47:47] @ robbiet480_away is now known as robbiet480 | ||
| [2012/01/27 11:48:47] @ Quit: tuf8: Ping timeout: 252 seconds | ||
| [2012/01/27 11:49:10] @ Quit: kolla: Remote host closed the connection | ||
| [2012/01/27 11:49:16] @ fir31ight joined channel #puppet | ||
| [2012/01/27 11:50:05] @ dnjaramba joined channel #puppet | ||
| [2012/01/27 11:50:40] @ Quit: endzYme: Quit: Leaving. | ||
| [2012/01/27 11:51:39] @ Quit: dissipate_: Ping timeout: 240 seconds | ||
| [2012/01/27 11:52:48] @ robbyt joined channel #puppet | ||
| [2012/01/27 11:52:59] @ Quit: mogitaff: Remote host closed the connection | ||
| [2012/01/27 11:53:21] <robbyt> hi all! I just upgraded to 2.7.10, which is really awesome, fixes lots of bugs, etc.. but I'm curious about the state output to /var/lib/puppet/state/last_run_summary.yaml | ||
| [2012/01/27 11:54:06] <robbyt> is there any way to hide /var/lib/puppet/state/last_run_summary.yaml updates from agent runs with --test | ||
| [2012/01/27 11:54:30] @ lak joined channel #puppet | ||
| [2012/01/27 11:54:31] @ Quit: lak: Changing host | ||
| [2012/01/27 11:54:31] @ lak joined channel #puppet | ||
| [2012/01/27 11:54:39] @ Quit: `mx: Quit: leaving | ||
| [2012/01/27 11:55:03] @ `mx joined channel #puppet | ||
| [2012/01/27 11:55:08] @ Quit: Tobu: Ping timeout: 272 seconds | ||
| [2012/01/27 11:55:32] @ Quit: pmorillon: Quit: pmorillon | ||
| [2012/01/27 11:55:40] <robbyt> I assume the extra verbosity is related to: http://projects.puppetlabs.com/issues/8119 | ||
| [2012/01/27 11:57:14] @ spiette joined channel #puppet | ||
| [2012/01/27 11:58:14] @ kerframil joined channel #puppet | ||
| [2012/01/27 11:58:19] <m3ridian> ctracey_: http://projects.puppetlabs.com/issues/48 - not enough interest in the feature it seems so it doesn't seem like it's implemented. | ||
| [2012/01/27 11:59:48] @ chadskidmore joined channel #puppet | ||
| [2012/01/27 12:01:42] @ janssen joined channel #puppet | ||
| [2012/01/27 12:07:04] @ kenperkins joined channel #puppet | ||
| [2012/01/27 12:09:30] @ Quit: seanh-ansca: Quit: Leaving. | ||
| [2012/01/27 12:12:42] @ Quit: Ramonster: Quit: So Long and thanks for all the fish | ||
| [2012/01/27 12:13:18] @ Tobu joined channel #puppet | ||
| [2012/01/27 12:14:02] @ Quit: fronlius: Quit: fronlius | ||
| [2012/01/27 12:15:03] @ Quit: jodok: Quit: jodok | ||
| [2012/01/27 12:15:34] @ Quit: andreaturli: Remote host closed the connection | ||
| [2012/01/27 12:16:12] @ djm68 joined channel #puppet | ||
| [2012/01/27 12:17:29] @ Quit: ba6: Quit: Leaving | ||
| [2012/01/27 12:17:47] @ Quit: Razique: Quit: Razique | ||
| [2012/01/27 12:19:52] @ jbraeuer joined channel #puppet | ||
| [2012/01/27 12:20:06] <ctracey_> m3ridian, awesome, thanks for the info | ||
| [2012/01/27 12:21:17] @ ckauhaus1 joined channel #puppet | ||
| [2012/01/27 12:21:19] @ Quit: ckauhaus1: Client Quit | ||
| [2012/01/27 12:24:59] @ trickyf left channel #puppet () | ||
| [2012/01/27 12:26:25] @ luckman212 joined channel #puppet | ||
| [2012/01/27 12:26:28] @ Quit: JayTaph: Quit: JayTaph | ||
| [2012/01/27 12:26:52] @ endzYme joined channel #puppet | ||
| [2012/01/27 12:27:05] @ robbiet480 left channel #puppet () | ||
| [2012/01/27 12:28:23] @ techhelp joined channel #puppet | ||
| [2012/01/27 12:29:47] @ Quit: alanevans: Remote host closed the connection | ||
| [2012/01/27 12:30:24] @ Quit: endzYme: Client Quit | ||
| [2012/01/27 12:35:12] @ langworthy joined channel #puppet | ||
| [2012/01/27 12:35:33] @ Quit: nitram_macair: Quit: nitram_macair | ||
| [2012/01/27 12:35:59] @ nitram_macair joined channel #puppet | ||
| [2012/01/27 12:38:39] @ endzYme joined channel #puppet | ||
| [2012/01/27 12:38:57] @ Quit: Stenbryggen: Quit: Leaving. | ||
| [2012/01/27 12:39:59] @ Quit: nitram_macair: Client Quit | ||
| [2012/01/27 12:41:18] @ Quit: lanky: Read error: Operation timed out | ||
| [2012/01/27 12:42:07] @ nitram_macair joined channel #puppet | ||
| [2012/01/27 12:42:29] @ ki0 joined channel #puppet | ||
| [2012/01/27 12:42:50] @ Quit: ki0: Remote host closed the connection | ||
| [2012/01/27 12:43:00] @ ki0 joined channel #puppet | ||
| [2012/01/27 12:43:28] @ Quit: wagamama: Quit: wagamama | ||
| [2012/01/27 12:44:41] @ Quit: janssen: Remote host closed the connection | ||
| [2012/01/27 12:45:16] @ Quit: sihil: Quit: Linkinus - http://linkinus.com | ||
| [2012/01/27 12:45:30] @ Quit: nitram_macair: Client Quit | ||
| [2012/01/27 12:45:58] @ nitram_macair joined channel #puppet | ||
| [2012/01/27 12:46:49] @ althara joined channel #puppet | ||
| [2012/01/27 12:47:31] @ Quit: inecas: Quit: Leaving | ||
| [2012/01/27 12:49:24] @ Quit: sebnash: Quit: Linkinus - http://linkinus.com | ||
| [2012/01/27 12:52:22] @ pcarlisle joined channel #puppet | ||
| [2012/01/27 12:54:13] @ seanh-ansca joined channel #puppet | ||
| [2012/01/27 12:55:07] @ _moses_ joined channel #puppet | ||
| [2012/01/27 12:57:34] @ oCean joined channel #puppet | ||
| [2012/01/27 12:57:37] @ Quit: oCean: Changing host | ||
| [2012/01/27 12:57:37] @ oCean joined channel #puppet | ||
| [2012/01/27 12:58:17] <techhelp> The timezone in console is UTC, how can I change it to MST? | ||
| [2012/01/27 12:58:22] @ Quit: endzYme: Quit: Leaving. | ||
| [2012/01/27 12:58:40] @ Quit: tonyskapunk: Ping timeout: 276 seconds | ||
| [2012/01/27 12:59:41] <mythmon> set your system time zone? | ||
| [2012/01/27 13:00:12] <agaffney> techhelp: that is far outside the scope of this channel | ||
| [2012/01/27 13:00:14] @ nfagerlund joined channel #puppet | ||
| [2012/01/27 13:00:48] <nate_h> facter only allows key value pairs, right, you can't have complex data types, eh? | ||
| [2012/01/27 13:01:03] @ csanchez joined channel #puppet | ||
| [2012/01/27 13:01:04] <agaffney> orrect | ||
| [2012/01/27 13:01:08] <agaffney> correct | ||
| [2012/01/27 13:01:19] @ Quit: plasmonyc1: Quit: Leaving. | ||
| [2012/01/27 13:01:33] <agaffney> although, I've worked around that by just doing CSV strings and splitting in the manifest | ||
| [2012/01/27 13:01:37] <agaffney> but that's a hack, obviously | ||
| [2012/01/27 13:01:45] <nate_h> ya, i'm just storing the data in hiera | ||
| [2012/01/27 13:01:49] <dissipate> nate_h, i have a full implementation of a Red Black Tree in my facter. :P | ||
| [2012/01/27 13:01:57] <nate_h> then getting the hash that way | ||
| [2012/01/27 13:02:01] @ Quit: _moses_: Quit: leaving | ||
| [2012/01/27 13:02:08] @ plasmonyc joined channel #puppet | ||
| [2012/01/27 13:02:15] @ _moses_ joined channel #puppet | ||
| [2012/01/27 13:02:18] @ motomike joined channel #puppet | ||
| [2012/01/27 13:02:43] <nate_h> dissipate, haha, with csv style stuff? | ||
| [2012/01/27 13:03:27] <dissipate> nate_h, they are binary blobs that i put back together | ||
| [2012/01/27 13:03:31] @ tonyskapunk joined channel #puppet | ||
| [2012/01/27 13:04:00] @ Quit: ezryx: Remote host closed the connection | ||
| [2012/01/27 13:04:31] <nate_h> ah | ||
| [2012/01/27 13:04:54] <nate_h> you know it kind of seems like facter needs an addon | ||
| [2012/01/27 13:04:58] <dissipate> nate_h, just kidding. :P although, one could set up a mongo db database and use some the values in facter as keys into mongo. | ||
| [2012/01/27 13:04:58] <nate_h> so it can do complex data types | ||
| [2012/01/27 13:05:14] <nate_h> i mean i'm just using the hiera command line tool | ||
| [2012/01/27 13:05:31] <nate_h> but it seems reasonable for facter to store complex types | ||
| [2012/01/27 13:05:34] <dissipate> nate_h, do you know about mongodb? | ||
| [2012/01/27 13:05:44] @ Quit: jiboumans: Quit: jiboumans | ||
| [2012/01/27 13:05:44] <nate_h> dissipate, ya | ||
| [2012/01/27 13:06:08] <dissipate> you can put whatever complex data types you want in there as JSON nodes | ||
| [2012/01/27 13:06:33] @ alanevans joined channel #puppet | ||
| [2012/01/27 13:06:43] @ Quit: _moses_: Client Quit | ||
| [2012/01/27 13:07:15] <nate_h> ya, just seems like why have another tool | ||
| [2012/01/27 13:07:35] <nate_h> i mean i need mongodb anyways for mcollective | ||
| [2012/01/27 13:07:58] <nate_h> so i guess really what i need to do is write a mongodb backend for hiera | ||
| [2012/01/27 13:08:37] @ Quit: labrown: Quit: Leaving | ||
| [2012/01/27 13:09:09] @ labrown joined channel #puppet | ||
| [2012/01/27 13:09:17] <dissipate> nate_h, sounds like you are on the right track. :D | ||
| [2012/01/27 13:09:31] <nate_h> the right track baby | ||
| [2012/01/27 13:09:40] <nate_h> i was born this way | ||
| [2012/01/27 13:10:26] @ brandon_dacrib left channel #puppet () | ||
| [2012/01/27 13:11:59] @ comptona joined channel #puppet | ||
| [2012/01/27 13:12:06] @ Quit: mezgani: Ping timeout: 248 seconds | ||
| [2012/01/27 13:12:30] @ larstobi joined channel #puppet | ||
| [2012/01/27 13:12:58] @ _moses_ joined channel #puppet | ||
| [2012/01/27 13:13:33] @ jedi4ever_ joined channel #puppet | ||
| [2012/01/27 13:14:48] @ comptona1 joined channel #puppet | ||
| [2012/01/27 13:16:22] @ Quit: comptona: Ping timeout: 248 seconds | ||
| [2012/01/27 13:16:32] @ mbrannigan joined channel #puppet | ||
| [2012/01/27 13:17:24] @ larstobi1 joined channel #puppet | ||
| [2012/01/27 13:17:28] @ Quit: larstobi: Read error: Connection reset by peer | ||
| [2012/01/27 13:17:35] @ Quit: csanchez: Ping timeout: 255 seconds | ||
| [2012/01/27 13:23:41] @ csanchez joined channel #puppet | ||
| [2012/01/27 13:24:13] @ mezgani joined channel #puppet | ||
| [2012/01/27 13:24:49] @ apollo13 left channel #puppet ("Leaving") | ||
| [2012/01/27 13:24:57] @ comptona1 is now known as comptona | ||
| [2012/01/27 13:25:13] @ Quit: astrostl: | ||
| [2012/01/27 13:26:42] @ larstobi1 left channel #puppet () | ||
| [2012/01/27 13:26:42] @ jiboumans joined channel #puppet | ||
| [2012/01/27 13:26:47] @ Quit: csanchez: Client Quit | ||
| [2012/01/27 13:27:05] @ Quit: lborda: Remote host closed the connection | ||
| [2012/01/27 13:27:29] <_moses_> window | ||
| [2012/01/27 13:27:55] @ Quit: nfagerlund: *.net *.split | ||
| [2012/01/27 13:27:56] @ Quit: oCean: *.net *.split | ||
| [2012/01/27 13:27:57] @ Quit: seanh-ansca: *.net *.split | ||
| [2012/01/27 13:27:57] @ Quit: luckman212: *.net *.split | ||
| [2012/01/27 13:27:58] @ Quit: djm68: *.net *.split | ||
| [2012/01/27 13:27:59] @ Quit: robbyt: *.net *.split | ||
| [2012/01/27 13:28:00] @ Quit: d0ugb: *.net *.split | ||
| [2012/01/27 13:28:01] @ Quit: paroneayea: *.net *.split | ||
| [2012/01/27 13:28:03] @ Quit: brtl: *.net *.split | ||
| [2012/01/27 13:28:04] @ Quit: spicyWith: *.net *.split | ||
| [2012/01/27 13:28:06] @ Quit: Chiku: *.net *.split | ||
| [2012/01/27 13:28:06] @ Quit: joe-mac: *.net *.split | ||
| [2012/01/27 13:28:09] @ Quit: davidr: *.net *.split | ||
| [2012/01/27 13:28:10] @ Quit: ldlework: *.net *.split | ||
| [2012/01/27 13:28:12] @ Quit: jmeeuwen: *.net *.split | ||
| [2012/01/27 13:28:12] @ Quit: mattr: *.net *.split | ||
| [2012/01/27 13:28:13] @ Quit: Schmidt: *.net *.split | ||
| [2012/01/27 13:28:14] @ Quit: shortbus-: *.net *.split | ||
| [2012/01/27 13:28:17] @ Quit: crashmag: *.net *.split | ||
| [2012/01/27 13:28:18] @ Quit: Wicla: *.net *.split | ||
| [2012/01/27 13:28:20] @ Quit: whack: *.net *.split | ||
| [2012/01/27 13:28:22] @ Quit: WALoeIII: *.net *.split | ||
| [2012/01/27 13:28:23] @ Quit: adedommelin: *.net *.split | ||
| [2012/01/27 13:28:23] @ Quit: jetole: *.net *.split | ||
| [2012/01/27 13:28:24] @ Quit: v: *.net *.split | ||
| [2012/01/27 13:28:26] @ Quit: jeremywf: *.net *.split | ||
| [2012/01/27 13:28:27] @ Quit: mogitux: *.net *.split | ||
| [2012/01/27 13:28:28] @ Quit: wilco: *.net *.split | ||
| [2012/01/27 13:28:31] @ Quit: ashp: *.net *.split | ||
| [2012/01/27 13:28:32] @ Quit: thedonvaughn: *.net *.split | ||
| [2012/01/27 13:28:34] @ Quit: matti: *.net *.split | ||
| [2012/01/27 13:28:36] @ Quit: idoru: *.net *.split | ||
| [2012/01/27 13:28:37] @ Quit: bradoaks: *.net *.split | ||
| [2012/01/27 13:28:37] @ Quit: agaffney: *.net *.split | ||
| [2012/01/27 13:28:38] @ Quit: ralfgro_: *.net *.split | ||
| [2012/01/27 13:28:39] @ Quit: TREllis: *.net *.split | ||
| [2012/01/27 13:28:41] @ Quit: RiSKERA: *.net *.split | ||
| [2012/01/27 13:28:41] @ Quit: tripoux: *.net *.split | ||
| [2012/01/27 13:28:42] @ Quit: jl000_: *.net *.split | ||
| [2012/01/27 13:28:43] @ Quit: idnar: *.net *.split | ||
| [2012/01/27 13:28:44] @ Quit: Daviey: *.net *.split | ||
| [2012/01/27 13:28:45] @ Quit: aknapp: *.net *.split | ||
| [2012/01/27 13:28:46] @ Quit: magicaltrout: *.net *.split | ||
| [2012/01/27 13:28:46] @ Quit: Ancient: *.net *.split | ||
| [2012/01/27 13:28:47] @ Quit: Bobracha: *.net *.split | ||
| [2012/01/27 13:28:48] @ Quit: tmm1: *.net *.split | ||
| [2012/01/27 13:28:49] @ Quit: johnston_: *.net *.split | ||
| [2012/01/27 13:28:50] @ thedonvaughn joined channel #puppet | ||
| [2012/01/27 13:28:50] @ ashp joined channel #puppet | ||
| [2012/01/27 13:28:50] @ RiSKERA joined channel #puppet | ||
| [2012/01/27 13:28:50] @ Bobracha joined channel #puppet | ||
| [2012/01/27 13:28:51] @ Quit: thedonvaughn: Changing host | ||
| [2012/01/27 13:28:51] @ thedonvaughn joined channel #puppet | ||
| [2012/01/27 13:28:51] @ magicaltrout joined channel #puppet | ||
| [2012/01/27 13:28:51] @ bradoaks joined channel #puppet | ||
| [2012/01/27 13:28:51] @ ralfgro_ joined channel #puppet | ||
| [2012/01/27 13:28:51] @ matti joined channel #puppet | ||
| [2012/01/27 13:28:51] @ larstobi joined channel #puppet | ||
| [2012/01/27 13:28:51] @ idnar joined channel #puppet | ||
| [2012/01/27 13:28:52] @ d0ugb joined channel #puppet | ||
| [2012/01/27 13:28:52] @ adedommelin joined channel #puppet | ||
| [2012/01/27 13:28:52] @ jl000 joined channel #puppet | ||
| [2012/01/27 13:28:52] @ Quit: matti: Changing host | ||
| [2012/01/27 13:28:52] @ matti joined channel #puppet | ||
| [2012/01/27 13:28:53] @ TREllis joined channel #puppet | ||
| [2012/01/27 13:28:53] @ jetole joined channel #puppet | ||
| [2012/01/27 13:28:54] @ davidr joined channel #puppet | ||
| [2012/01/27 13:28:54] @ Wicla joined channel #puppet | ||
| [2012/01/27 13:28:54] @ v joined channel #puppet | ||
| [2012/01/27 13:28:54] @ _moses_ left channel #puppet () | ||
| [2012/01/27 13:28:54] @ Chiku joined channel #puppet | ||
| [2012/01/27 13:28:54] @ seanh-ansca joined channel #puppet | ||
| [2012/01/27 13:28:54] @ agaffney joined channel #puppet | ||
| [2012/01/27 13:28:55] @ Quit: agaffney: Changing host | ||
| [2012/01/27 13:28:55] @ agaffney joined channel #puppet | ||
| [2012/01/27 13:28:55] @ Ancient joined channel #puppet | ||
| [2012/01/27 13:28:55] @ tripoux joined channel #puppet | ||
| [2012/01/27 13:28:55] @ jeremywf joined channel #puppet | ||
| [2012/01/27 13:28:55] @ mogitux joined channel #puppet | ||
| [2012/01/27 13:28:55] @ nfagerlund joined channel #puppet | ||
| [2012/01/27 13:28:55] @ djm68 joined channel #puppet | ||
| [2012/01/27 13:28:55] @ wilco joined channel #puppet | ||
| [2012/01/27 13:28:55] @ Schmidt joined channel #puppet | ||
| [2012/01/27 13:28:56] @ robbyt joined channel #puppet | ||
| [2012/01/27 13:28:56] @ jmeeuwen joined channel #puppet | ||
| [2012/01/27 13:28:56] @ davidr is now known as Guest44117 | ||
| [2012/01/27 13:28:56] @ ldlework joined channel #puppet | ||
| [2012/01/27 13:28:56] @ shortbus- joined channel #puppet | ||
| [2012/01/27 13:28:56] @ brtl joined channel #puppet | ||
| [2012/01/27 13:29:10] @ mattr joined channel #puppet | ||
| [2012/01/27 13:29:11] @ Quit: mattr: Changing host | ||
| [2012/01/27 13:29:11] @ mattr joined channel #puppet | ||
| [2012/01/27 13:29:11] @ luckman212 joined channel #puppet | ||
| [2012/01/27 13:29:12] @ paroneayea joined channel #puppet | ||
| [2012/01/27 13:29:13] @ crashmag joined channel #puppet | ||
| [2012/01/27 13:30:19] @ Daviey joined channel #puppet | ||
| [2012/01/27 13:30:53] @ matti left channel #puppet () | ||
| [2012/01/27 13:30:53] @ lborda joined channel #puppet | ||
| [2012/01/27 13:31:55] @ matti joined channel #puppet | ||
| [2012/01/27 13:32:05] @ joe-mac joined channel #puppet | ||
| [2012/01/27 13:32:05] @ shadoi joined channel #puppet | ||
| [2012/01/27 13:32:35] @ Stenbryggen joined channel #puppet | ||
| [2012/01/27 13:34:30] <mbrannigan> mac | ||
| [2012/01/27 13:34:32] @ tmm1 joined channel #puppet | ||
| [2012/01/27 13:35:28] @ jsurfer joined channel #puppet | ||
| [2012/01/27 13:35:41] @ endzYme joined channel #puppet | ||
| [2012/01/27 13:36:07] @ williemach joined channel #puppet | ||
| [2012/01/27 13:36:45] @ Quit: shadoi: Ping timeout: 252 seconds | ||
| [2012/01/27 13:37:59] @ Quit: endzYme: Client Quit | ||
| [2012/01/27 13:38:48] @ oCean joined channel #puppet | ||
| [2012/01/27 13:39:59] @ _moses_ joined channel #puppet | ||
| [2012/01/27 13:41:16] @ Quit: marrusl: Remote host closed the connection | ||
| [2012/01/27 13:41:40] @ keibaker joined channel #puppet | ||
| [2012/01/27 13:41:56] <keibaker> Hunner, you around? | ||
| [2012/01/27 13:42:09] @ Quit: kermit: Quit: Leaving. | ||
| [2012/01/27 13:42:33] @ WALoeIII joined channel #puppet | ||
| [2012/01/27 13:44:05] @ Quit: Guest44117: Quit: Why is the alphabet in that order? Is it because of that song? | ||
| [2012/01/27 13:44:49] @ matti left channel #puppet ("8-X") | ||
| [2012/01/27 13:45:13] <WALoeIII> I've upgraded to 2.7.10, and now on my reports I see there are skipped items. How would I find what these skipped items are? | ||
| [2012/01/27 13:46:22] @ hooper joined channel #puppet | ||
| [2012/01/27 13:46:39] <WALoeIII> maybe they are skipped execs because of a test? | ||
| [2012/01/27 13:46:45] @ Wolfspyre joined channel #puppet | ||
| [2012/01/27 13:47:19] @ fronlius joined channel #puppet | ||
| [2012/01/27 13:47:55] @ opsmason joined channel #puppet | ||
| [2012/01/27 13:50:35] <keibaker> is it possible to file a bug without enterprise support? | ||
| [2012/01/27 13:51:30] <agaffney> sure | ||
| [2012/01/27 13:51:40] <justintime> keibaker: yeah, you just need to create an account | ||
| [2012/01/27 13:51:54] <keibaker> ah, ok... | ||
| [2012/01/27 13:51:55] <justintime> keibaker: https://projects.puppetlabs.com/ | ||
| [2012/01/27 13:51:55] <keibaker> thanks | ||
| [2012/01/27 13:51:57] @ Quit: Niarf: Read error: Operation timed out | ||
| [2012/01/27 13:54:14] @ larstobi left channel #puppet () | ||
| [2012/01/27 13:56:49] @ larstobi joined channel #puppet | ||
| [2012/01/27 13:56:55] @ Quit: larstobi: Client Quit | ||
| [2012/01/27 13:57:18] <WALoeIII> ah it turns out my skipping thing is already a bug | ||
| [2012/01/27 13:57:19] <WALoeIII> http://projects.puppetlabs.com/issues/11317 | ||
| [2012/01/27 13:59:05] @ Quit: ckauhaus: Quit: Leaving. | ||
| [2012/01/27 13:59:24] @ marrusl joined channel #puppet | ||
| [2012/01/27 13:59:32] @ neonflux joined channel #puppet | ||
| [2012/01/27 14:00:59] @ davidr__ joined channel #puppet | ||
| [2012/01/27 14:01:08] @ mezgani left channel #puppet ("Leaving") | ||
| [2012/01/27 14:01:13] <|Majestic|> hi robbyt: I have the same issue fyi. I have not found a fix yet for it apart from going back to 2.7.9. | ||
| [2012/01/27 14:01:17] @ Quit: neonflux: Quit: Leaving. | ||
| [2012/01/27 14:01:51] @ p3rror joined channel #puppet | ||
| [2012/01/27 14:02:05] <robbyt> |Majestic|: yeah me ether, I'm not sure if I should file a bug report for it | ||
| [2012/01/27 14:02:38] <|Majestic|> robbyt: I believe there is already one.. let me see if I can find it. | ||
| [2012/01/27 14:02:44] <robbyt> |Majestic|: I need to start on 2.7.10, due to some other bugs in 2.7.9, but the state.yaml update is a bit annoying | ||
| [2012/01/27 14:03:07] <|Majestic|> robbyt: https://projects.puppetlabs.com/issues/11627 | ||
| [2012/01/27 14:03:36] <|Majestic|> robbyt: it sure is.. what other bugs you got in 2.7.9? for me its been rock stable - no issues at all. | ||
| [2012/01/27 14:04:16] @ Quit: _moses_: Quit: leaving | ||
| [2012/01/27 14:04:27] @ _moses_ joined channel #puppet | ||
| [2012/01/27 14:05:02] @ Quit: lborda: Quit: Ex-Chat | ||
| [2012/01/27 14:05:16] @ lborda joined channel #puppet | ||
| [2012/01/27 14:05:35] @ jodok joined channel #puppet | ||
| [2012/01/27 14:05:36] @ Quit: jodok: Changing host | ||
| [2012/01/27 14:05:36] @ jodok joined channel #puppet | ||
| [2012/01/27 14:06:46] @ janssen joined channel #puppet | ||
| [2012/01/27 14:07:04] @ endzYme joined channel #puppet | ||
| [2012/01/27 14:07:39] @ spicyWith joined channel #puppet | ||
| [2012/01/27 14:10:36] @ Quit: endzYme: Client Quit | ||
| [2012/01/27 14:12:16] @ kermit joined channel #puppet | ||
| [2012/01/27 14:13:26] @ langworthy_ joined channel #puppet | ||
| [2012/01/27 14:14:11] @ matti joined channel #puppet | ||
| [2012/01/27 14:15:09] @ shadoi joined channel #puppet | ||
| [2012/01/27 14:15:11] @ Quit: jcape: Quit: jcape | ||
| [2012/01/27 14:15:24] <WALoeIII> why would I use b64_zlib_yaml vs pson vs yaml? | ||
| [2012/01/27 14:15:27] @ Quit: netmask: Quit: leaving | ||
| [2012/01/27 14:15:29] @ jcape joined channel #puppet | ||
| [2012/01/27 14:15:38] @ adam-_-_ joined channel #puppet | ||
| [2012/01/27 14:17:22] @ Quit: ells: Quit: ells | ||
| [2012/01/27 14:17:29] @ Quit: langworthy: Ping timeout: 255 seconds | ||
| [2012/01/27 14:17:30] @ langworthy_ is now known as langworthy | ||
| [2012/01/27 14:20:57] @ Quit: jpalmer: Ping timeout: 252 seconds | ||
| [2012/01/27 14:21:09] @ Quit: j^2: Ping timeout: 240 seconds | ||
| [2012/01/27 14:21:46] @ gabrtv joined channel #puppet | ||
| [2012/01/27 14:22:13] @ Quit: Vorik: Remote host closed the connection | ||
| [2012/01/27 14:22:32] @ Quit: adam-_-_: Quit: adam-_-_ | ||
| [2012/01/27 14:23:11] @ neonflux joined channel #puppet | ||
| [2012/01/27 14:23:40] @ Vorik joined channel #puppet | ||
| [2012/01/27 14:25:52] @ davidr__ left channel #puppet () | ||
| [2012/01/27 14:26:26] @ davidr__ joined channel #puppet | ||
| [2012/01/27 14:27:31] @ j^2 joined channel #puppet | ||
| [2012/01/27 14:33:10] @ Quit: janssen: Remote host closed the connection | ||
| [2012/01/27 14:40:06] @ bmahe joined channel #puppet | ||
| [2012/01/27 14:40:07] @ Quit: bmahe: Changing host | ||
| [2012/01/27 14:40:07] @ bmahe joined channel #puppet | ||
| [2012/01/27 14:40:33] <justintime> ccaum: ping | ||
| [2012/01/27 14:40:59] @ Quit: takamichi: Ping timeout: 260 seconds | ||
| [2012/01/27 14:42:32] * davidr__ looks forward to the inevitable facebook thread | ||
| [2012/01/27 14:42:47] <davidr__> uh.. obviously, the wrong channel. | ||
| [2012/01/27 14:43:46] @ Quit: IndyMichaelB: Quit: IndyMichaelB | ||
| [2012/01/27 14:44:24] @ csanchez joined channel #puppet | ||
| [2012/01/27 14:45:12] @ whack joined channel #puppet | ||
| [2012/01/27 14:45:42] @ endzYme joined channel #puppet | ||
| [2012/01/27 14:47:54] @ Quit: endzYme: Client Quit | ||
| [2012/01/27 14:48:45] @ davidr__ is now known as davidr | ||
| [2012/01/27 14:49:19] @ Diranged joined channel #puppet | ||
| [2012/01/27 14:49:43] <Diranged> ok.. we occationally push a new package to our deb repo and want to force an update to everyone.. so we update puppet and say ensure => 1.2.3 .. for example.. | ||
| [2012/01/27 14:49:52] <Diranged> however, if apt hasnt expired its cache on those nodes, then the nodes start bitching.. | ||
| [2012/01/27 14:50:29] <Diranged> im wondering if theres a way to make puppet always call an aptitude update, when doing a package upgrade? | ||
| [2012/01/27 14:54:31] @ Quit: nitram_macair: Quit: nitram_macair | ||
| [2012/01/27 14:59:18] @ Callek joined channel #puppet | ||
| [2012/01/27 15:01:10] @ ezekiel joined channel #puppet | ||
| [2012/01/27 15:01:20] @ langworthy_ joined channel #puppet | ||
| [2012/01/27 15:02:33] <jbaldridge> you could do ensure => latest | ||
| [2012/01/27 15:02:47] <jbaldridge> err | ||
| [2012/01/27 15:02:54] <jbaldridge> sorry. | ||
| [2012/01/27 15:03:02] * jbaldridge rereads what you typed, has some more coffee. | ||
| [2012/01/27 15:03:19] <|Majestic|> Diranged: you could do it like this which ive used simular code in some of my modules.. http://johnleach.co.uk/words/771/puppet-dependencies-and-run-stages | ||
| [2012/01/27 15:03:30] @ Quit: langworthy: Ping timeout: 245 seconds | ||
| [2012/01/27 15:03:30] @ langworthy_ is now known as langworthy | ||
| [2012/01/27 15:04:17] <Diranged> Majestic: doesnt that exec cause Exec['apt-update'] to get run EVERY time puppet runs? | ||
| [2012/01/27 15:05:02] @ clayb joined channel #puppet | ||
| [2012/01/27 15:05:41] <|Majestic|> Diranged: just looking for my code.. from memory you need refreshonly => true, and an unless line but just finding it for you which stops it being ran every time | ||
| [2012/01/27 15:06:32] @ Quit: Tobu: Read error: Operation timed out | ||
| [2012/01/27 15:06:57] @ Quit: ezekiel: Ping timeout: 252 seconds | ||
| [2012/01/27 15:07:32] <|Majestic|> darn I cant access the repo I need which has that module code in as its at work and vpn not working right now :( | ||
| [2012/01/27 15:08:26] <|Majestic|> but from memory you need an unless statment which will get tested every time and when that hits true it will run the update. Google for unless and puppet you should get some examples. Got to grab dinner in a few mins but will see what I can quickly find in the meantime. | ||
| [2012/01/27 15:09:31] <Diranged> Yeah I understand the unless command.. what im not sure about is how unless, refreshonly and subscribes all work together… that is, will a Package that subscribes to an exec, where the exec has an unless+refreshonly statement, will trigger an update anyways | ||
| [2012/01/27 15:18:18] @ Quit: keibaker: Ping timeout: 252 seconds | ||
| [2012/01/27 15:18:29] @ ezekiel joined channel #puppet | ||
| [2012/01/27 15:21:50] @ Quit: clayb: Quit: Leaving. | ||
| [2012/01/27 15:23:02] @ joe-mac1 joined channel #puppet | ||
| [2012/01/27 15:25:48] @ endzYme joined channel #puppet | ||
| [2012/01/27 15:27:32] @ Quit: snk: Ping timeout: 276 seconds | ||
| [2012/01/27 15:27:58] <ccaum> justintime: Yo | ||
| [2012/01/27 15:28:50] <endzYme> Hi all, just had a quick question on how to go about installing node_aws for puppet | ||
| [2012/01/27 15:28:51] <ccaum> justintime: I saw your pull requests. Thanks. I'll try to look at them tonight. Eventually I'll find time to keep working on that module :) | ||
| [2012/01/27 15:30:06] <endzYme> Also, anyone know a good open source VMware solution for provisioning and terminating? | ||
| [2012/01/27 15:30:09] @ Quit: car|0s: Quit: Saliendo | ||
| [2012/01/27 15:32:23] @ Quit: endzYme: Quit: Leaving. | ||
| [2012/01/27 15:34:04] @ endzYme joined channel #puppet | ||
| [2012/01/27 15:34:22] @ keibaker joined channel #puppet | ||
| [2012/01/27 15:34:26] <m3ridian> file { bla: ignore => } docs say regarding ignore that "Matches that would descend into the directory structure are ignored, e.g., */*." what does this mean ? can't you ignore files inside a recursive directory ? | ||
| [2012/01/27 15:35:01] @ nitram_macair joined channel #puppet | ||
| [2012/01/27 15:35:44] @ Tobu joined channel #puppet | ||
| [2012/01/27 15:36:10] @ No_masks_any_mor joined channel #puppet | ||
| [2012/01/27 15:36:59] <m3ridian> maybe I'm missing the meaning of */* | ||
| [2012/01/27 15:37:59] <No_masks_any_mor> No meaning at all | ||
| [2012/01/27 15:38:27] <m3ridian> there is a meaning =) | ||
| [2012/01/27 15:38:28] <No_masks_any_mor> Any Greek around? | ||
| [2012/01/27 15:38:49] <No_masks_any_mor> Let's speak Greek 4 a while | ||
| [2012/01/27 15:38:51] @ Quit: newtMcKerr: Quit: Leaving. | ||
| [2012/01/27 15:39:03] <No_masks_any_mor> Or should I say , it's Greek to me | ||
| [2012/01/27 15:39:14] <No_masks_any_mor> ;P | ||
| [2012/01/27 15:39:59] @ londo joined channel #puppet | ||
| [2012/01/27 15:40:18] <No_masks_any_mor> The last time I used irc was 12 years ago | ||
| [2012/01/27 15:40:32] <No_masks_any_mor> When i was 18 | ||
| [2012/01/27 15:40:53] <No_masks_any_mor> And still it feels like i speak 2myself | ||
| [2012/01/27 15:41:07] <No_masks_any_mor> Hello | ||
| [2012/01/27 15:41:13] <No_masks_any_mor> Anybody? | ||
| [2012/01/27 15:41:52] <No_masks_any_mor> Nice | ||
| [2012/01/27 15:42:11] <No_masks_any_mor> Well I d better go | ||
| [2012/01/27 15:42:17] @ No_masks_any_mor left channel #puppet () | ||
| [2012/01/27 15:44:23] @ ^Majestic^ joined channel #puppet | ||
| [2012/01/27 15:45:05] @ Quit: endzYme: Quit: Leaving. | ||
| [2012/01/27 15:47:01] @ Quit: Callek: Ping timeout: 276 seconds | ||
| [2012/01/27 15:47:42] @ Quit: |Majestic|: Ping timeout: 245 seconds | ||
| [2012/01/27 15:47:48] @ Quit: jodok: Quit: jodok | ||
| [2012/01/27 15:47:54] @ Callek joined channel #puppet | ||
| [2012/01/27 15:48:10] <nate_h> idiot... | ||
| [2012/01/27 15:49:01] <Southern_Gentlem> nate_h, easy idiot | ||
| [2012/01/27 15:49:34] <nate_h> hah | ||
| [2012/01/27 15:50:03] @ init joined channel #puppet | ||
| [2012/01/27 15:50:19] <init> I have two questions: | ||
| [2012/01/27 15:50:33] <init> 1) Is it possible to define variables via a shell command | ||
| [2012/01/27 15:50:35] <init> ? | ||
| [2012/01/27 15:50:54] <nate_h> init, when you say define variables, are you talking about facter variables, or puppet variables, or? | ||
| [2012/01/27 15:51:07] <init> I dont mind either | ||
| [2012/01/27 15:51:18] <init> But I need access to a shell | ||
| [2012/01/27 15:51:23] <nate_h> why? | ||
| [2012/01/27 15:51:30] <init> and not the limited facter set or string only puppet set | ||
| [2012/01/27 15:51:34] @ Quit: daff: Quit: Lost terminal | ||
| [2012/01/27 15:51:58] @ daff joined channel #puppet | ||
| [2012/01/27 15:52:03] <nate_h> i mean you can have a shell command return a string | ||
| [2012/01/27 15:52:06] <nate_h> look up the generate function | ||
| [2012/01/27 15:52:08] <init> I need to find out the home directory of the user with the id 1000, the ubuntu superuser | ||
| [2012/01/27 15:52:33] <nate_h> http://docs.puppetlabs.com/references/2.7.9/function.html#generate | ||
| [2012/01/27 15:53:24] <init> If I use puppet in local mode, does puppet master mean the local PC | ||
| [2012/01/27 15:53:26] <init> ? | ||
| [2012/01/27 15:54:02] @ jodok joined channel #puppet | ||
| [2012/01/27 15:54:03] @ Quit: jodok: Changing host | ||
| [2012/01/27 15:54:03] @ jodok joined channel #puppet | ||
| [2012/01/27 15:54:56] @ Quit: nfagerlund: Remote host closed the connection | ||
| [2012/01/27 15:55:19] @ Quit: fronlius: Quit: fronlius | ||
| [2012/01/27 15:55:27] <init> Second question: I need to copy all files in a source-directory to a target-directory AND i need to set owner,group,mode of the copied files BUT NOT other files that are in the target directory | ||
| [2012/01/27 15:55:52] <init> My best solution so far is: | ||
| [2012/01/27 15:56:00] <init> file { "sourcedir" : | ||
| [2012/01/27 15:56:06] <init> owner => root | ||
| [2012/01/27 15:56:11] <init> mode => "755" | ||
| [2012/01/27 15:56:17] <init> recurse => true | ||
| [2012/01/27 15:56:19] <init> } | ||
| [2012/01/27 15:56:29] <init> file { "targetdir" : | ||
| [2012/01/27 15:56:38] <init> source => "source" | ||
| [2012/01/27 15:56:48] <init> recurse => true | ||
| [2012/01/27 15:56:49] <init> } | ||
| [2012/01/27 15:57:01] <init> But that uses two ressource-blocks | ||
| [2012/01/27 15:57:09] <init> Is there an easier way | ||
| [2012/01/27 15:57:14] <init> ? | ||
| [2012/01/27 15:57:42] <init> Btw the above solution needs ordering too | ||
| [2012/01/27 15:58:11] @ tizzo-afk is now known as tizzo | ||
| [2012/01/27 15:58:20] @ endzYme joined channel #puppet | ||
| [2012/01/27 16:02:11] @ Axsuul joined channel #puppet | ||
| [2012/01/27 16:02:12] <init> nate_h, the generator solution works | ||
| [2012/01/27 16:02:15] <init> thank you | ||
| [2012/01/27 16:02:18] @ eventi left channel #puppet () | ||
| [2012/01/27 16:02:39] @ Quit: kermit: Ping timeout: 240 seconds | ||
| [2012/01/27 16:13:44] @ Quit: endzYme: Quit: Leaving. | ||
| [2012/01/27 16:18:16] @ kermit joined channel #puppet | ||
| [2012/01/27 16:18:51] @ Quit: jodok: Quit: jodok | ||
| [2012/01/27 16:20:13] @ keberman joined channel #puppet | ||
| [2012/01/27 16:22:29] <keberman> hi… the other day i asked a question about installing puppet on some old fedora systems, but it was failing a dependency on libselinux-utils. someone suggested rebuilding puppet or rebuilding the rpm without the libselinux requirement. I don't remember the details and I don't have the transcript any more. Help getting me back on track would be greatly appreciated! | ||
| [2012/01/27 16:22:36] @ Quit: marrusl: Remote host closed the connection | ||
| [2012/01/27 16:23:22] @ Quit: leifmadsen: Ping timeout: 252 seconds | ||
| [2012/01/27 16:23:29] @ Quit: blentz: Ping timeout: 255 seconds | ||
| [2012/01/27 16:24:32] @ marrusl joined channel #puppet | ||
| [2012/01/27 16:25:14] @ leifmadsen joined channel #puppet | ||
| [2012/01/27 16:26:34] @ Quit: siezer: Ping timeout: 260 seconds | ||
| [2012/01/27 16:29:33] @ Quit: GoodKarma: Quit: leaving | ||
| [2012/01/27 16:29:39] @ Quit: motomike: Remote host closed the connection | ||
| [2012/01/27 16:29:54] @ nfagerlund joined channel #puppet | ||
| [2012/01/27 16:30:29] @ blentz joined channel #puppet | ||
| [2012/01/27 16:30:50] @ idoru joined channel #puppet | ||
| [2012/01/27 16:30:58] @ motomike joined channel #puppet | ||
| [2012/01/27 16:31:53] @ sdog joined channel #puppet | ||
| [2012/01/27 16:32:04] @ Quit: sdog: Changing host | ||
| [2012/01/27 16:32:04] @ sdog joined channel #puppet | ||
| [2012/01/27 16:33:02] @ Quit: hjbehling: Remote host closed the connection | ||
| [2012/01/27 16:33:26] <keberman> no one home today? everyone left for the weekend already? | ||
| [2012/01/27 16:33:39] @ Quit: ironmunk: Ping timeout: 240 seconds | ||
| [2012/01/27 16:34:28] <Dominic> not sure what details you're looking for, try rebuilding the SRPM. Depending on how old it is, you might find the version of ruby unsupported. Seems a rather pointless endeavour :) | ||
| [2012/01/27 16:37:07] <keberman> ruby is on the boxes. puppet is now dependent on libselinux-utils, but it is not available on these older fedora boxes (fedora 8) | ||
| [2012/01/27 16:37:21] <keberman> * fedora 8 | ||
| [2012/01/27 16:37:24] <keberman> there was a specific flag someone suggested I include when rebuilding the RPM (or maybe rebuilding puppet) so libselinux-utils was not required. that's what I'm looking for. | ||
| [2012/01/27 16:37:40] <stahnma> you could nodep the install of puppet if you're never going to actually use selinux stuff with puppet | ||
| [2012/01/27 16:37:59] @ Quit: m3ridian: | ||
| [2012/01/27 16:40:35] @ dim0 joined channel #puppet | ||
| [2012/01/27 16:40:57] <keberman> stahnma: tx for suggestion. but someone did recommend a "cleaner" way to remove the libselinux-utils dependency… :( wish i could remember | ||
| [2012/01/27 16:41:04] @ Quit: jsurfer: Remote host closed the connection | ||
| [2012/01/27 16:41:16] <stahnma> Ithink you can do rpmbuild --define selinux 0 on the srpm | ||
| [2012/01/27 16:41:27] @ jsurfer joined channel #puppet | ||
| [2012/01/27 16:41:31] <stahnma> but it might depend on the version of the rpm | ||
| [2012/01/27 16:41:46] @ Quit: tmclaugh: Quit: tmclaugh | ||
| [2012/01/27 16:43:14] @ Quit: jcape: Remote host closed the connection | ||
| [2012/01/27 16:45:12] @ Niarf joined channel #puppet | ||
| [2012/01/27 16:45:43] @ jcape joined channel #puppet | ||
| [2012/01/27 16:47:29] @ Quit: leifmadsen: Ping timeout: 276 seconds | ||
| [2012/01/27 16:49:55] @ highclasshole joined channel #puppet | ||
| [2012/01/27 16:50:16] @ endzYme joined channel #puppet | ||
| [2012/01/27 16:50:49] @ Quit: csanchez: Ping timeout: 244 seconds | ||
| [2012/01/27 16:50:56] @ takamichi joined channel #puppet | ||
| [2012/01/27 16:52:08] @ csanchez joined channel #puppet | ||
| [2012/01/27 16:52:33] @ Quit: csanchez: Client Quit | ||
| [2012/01/27 16:53:19] @ Quit: Callek: Ping timeout: 276 seconds | ||
| [2012/01/27 16:53:20] <mbrannigan> does setting runinterval to 0 stop polling? | ||
| [2012/01/27 16:53:46] @ leifmadsen joined channel #puppet | ||
| [2012/01/27 16:57:25] <nlew> mbrannigan: It will run repeatedly as fast as possible, in that case. I think you want --no-client. | ||
| [2012/01/27 16:58:24] @ Quit: keberman: Quit: keberman | ||
| [2012/01/27 16:58:59] <mbrannigan> nlew: ew.. that would be bad ;) will --no-client allow me to use mcollective puppetd to call runs? | ||
| [2012/01/27 16:59:52] <_rc> if you're just using mcollective puppetd, you don't need to run the agent as a daemon at all | ||
| [2012/01/27 17:00:08] <mbrannigan> i would ideally like to run puppetd on the nodes to just report their configuration in a --noop mode but when we're ready to publish to production, we could use mcollective puppetd | ||
| [2012/01/27 17:00:23] <mbrannigan> oh, ok | ||
| [2012/01/27 17:00:39] <_rc> ah, unless you're doing that of course | ||
| [2012/01/27 17:01:02] <mbrannigan> so, configure puppetd on the nodes with --noop in the startup script | ||
| [2012/01/27 17:01:10] <mbrannigan> and then end-around with mcollective | ||
| [2012/01/27 17:01:16] <mbrannigan> ? | ||
| [2012/01/27 17:01:45] @ Quit: uphillian: Quit: Leaving. | ||
| [2012/01/27 17:03:01] <_rc> sounds like it'd work, as the mcollective agent invokes it as puppetd --once | ||
| [2012/01/27 17:05:15] @ gadavis joined channel #puppet | ||
| [2012/01/27 17:06:03] <gadavis> Does anyone have a quick and reliable way of determining from within puppet whether I'm running enterprise or "open-source"? | ||
| [2012/01/27 17:06:24] <agaffney> not that I'm aware of, but why? | ||
| [2012/01/27 17:06:47] <agaffney> you might be able to do some trick with exec() in your manifests | ||
| [2012/01/27 17:07:16] <_rc> unless enterpirse sets some fact, doubtful | ||
| [2012/01/27 17:07:20] <Volcane> make a fact to check for /opt/puppetlabs or whatever | ||
| [2012/01/27 17:08:11] <gadavis> that's probably what I'll end up doing | ||
| [2012/01/27 17:08:26] <Volcane> but pe might already provide a fact | ||
| [2012/01/27 17:08:31] <the_ramink> gadavis: does facter puppetversion return anything useful? | ||
| [2012/01/27 17:09:13] <gadavis> it does, I was just hoping that I had missed a pre-written something or other | ||
| [2012/01/27 17:09:17] <gadavis> $ facter puppetversion | ||
| [2012/01/27 17:09:17] <gadavis> 2.7.6 (Puppet Enterprise 2.0.0) | ||
| [2012/01/27 17:09:34] <mbrannigan> ah.. it kicks the process with USR1 - keeps the --noop parameter | ||
| [2012/01/27 17:09:37] <gadavis> I'll just write a custom is_enterprise fact or something like that | ||
| [2012/01/27 17:10:14] @ Quit: opsmason: Quit: opsmason | ||
| [2012/01/27 17:13:19] @ Callek joined channel #puppet | ||
| [2012/01/27 17:13:21] @ Quit: Callek: Client Quit | ||
| [2012/01/27 17:14:15] @ Quit: chadskidmore: Quit: Computer has gone to sleep. | ||
| [2012/01/27 17:14:57] <Volcane> why not just use that puppetversion fct? | ||
| [2012/01/27 17:15:55] @ ezmobius joined channel #puppet | ||
| [2012/01/27 17:16:16] @ magicaltrout is now known as bugg_tb | ||
| [2012/01/27 17:16:42] @ bugg_tb is now known as magicaltrout | ||
| [2012/01/27 17:16:48] <justintime> ccaum: Figured you had seen the pulls, but wanted to share with you that I've pushed my master branch (basically your branch + those pulls) into production | ||
| [2012/01/27 17:16:55] @ Niarf1 joined channel #puppet | ||
| [2012/01/27 17:17:25] @ Quit: Niarf: Read error: Connection reset by peer | ||
| [2012/01/27 17:17:26] <ccaum> justintime: Oh wow. That's one hell of a test :) | ||
| [2012/01/27 17:18:39] <gadavis> Volcane: it's too verbose. I want a simple true/false. | ||
| [2012/01/27 17:20:05] <justintime> ccaum: greenfield puppet deployment is a beautiful thing :) | ||
| [2012/01/27 17:20:20] <Volcane> if $puppetcersion =~ /Enterprise/ { } <-- doesnt seem that bad | ||
| [2012/01/27 17:20:33] <ccaum> justintime: I certainly won't argue | ||
| [2012/01/27 17:20:36] <Volcane> $puppetversion even | ||
| [2012/01/27 17:21:13] @ Quit: d0ugb: Quit: Leaving... | ||
| [2012/01/27 17:21:29] @ Quit: dnjaramba: | ||
| [2012/01/27 17:22:02] @ dnjaramba joined channel #puppet | ||
| [2012/01/27 17:27:39] @ Quit: leifmadsen: Quit: This is how I roll; animal print pants outta control! | ||
| [2012/01/27 17:28:51] @ Quit: fetep: Read error: Operation timed out | ||
| [2012/01/27 17:29:12] @ Quit: labrown: Quit: Leaving | ||
| [2012/01/27 17:29:42] @ fetep joined channel #puppet | ||
| [2012/01/27 17:29:44] @ Quit: BLZbubba: Ping timeout: 276 seconds | ||
| [2012/01/27 17:29:45] @ Quit: whack: Ping timeout: 245 seconds | ||
| [2012/01/27 17:29:49] @ whack joined channel #puppet | ||
| [2012/01/27 17:30:53] @ BLZbubba joined channel #puppet | ||
| [2012/01/27 17:32:42] @ Quit: jbraeuer: Ping timeout: 252 seconds | ||
| [2012/01/27 17:33:20] @ gnat421 joined channel #puppet | ||
| [2012/01/27 17:33:51] <gnat421> so I've been playing with puppet and func | ||
| [2012/01/27 17:34:03] <gnat421> I've got a node which got a certificate | ||
| [2012/01/27 17:34:08] <gnat421> and can talk to the puppet master | ||
| [2012/01/27 17:34:26] <gnat421> however the signed certificate and private key don't seem to match (based on the modulus) | ||
| [2012/01/27 17:34:30] <gnat421> how is that possible? | ||
| [2012/01/27 17:34:59] @ gabrtv left channel #puppet () | ||
| [2012/01/27 17:36:07] <gnat421> the only reason I know something is wrong is that func complains... | ||
| [2012/01/27 17:36:12] <gnat421> puppet seems to work fine | ||
| [2012/01/27 17:36:39] @ iamzaki joined channel #puppet | ||
| [2012/01/27 17:39:32] @ Quit: kangman: Remote host closed the connection | ||
| [2012/01/27 17:40:48] @ skullone joined channel #puppet | ||
| [2012/01/27 17:41:11] <skullone> is is possible to pass variable to a paramaterized class from the puppet dashboard/puppet enterprise? | ||
| [2012/01/27 17:41:46] @ snk joined channel #puppet | ||
| [2012/01/27 17:41:57] @ mezgani joined channel #puppet | ||
| [2012/01/27 17:46:17] @ ezmobius is now known as ezmobius|zoning | ||
| [2012/01/27 17:47:27] @ Thermy joined channel #puppet | ||
| [2012/01/27 17:50:29] @ Callek joined channel #puppet | ||
| [2012/01/27 17:50:42] @ Quit: kesor: Quit: Connection closed for inactivity | ||
| [2012/01/27 17:50:50] @ Quit: marczak: Ping timeout: 252 seconds | ||
| [2012/01/27 17:53:20] @ Quit: _moses_: Quit: leaving | ||
| [2012/01/27 17:53:44] @ _moses_ joined channel #puppet | ||
| [2012/01/27 17:56:35] @ Quit: benkevan: Quit: leaving | ||
| [2012/01/27 17:56:53] @ Quit: spicyWith: Quit: spicyWith | ||
| [2012/01/27 17:56:59] @ dragonheart joined channel #puppet | ||
| [2012/01/27 17:58:19] @ d0ugb joined channel #puppet | ||
| [2012/01/27 17:59:15] <nate_h> skullone, not that i'm aware of | ||
| [2012/01/27 17:59:26] <endzYme> Hi all, just had a quick question on how to go about installing node_aws for puppet | ||
| [2012/01/27 18:02:15] @ Quit: dragonheart: Ping timeout: 276 seconds | ||
| [2012/01/27 18:03:32] @ Quit: marrusl: Quit: Счастливо! | ||
| [2012/01/27 18:03:52] <nate_h> Volcane, what was that fact for the current module requesting the hiera data? | ||
| [2012/01/27 18:04:05] <nate_h> Volcane, going to try stacking all my layers per module so its easier to find stuff | ||
| [2012/01/27 18:04:35] @ marrusl joined channel #puppet | ||
| [2012/01/27 18:04:38] @ Quit: techhelp: Ping timeout: 252 seconds | ||
| [2012/01/27 18:05:02] @ aculich joined channel #puppet | ||
| [2012/01/27 18:06:10] <nate_h> nevermind %{calling_module} | ||
| [2012/01/27 18:07:09] <ralos> Whats the quickest way to find the ChangeLog from 2.7.9 to 2.7.10 ? | ||
| [2012/01/27 18:07:18] @ Quit: takamichi: Ping timeout: 252 seconds | ||
| [2012/01/27 18:07:58] @ Quit: init: Read error: Connection reset by peer | ||
| [2012/01/27 18:08:45] <nate_h> probably http://projects.puppetlabs.com/projects/1/wiki/Release_Notes | ||
| [2012/01/27 18:10:39] @ newtMcKerr joined channel #puppet | ||
| [2012/01/27 18:10:42] @ Quit: sduchesneau: Ping timeout: 272 seconds | ||
| [2012/01/27 18:11:00] <ralos> thanks. | ||
| [2012/01/27 18:15:47] @ Quit: mbrannigan: Quit: mbrannigan | ||
| [2012/01/27 18:16:49] @ Quit: spiette: Quit: Leaving | ||
| [2012/01/27 18:17:37] @ Quit: plasmonyc: Quit: Leaving. | ||
| [2012/01/27 18:19:19] @ benkevan joined channel #puppet | ||
| [2012/01/27 18:21:25] @ JayTaph joined channel #puppet | ||
| [2012/01/27 18:23:24] @ init joined channel #puppet | ||
| [2012/01/27 18:23:30] @ ranamalo joined channel #puppet | ||
| [2012/01/27 18:25:50] @ sduchesneau joined channel #puppet | ||
| [2012/01/27 18:27:09] @ Quit: emmanuelux: Ping timeout: 240 seconds | ||
| [2012/01/27 18:28:33] @ Quit: init: Quit: Verlassend | ||
| [2012/01/27 18:29:13] @ init joined channel #puppet | ||
| [2012/01/27 18:32:09] @ Quit: gazoombo: Quit: Leaving. | ||
| [2012/01/27 18:32:14] <ranamalo> is there a way to exec a command on the puppet client using a text file that is on the puppetmaster (i don't want it to be on the puppet client)? for example: twadmin --create-cfgfile tripwireconfig.txt (where tripwireconfig.txt is located on the puppetmaster) | ||
| [2012/01/27 18:32:58] @ bman1 joined channel #puppet | ||
| [2012/01/27 18:35:06] @ Quit: iamzaki: Remote host closed the connection | ||
| [2012/01/27 18:36:27] @ Quit: d0ugb: Quit: Leaving... | ||
| [2012/01/27 18:36:35] @ Quit: brtl: Quit: Leaving. | ||
| [2012/01/27 18:37:17] @ Quit: nated: Quit: leaving | ||
| [2012/01/27 18:37:17] <Callek> ranamalo: you could do an inline_template on the puppetmaster which would pass specific commands to the client (in theory) | ||
| [2012/01/27 18:37:25] <Callek> or you could pass the file to client, do commands, tehn remove the file | ||
| [2012/01/27 18:37:30] @ nated joined channel #puppet | ||
| [2012/01/27 18:37:37] @ Quit: nated: Changing host | ||
| [2012/01/27 18:37:37] @ nated joined channel #puppet | ||
| [2012/01/27 18:38:52] @ Quit: kermit: Quit: Leaving. | ||
| [2012/01/27 18:38:53] @ brandon_dacrib joined channel #puppet | ||
| [2012/01/27 18:40:47] <nate_h> odyi, are you ody on github? | ||
| [2012/01/27 18:40:51] @ gnat421 left channel #puppet () | ||
| [2012/01/27 18:42:26] @ Quit: brandon_dacrib: Client Quit | ||
| [2012/01/27 18:43:14] @ techhelp joined channel #puppet | ||
| [2012/01/27 18:49:23] @ Quit: init: Quit: Verlassend | ||
| [2012/01/27 18:51:12] @ Quit: dim0: Remote host closed the connection | ||
| [2012/01/27 18:51:42] @ Quit: cwebber: Quit: Leaving. | ||
| [2012/01/27 18:53:39] @ Quit: sduchesneau: Ping timeout: 248 seconds | ||
| [2012/01/27 18:56:00] @ kermit joined channel #puppet | ||
| [2012/01/27 18:58:08] @ Quit: benjiedmund: Remote host closed the connection | ||
| [2012/01/27 18:58:39] @ Quit: techhelp: Quit: This computer has gone to sleep | ||
| [2012/01/27 19:02:06] @ Quit: kenperkins: Read error: Operation timed out | ||
| [2012/01/27 19:07:29] @ zachc joined channel #puppet | ||
| [2012/01/27 19:07:41] @ Quit: key: Remote host closed the connection | ||
| [2012/01/27 19:08:21] <zachc> what's the difference between the metaparameter notify and subscribe? | ||
| [2012/01/27 19:09:01] @ Quit: Niarf1: Quit: Leaving. | ||
| [2012/01/27 19:09:25] <Volcane> subscribe observes another resource and reacts when the other resource changes | ||
| [2012/01/27 19:09:35] <Volcane> so a service can observe a file which then restart | ||
| [2012/01/27 19:09:46] <Volcane> notify is the file telling the service to restart when it changes | ||
| [2012/01/27 19:09:59] <Volcane> same effect but you decide which approach works best for your need | ||
| [2012/01/27 19:11:29] @ Quit: marrusl: Remote host closed the connection | ||
| [2012/01/27 19:11:30] @ Quit: ghg: Ping timeout: 252 seconds | ||
| [2012/01/27 19:11:31] @ Quit: endzYme: Quit: Leaving. | ||
| [2012/01/27 19:12:05] @ nkts joined channel #puppet | ||
| [2012/01/27 19:12:09] @ tizzo is now known as tizzo-afk | ||
| [2012/01/27 19:12:46] @ Quit: fly9: Quit: Leaving. | ||
| [2012/01/27 19:16:20] @ Callek_ joined channel #puppet | ||
| [2012/01/27 19:16:28] @ Quit: Callek_: Client Quit | ||
| [2012/01/27 19:17:07] @ Quit: Tobu: Ping timeout: 252 seconds | ||
| [2012/01/27 19:17:40] @ Tobu joined channel #puppet | ||
| [2012/01/27 19:17:42] @ Quit: JayTaph: Quit: JayTaph | ||
| [2012/01/27 19:17:50] @ Quit: DJClean: Read error: Operation timed out | ||
| [2012/01/27 19:18:17] @ Quit: Callek: Ping timeout: 276 seconds | ||
| [2012/01/27 19:20:14] @ Quit: langworthy: Quit: langworthy | ||
| [2012/01/27 19:21:10] @ Quit: alanevans: Remote host closed the connection | ||
| [2012/01/27 19:21:14] @ autojack joined channel #puppet | ||
| [2012/01/27 19:21:56] <autojack> I'm looking for a way to extend Puppet to do basic mysql user creation and grants. so far I've found 3 mysql puppet modules. does anyone have one that they recommend (or ones I should avoid)? | ||
| [2012/01/27 19:22:49] @ ezmobius joined channel #puppet | ||
| [2012/01/27 19:23:01] @ Quit: althara: Quit: Leaving. | ||
| [2012/01/27 19:23:35] @ Quit: shadoi: Quit: Leaving. | ||
| [2012/01/27 19:25:29] @ Quit: newtMcKerr: Quit: Leaving. | ||
| [2012/01/27 19:26:43] @ Quit: ezmobius|zoning: Ping timeout: 252 seconds | ||
| [2012/01/27 19:27:47] @ Quit: blentz: Quit: Ex-Chat | ||
| [2012/01/27 19:28:34] @ Quit: dan__t: Ping timeout: 260 seconds | ||
| [2012/01/27 19:29:44] @ Quit: benkevan: Quit: leaving | ||
| [2012/01/27 19:30:55] @ loganspencer joined channel #puppet | ||
| [2012/01/27 19:32:02] @ danblack joined channel #puppet | ||
| [2012/01/27 19:32:29] @ Quit: zwi: Remote host closed the connection | ||
| [2012/01/27 19:33:11] @ zwi joined channel #puppet | ||
| [2012/01/27 19:35:38] @ Quit: _moses_: Quit: Lost terminal | ||
| [2012/01/27 19:42:11] @ Quit: BLZbubba: Ping timeout: 248 seconds | ||
| [2012/01/27 19:43:43] <dissipate> autojack, i was looking for one that sets up a slave on another server, but apparently you need to use mcollective in tandem with puppet to do that (or so i was told). | ||
| [2012/01/27 19:44:44] <autojack> aha | ||
| [2012/01/27 19:44:52] <autojack> I've now found 4 mysql modules | ||
| [2012/01/27 19:45:01] <autojack> including the puppetlabs one. all seem to be in active development. | ||
| [2012/01/27 19:45:31] <dissipate> autojack, links? | ||
| [2012/01/27 19:45:53] @ BLZbubba joined channel #puppet | ||
| [2012/01/27 19:46:01] <autojack> https://github.com/puppetlabs/puppetlabs-mysql | ||
| [2012/01/27 19:46:07] <autojack> https://github.com/camptocamp/puppet-mysql | ||
| [2012/01/27 19:46:12] <autojack> https://github.com/example42/puppet-modules/tree/master/mysql | ||
| [2012/01/27 19:46:23] <autojack> https://labs.riseup.net/code/projects/shared-mysql | ||
| [2012/01/27 19:46:41] @ plasmonyc joined channel #puppet | ||
| [2012/01/27 19:46:50] <ryancoleman> http://forge.puppetlabs.com/modules?q=mysql&commit=Go can be useful too. :-) | ||
| [2012/01/27 19:47:04] <autojack> haha | ||
| [2012/01/27 19:47:41] <ryancoleman> not that I've helped you answer your initial question autojack. :-). Actually, there's been some work on the puppetlabs-mysql module lately that may help you with the user creation and grants. pull requests welcome too. | ||
| [2012/01/27 19:48:15] <autojack> right | ||
| [2012/01/27 19:48:24] <autojack> all of them seem to be capable of doing what I want | ||
| [2012/01/27 19:48:37] <autojack> I just would like to use whichever one doesn't suck :) | ||
| [2012/01/27 19:48:58] <ryancoleman> autojack: Ah, sorry.. I haven't used anything other than the puppetlabs-mysql module. I just saw some links flying by and thought I'd play too. :-) | ||
| [2012/01/27 19:49:26] @ tmclaugh joined channel #puppet | ||
| [2012/01/27 19:49:28] <autojack> is that one any good? | ||
| [2012/01/27 19:49:32] @ langworthy joined channel #puppet | ||
| [2012/01/27 19:49:33] <dissipate> autojack, i would just extend this: http://projects.puppetlabs.com/projects/1/wiki/My_Sql_Server_Patterns | ||
| [2012/01/27 19:50:23] <ryancoleman> autojack: That's a subjective term, but yes, it's pretty useful. Give it a shot. | ||
| [2012/01/27 19:50:30] <autojack> ok | ||
| [2012/01/27 19:51:37] <ryancoleman> autojack: ^ Disclaimer, I work for Puppet Labs but genuinely just used the module as a consumer and it met my needs. | ||
| [2012/01/27 19:52:44] @ flowerpot joined channel #puppet | ||
| [2012/01/27 19:52:51] <autojack> hehe | ||
| [2012/01/27 19:52:56] <autojack> argggg you're biased | ||
| [2012/01/27 19:53:00] <autojack> I can't trust you now! | ||
| [2012/01/27 19:53:11] <dissipate> ryancoleman, how about setting up mysql slave servers? i have a recipe for this for ubuntu but porting it to puppet seems rather messy. although, i'm a puppet newb, so maybe that's the problem. | ||
| [2012/01/27 19:53:46] <ryancoleman> autojack: >.> | ||
| [2012/01/27 19:54:22] <eric0> sup autojack | ||
| [2012/01/27 19:55:20] <autojack> hey! | ||
| [2012/01/27 19:55:49] <ryancoleman> dissipate: I haven't tried it for that, but the module will setup the mysql-server for you and help you manage its configuration. You'll likely be able to do what you need, but YMMV. The Puppet Users Google Group would be a great resource for that kind of a question as well. | ||
| [2012/01/27 19:56:18] <dissipate> autojack, looks like the functionality you want is already here: http://forge.puppetlabs.com/puppetlabs/mysql | ||
| [2012/01/27 19:56:34] @ Quit: williemach: Quit: Leaving. | ||
| [2012/01/27 19:56:47] <dissipate> database_grant { ‘user@localhost/database’: privileges => [‘all’] , } ` | ||
| [2012/01/27 19:56:58] <autojack> sweet | ||
| [2012/01/27 19:57:02] @ Quit: kermit: Quit: Leaving. | ||
| [2012/01/27 19:57:39] <autojack> seems like a place to start. | ||
| [2012/01/27 19:59:40] <dissipate> ryancoleman, the problem i see is that in order to set up a slave you have to run a mysql command to get the position your master is at in its log file (show master status), then use that to configure the slave on the other server. AFAIK puppet alone does not support this type of server communication. unless i'm mistaken... | ||
| [2012/01/27 20:00:07] @ Quit: gniks: Quit: Leaving. | ||
| [2012/01/27 20:00:32] <autojack> mysql::server - installs mysql-server, starts service, sets root_pw, and sets root | ||
| [2012/01/27 20:00:39] <autojack> installs it from where? | ||
| [2012/01/27 20:01:26] @ jsm joined channel #puppet | ||
| [2012/01/27 20:01:51] <dissipate> autojack, from whatever package manager you are using | ||
| [2012/01/27 20:02:14] <ryancoleman> dissipate: I don't believe the module will do this for you out of the box (and I doubt any have been written to) but if you'd like to add that functionality into the module and submit a pull request, I'm sure the maintainers would be thrilled. | ||
| [2012/01/27 20:02:42] <autojack> dissipate: OK. | ||
| [2012/01/27 20:02:51] <autojack> I have to look and see how we are currently managing mysql install | ||
| [2012/01/27 20:02:59] <autojack> I think we just require the package | ||
| [2012/01/27 20:03:04] <autojack> (using Debian) | ||
| [2012/01/27 20:03:06] @ Quit: jiboumans: Quit: jiboumans | ||
| [2012/01/27 20:03:32] <dissipate> autojack, different OSes/distributions have different names for the mysql packages. | ||
| [2012/01/27 20:04:05] <dissipate> so i'm not sure how that mysql module is handling that. perhaps it is selecting the package name based on some hash with the OS as the key. | ||
| [2012/01/27 20:05:17] <dissipate> ryancoleman, my solution for setting up a mysql slave would use tools outside the scope of puppet. so i doubt my module would be useful since it would call scripts that would be very specific to my setup. :( | ||
| [2012/01/27 20:06:17] @ Quit: loganspencer: Quit: Textual IRC Client: http://www.textualapp.com/ | ||
| [2012/01/27 20:06:17] <dissipate> in fact, for hot backups i switched to using 'xtrabackup', and i skipped setting up a mysql slave altogether. | ||
| [2012/01/27 20:08:56] @ ezmobius is now known as ezmobius|zoning | ||
| [2012/01/27 20:09:12] @ Quit: Tobu: Ping timeout: 252 seconds | ||
| [2012/01/27 20:11:26] <autojack> hmm, yeah so we just have our own mysql::server class, which just requires the packages | ||
| [2012/01/27 20:11:46] <autojack> package { "mysql-server": ensure => installed} etc. etc. | ||
| [2012/01/27 20:15:57] @ Holocaine joined channel #puppet | ||
| [2012/01/27 20:16:20] @ Quit: Thermy: Quit: Page closed | ||
| [2012/01/27 20:17:29] @ Quit: seanh-ansca: Ping timeout: 255 seconds | ||
| [2012/01/27 20:19:11] @ Quit: djm68: Remote host closed the connection | ||
| [2012/01/27 20:19:44] @ Quit: aculich: Ping timeout: 255 seconds | ||
| [2012/01/27 20:20:34] @ Quit: lak: Quit: Leaving. | ||
| [2012/01/27 20:26:07] <skullone> anyone runnin PE 20.1? | ||
| [2012/01/27 20:26:14] <skullone> 2.0.1 even | ||
| [2012/01/27 20:26:37] @ |Majestic| joined channel #puppet | ||
| [2012/01/27 20:27:02] @ Quit: pcarlisle: Quit: Computer has gone to sleep. | ||
| [2012/01/27 20:29:58] @ Quit: ^Majestic^: Ping timeout: 252 seconds | ||
| [2012/01/27 20:30:46] @ Quit: rsnhyperion: Quit: rsnhyperion | ||
| [2012/01/27 20:33:41] @ Quit: zachc: Quit: Page closed | ||
| [2012/01/27 20:35:21] @ Quit: nfagerlund: Remote host closed the connection | ||
| [2012/01/27 20:37:34] @ newtMcKerr joined channel #puppet | ||
| [2012/01/27 20:37:35] @ Quit: newtMcKerr: Changing host | ||
| [2012/01/27 20:37:35] @ newtMcKerr joined channel #puppet | ||
| [2012/01/27 20:42:46] <bman1> will this work ? node /^webtest-i\d+\.foo.com/, 'webtest-office.foo.com' { | ||
| [2012/01/27 20:44:24] @ Quit: jsurfer: Quit: jsurfer | ||
| [2012/01/27 20:44:31] <eric0> bman1: i believe so , or you could use regexp alternatives /^webtest-(i\d+|office)\.foo\.com/ | ||
| [2012/01/27 20:44:48] @ Quit: cwarden: Read error: Operation timed out | ||
| [2012/01/27 20:44:48] <bman1> right thanks | ||
| [2012/01/27 20:44:52] <bman1> checking | ||
| [2012/01/27 20:45:13] <autojack> hmm | ||
| [2012/01/27 20:45:27] <autojack> I suspect our version of puppet may not include this mysql module. | ||
| [2012/01/27 20:46:03] @ ^Majestic^ joined channel #puppet | ||
| [2012/01/27 20:48:33] <eric0> autojack: unless i misunderstand what you mean, you need to put it on your server and use pluginsync to distribute it | ||
| [2012/01/27 20:48:59] <autojack> right | ||
| [2012/01/27 20:49:03] @ Diranged left channel #puppet () | ||
| [2012/01/27 20:49:13] <autojack> oh I see | ||
| [2012/01/27 20:49:39] @ Quit: |Majestic|: Ping timeout: 260 seconds | ||
| [2012/01/27 20:51:26] <autojack> probably a job for Monday then. | ||
| [2012/01/27 20:51:54] <eric0> get thee to 21st Amendment or its moral equivalent | ||
| [2012/01/27 20:52:23] @ shadoi joined channel #puppet | ||
| [2012/01/27 20:53:16] @ Quit: kerframil: Quit: Leaving | ||
| [2012/01/27 20:53:22] <autojack> haha | ||
| [2012/01/27 20:53:28] <autojack> my house is the equivalent | ||
| [2012/01/27 20:57:12] @ Quit: shadoi: Client Quit | ||
| [2012/01/27 21:01:16] <autojack> thanks for the help guys | ||
| [2012/01/27 21:01:21] @ autojack left channel #puppet () | ||
| [2012/01/27 21:02:40] @ Quit: ldlework: Ping timeout: 245 seconds | ||
| [2012/01/27 21:04:45] @ alanevans joined channel #puppet | ||
| [2012/01/27 21:12:12] @ Tobu joined channel #puppet | ||
| [2012/01/27 21:18:07] <jbaldridge> mmmm 21st Amendment | ||
| [2012/01/27 21:20:24] @ Quit: langworthy: Quit: langworthy | ||
| [2012/01/27 21:21:45] @ nitram_macair_ joined channel #puppet | ||
| [2012/01/27 21:22:02] @ Quit: shawns|work: Ping timeout: 252 seconds | ||
| [2012/01/27 21:27:45] @ Quit: gadavis: Quit: Leaving. | ||
| [2012/01/27 21:28:33] @ Quit: erkules: Ping timeout: 245 seconds | ||
| [2012/01/27 21:29:05] @ erkules joined channel #puppet | ||
| [2012/01/27 21:29:55] @ gniks joined channel #puppet | ||
| [2012/01/27 21:30:27] @ Quit: bigwiggler: Ping timeout: 255 seconds | ||
| [2012/01/27 21:32:19] <eric0> speakin'a'which, i'm done. | ||
| [2012/01/27 21:32:20] @ bigwiggler joined channel #puppet | ||
| [2012/01/27 21:34:21] @ shawns|work joined channel #puppet | ||
| [2012/01/27 21:41:06] @ Quit: plasmonyc: Quit: Leaving. | ||
| [2012/01/27 21:41:18] @ Quit: zwi: Quit: Leaving. | ||
| [2012/01/27 21:41:37] @ Quit: rcrowley: Quit: Computer has gone to sleep. | ||
| [2012/01/27 21:42:59] @ langworthy joined channel #puppet | ||
| [2012/01/27 21:43:56] @ plasmonyc joined channel #puppet | ||
| [2012/01/27 21:44:16] @ plasmonyc left channel #puppet () | ||
| [2012/01/27 21:45:24] @ Quit: Tobu: Ping timeout: 272 seconds | ||
| [2012/01/27 21:47:46] @ Quit: shawns|work: Ping timeout: 276 seconds | ||
| [2012/01/27 21:52:45] @ ezmobius|zoning is now known as ezmobius | ||
| [2012/01/27 21:53:32] @ Tobu joined channel #puppet | ||
| [2012/01/27 21:53:59] @ Quit: newtMcKerr: Quit: Leaving. | ||
| [2012/01/27 21:53:59] @ Quit: langworthy: Quit: langworthy | ||
| [2012/01/27 21:54:58] @ Quit: neonflux: Quit: Leaving. | ||
| [2012/01/27 21:58:44] @ Quit: justin_donaldson: Quit: Leaving. | ||
| [2012/01/27 22:01:10] @ shawns|work joined channel #puppet | ||
| [2012/01/27 22:01:55] @ Quit: ezmobius: Quit: peace out | ||
| [2012/01/27 22:03:32] @ jsurfer joined channel #puppet | ||
| [2012/01/27 22:03:44] @ Quit: hooper: Ping timeout: 260 seconds | ||
| [2012/01/27 22:08:01] @ tizzo-afk is now known as tizzo | ||
| [2012/01/27 22:08:56] @ zwi joined channel #puppet | ||
| [2012/01/27 22:10:04] @ Quit: BLZbubba: Ping timeout: 252 seconds | ||
| [2012/01/27 22:15:57] @ BLZbubba joined channel #puppet | ||
| [2012/01/27 22:16:08] @ techhelp joined channel #puppet | ||
| [2012/01/27 22:19:00] @ Quit: zwi: Quit: Leaving. | ||
| [2012/01/27 22:22:40] @ Quit: comptona: Quit: Leaving. | ||
| [2012/01/27 22:25:06] @ Quit: bmahe: Quit: Leaving | ||
| [2012/01/27 22:28:21] @ plasmonyc joined channel #puppet | ||
| [2012/01/27 22:30:06] @ zwi joined channel #puppet | ||
| [2012/01/27 22:41:47] @ kermit joined channel #puppet | ||
| [2012/01/27 22:46:30] @ Quit: ^Majestic^: Ping timeout: 248 seconds | ||
| [2012/01/27 22:46:39] @ Quit: cliff-hm: Ping timeout: 240 seconds | ||
| [2012/01/27 22:48:05] @ Quit: robbyt: Quit: robbyt | ||
| [2012/01/27 22:50:55] @ rcrowley joined channel #puppet | ||
| [2012/01/27 22:51:58] <Ancient> is there a more effective syntax checker than `puppet parse validate --ignoreimport path/to/each.pp` as it seems to miss even the most obvious errors I try to make it fail with | ||
| [2012/01/27 22:52:26] <Ancient> s/parse/parser/ | ||
| [2012/01/27 22:54:27] <ryancoleman> Ancient: Depending on what you're checking for, puppet-lint (https://github.com/rodjek/puppet-lint) may help. It checks for style issues whereas puppet parser just checks for things that would parse fail. | ||
| [2012/01/27 22:56:31] @ denstark left channel #puppet ("WeeChat 0.3.5") | ||
| [2012/01/27 22:56:38] @ Quit: nkts: Read error: Connection reset by peer | ||
| [2012/01/27 22:56:46] @ nkts joined channel #puppet | ||
| [2012/01/27 22:59:44] @ rsnhyperion joined channel #puppet | ||
| [2012/01/27 23:00:25] @ Quit: bosszaru: Quit: leaving | ||
| [2012/01/27 23:01:39] @ aculich joined channel #puppet | ||
| [2012/01/27 23:03:57] @ Quit: motomike: Quit: Leaving. | ||
| [2012/01/27 23:06:26] @ kenperkins joined channel #puppet | ||
| [2012/01/27 23:06:58] @ dissipate_ joined channel #puppet | ||
| [2012/01/27 23:07:44] @ Quit: end3r-: Quit: WeeChat 0.3.6 | ||
| [2012/01/27 23:08:09] @ end3r- joined channel #puppet | ||
| [2012/01/27 23:08:11] @ Quit: kenperkins: Client Quit | ||
| [2012/01/27 23:10:13] @ kenperkins joined channel #puppet | ||
| [2012/01/27 23:13:27] @ neonflux joined channel #puppet | ||
| [2012/01/27 23:15:16] @ Quit: dissipate_: Quit: Leaving | ||
| [2012/01/27 23:15:21] @ dissipate_ joined channel #puppet | ||
| [2012/01/27 23:19:53] @ Quit: rsnhyperion: Quit: rsnhyperion | ||
| [2012/01/27 23:23:22] @ d0ugb joined channel #puppet | ||
| [2012/01/27 23:23:38] @ Quit: nitram_macair_: Quit: nitram_macair_ | ||
| [2012/01/27 23:28:33] @ Quit: neonflux: Ping timeout: 245 seconds | ||
| [2012/01/27 23:34:54] @ gazoombo joined channel #puppet | ||
| [2012/01/27 23:38:25] @ gazoombo1 joined channel #puppet | ||
| [2012/01/27 23:40:03] @ Quit: jsurfer: Quit: jsurfer | ||
| [2012/01/27 23:40:24] @ jsurfer joined channel #puppet | ||
| [2012/01/27 23:40:34] @ Quit: gazoombo: Ping timeout: 248 seconds | ||
| [2012/01/27 23:45:38] @ neonflux joined channel #puppet | ||
| [2012/01/27 23:49:40] @ Quit: jsurfer: Ping timeout: 252 seconds | ||
| [2012/01/27 23:51:23] @ spicyWith joined channel #puppet | ||
| [2012/01/27 23:51:44] @ bigwiggl1r joined channel #puppet | ||
| [2012/01/27 23:54:36] @ Surv_OT_Fittest joined channel #puppet | ||
| [2012/01/27 23:55:04] @ Quit: bigwiggler: Ping timeout: 252 seconds | ||
| [2012/01/27 23:55:13] @ Prometheus joined channel #puppet | ||
| [2012/01/27 23:56:34] @ Quit: neonflux: Ping timeout: 248 seconds |
Generated by irclog2html.py 2.9.2 by Marius Gedminas - find it at mg.pov.lt!