[07:20:49] errand [08:58:47] volans: you somehow got ahold of the config generated by puppet I created for kafka spicerack -how did you do that? [08:59:42] zpapierski: I suppose it was extracted from puppet compiler output [08:59:47] * gehel does not have much context [09:00:02] zpapierski: the puppet compiler [09:00:03] https://wikitech.wikimedia.org/wiki/Nova_Resource:Puppet-diffs [09:00:09] sorry juming in a meting right now [09:00:30] no worries, I'll figure out the rest [09:23:04] PCC failed, apparently I have the same issue that ebernhardson had :( [09:25:22] elukey: how did you get your PCC to work? I saw that you had the same issues at some point [09:27:52] zpapierski: o/ there is a problem that SRE is looking into right now, it seems that some nodes don't have up-to-date puppet facts in puppetdb [09:28:41] ah, I see - I wonder if spicerack configs will generate for any old instance, or just cumin hosts will do... [09:28:50] thx for letting me know [09:29:02] use cumin1001, should work fine [09:30:49] thx, will try [09:35:54] it worked, thx again [09:40:45] zpapierski: still in meeting but if you clock on change catalog you get the whole PSON (basically json) that if it doesn't crash your browser tab you can search for the file path [09:40:50] and see its actual content [09:40:58] (or just download it OFC :D ) [09:41:05] I already have it, it's in the diff [09:56:29] lunch [09:58:28] lunch 2 [10:11:01] ah right the full diff :) [10:11:08] I always forgot we've added that [10:45:38] relocating + lunch [12:20:02] @team: reminder to fill out the communication survey: https://forms.gle/APU7rR7yDWWuDSoR9 [13:00:23] Errand, back in a few [14:26:46] relocating [17:50:01] anyone have David's link to the loop quantum gravity video? I closed the hangout before I clicked on it! [18:59:29] Trey314159: https://www.youtube.com/watch?v=xeHHjGKwZWM david physics video [19:55:48] ryankemper: thanks! [19:58:28] sorry shared the one in italian this one is in english https://www.youtube.com/watch?v=-6rWqJhDv7M (you can skip to min 33) [20:36:56] * ebernhardson now remembers why nginx and try_files was such an upgrade over apache rewrites [20:48:24] ebernhardson: your rewrite fix worked without any hitches! woot https://query.wikidata.org/querybuilder [20:49:14] and good point on the nginx try_files, apache rewrites are starting to feel like the way shell string substitution works...it gets the job done but is a little too easy to set off a foot-gun [20:50:51] ryankemper: it just has odd quirks, like $REQUEST_FILENAME is supposed to be exactly what we want, including with aliases resolved. But that doesn't exist inside a VirtualHost declaration because reasons :)