| [2010/08/10 00:00:14] @ Log started by gepetto | ||
| [2010/08/10 00:00:14] @ Quit: ed209: Ping timeout: 258 seconds | ||
| [2010/08/10 00:00:37] @ Quit: cynicismic: Ping timeout: 258 seconds | ||
| [2010/08/10 00:01:17] @ cynicismic joined channel #puppet | ||
| [2010/08/10 00:02:32] @ Quit: bgupta: Quit: bgupta | ||
| [2010/08/10 00:03:15] @ MattyM joined channel #puppet | ||
| [2010/08/10 00:08:01] @ gutseb joined channel #puppet | ||
| [2010/08/10 00:08:26] @ Quit: randyb: Remote host closed the connection | ||
| [2010/08/10 00:08:40] @ Quit: shenson: Ping timeout: 258 seconds | ||
| [2010/08/10 00:08:42] @ randyb joined channel #puppet | ||
| [2010/08/10 00:09:17] @ shenson joined channel #puppet | ||
| [2010/08/10 00:10:06] @ Quit: ]oestewart: Quit: This computer has gone to sleep | ||
| [2010/08/10 00:11:41] @ ed209 joined channel #puppet | ||
| [2010/08/10 00:12:52] @ Quit: Pupeno[work]: Quit: Pupeno[work] | ||
| [2010/08/10 00:14:25] <madduck> How can I create a definition (which uses a template), which can take a string argument, or an array of strings as argument, and then do the appropriate thing (e.g. instantiate multiple templates, or iterate in the template)? | ||
| [2010/08/10 00:15:46] <nico> madduck: want to iterate the array in your template ? | ||
| [2010/08/10 00:16:08] <ohookins> i think i have done that | ||
| [2010/08/10 00:16:13] @ Quit: blahdeblah: Ping timeout: 276 seconds | ||
| [2010/08/10 00:16:19] <nico> <% myarray.each do |foo| %>this is <%=foo%> | ||
| [2010/08/10 00:16:30] <madduck> nico: but what if myarray is a string, not an array | ||
| [2010/08/10 00:17:23] <nico> use a selector in your template ? | ||
| [2010/08/10 00:17:29] @ Quit: mattock: Ping timeout: 258 seconds | ||
| [2010/08/10 00:17:29] <nico> myarray.class | ||
| [2010/08/10 00:17:39] <mosez> morning | ||
| [2010/08/10 00:17:49] <nico> madduck: templates are some ruby, so you're free | ||
| [2010/08/10 00:17:57] @ TREllis joined channel #puppet | ||
| [2010/08/10 00:18:16] <madduck> nico: oh, select based on the .class parameter? Puppet can do this? | ||
| [2010/08/10 00:18:28] <nico> templates can do it | ||
| [2010/08/10 00:18:30] * madduck can try later | ||
| [2010/08/10 00:18:32] <nico> not puppet | ||
| [2010/08/10 00:18:38] <madduck> sure, templates can also do obj.respond_to? :each | ||
| [2010/08/10 00:18:44] <madduck> can i do it at puppet-level? | ||
| [2010/08/10 00:18:53] <nico> not to my knowledge | ||
| [2010/08/10 00:18:55] <madduck> (i.e. if I want to instantiate multiple files) | ||
| [2010/08/10 00:19:11] <nico> but ask a guru to be sure | ||
| [2010/08/10 00:19:46] <mosez> how hoften refreshs the puppet client? my changes from yesterday evening are not updated on one client | ||
| [2010/08/10 00:20:03] @ Quit: spacex: Quit: Leaving. | ||
| [2010/08/10 00:20:48] <kjetilho> madduck: you can split the string into an array and use that to instantiate several defines | ||
| [2010/08/10 00:22:00] <mosez> have i got to restart the clients on every change? | ||
| [2010/08/10 00:22:08] @ spacex joined channel #puppet | ||
| [2010/08/10 00:22:51] @ Quit: ed209: Ping timeout: 258 seconds | ||
| [2010/08/10 00:23:38] @ Quit: spacex: Client Quit | ||
| [2010/08/10 00:24:35] <madduck> kjetilho: but i cannot split an array, so if i do not know the type of a variable, I cannot do that | ||
| [2010/08/10 00:24:40] <madduck> mosez: no | ||
| [2010/08/10 00:24:54] <madduck> run puuppetd -t to find out | ||
| [2010/08/10 00:27:12] <mosez> so i've got to call this for every change on the clients? | ||
| [2010/08/10 00:27:26] <ohookins> madduck: what do you actually want to do? | ||
| [2010/08/10 00:28:07] @ Quit: kolla: Remote host closed the connection | ||
| [2010/08/10 00:29:40] @ blahdeblah joined channel #puppet | ||
| [2010/08/10 00:31:02] @ themroc joined channel #puppet | ||
| [2010/08/10 00:31:18] @ ]oestewart joined channel #puppet | ||
| [2010/08/10 00:32:10] @ Quit: _sh3: Ping timeout: 245 seconds | ||
| [2010/08/10 00:32:39] @ Quit: jds2001: Ping timeout: 240 seconds | ||
| [2010/08/10 00:33:07] @ Quit: plathrop-away: Ping timeout: 276 seconds | ||
| [2010/08/10 00:33:23] @ Quit: freshtonic: Quit: freshtonic | ||
| [2010/08/10 00:33:27] @ jds2001 joined channel #puppet | ||
| [2010/08/10 00:33:31] @ plathrop-away joined channel #puppet | ||
| [2010/08/10 00:33:35] @ ed209 joined channel #puppet | ||
| [2010/08/10 00:33:39] @ Quit: tholl: Ping timeout: 264 seconds | ||
| [2010/08/10 00:34:00] @ tholl joined channel #puppet | ||
| [2010/08/10 00:34:09] @ verwilst joined channel #puppet | ||
| [2010/08/10 00:34:38] @ _sh3 joined channel #puppet | ||
| [2010/08/10 00:36:15] @ Quit: SpacePope: Ping timeout: 248 seconds | ||
| [2010/08/10 00:36:45] @ SpacePope joined channel #puppet | ||
| [2010/08/10 00:38:59] @ Quit: gutseb: Quit: gutseb | ||
| [2010/08/10 00:42:32] @ gutseb joined channel #puppet | ||
| [2010/08/10 00:43:49] <mosez> so how do i populate my config updates to all connected clients without connecting to every client? | ||
| [2010/08/10 00:44:05] <mosez> s/connected// | ||
| [2010/08/10 00:44:20] <mosez> i dont want to open a shell to every client | ||
| [2010/08/10 00:44:38] @ mattock joined channel #puppet | ||
| [2010/08/10 00:44:53] <nico> mosez: wait 30 minutes ? | ||
| [2010/08/10 00:45:20] <nico> using puppetrun (if you configured your clients for) | ||
| [2010/08/10 00:45:24] <mosez> nico: but i have done changes yesterday and they are not populated :( | ||
| [2010/08/10 00:45:42] <nico> see what's wrong on your client then | ||
| [2010/08/10 00:45:47] <Volcane> mosez: are you running the daemon on the machines? did you look at the syslog on the machines to see whats it saying? | ||
| [2010/08/10 00:47:02] <mosez> volcane: yes, it's running as a daemon. if i trigger puppetd -t on my clients everything is fine | ||
| [2010/08/10 00:47:18] <nico> see logs then | ||
| [2010/08/10 00:48:05] @ mmelin joined channel #puppet | ||
| [2010/08/10 00:50:27] <mosez> strang, the pupped now have updated my files | ||
| [2010/08/10 00:50:40] <ohookins> mosez: what is your client runinterval? | ||
| [2010/08/10 00:51:30] <mosez> ohookins: i have not defined any special runinterval. i have installed the debian package only. | ||
| [2010/08/10 00:52:32] <ohookins> it should be 30 minutes then, are you sure puppetd was running on the machines in question? you should see syslog lines for each run half-hourly | ||
| [2010/08/10 00:53:47] <mosez> ok, i've got the error :) | ||
| [2010/08/10 00:53:49] <mosez> Aug 10 09:20:42 gaia puppetmasterd[27939]: Permission denied: Cannot access mount[plugins] | ||
| [2010/08/10 00:54:09] <mosez> i have forgotten to add the ip of my puppet master for client access to the module files | ||
| [2010/08/10 00:54:30] @ lauanana joined channel #puppet | ||
| [2010/08/10 00:54:48] <Volcane> that specific error you can ignore for the moment, was there any others? | ||
| [2010/08/10 00:55:08] <Naresh> i'm getting these after yesterday's arch changes: "err: Could not retrieve catalog from remote server: execution expired" | ||
| [2010/08/10 00:55:19] <Naresh> and "err: Could not retrieve catalog from remote server: socket read timeout (120 sec)" | ||
| [2010/08/10 00:55:49] <Naresh> puppet-master has no errors in the logs: "Aug 10 02:52:06 puppet puppet-master[11925]: Compiled catalog for server.com in environment production in 0.95 seconds" | ||
| [2010/08/10 00:55:50] @ Quit: lauanana: Client Quit | ||
| [2010/08/10 00:57:00] <nico> your client has problems contacting your master | ||
| [2010/08/10 00:57:19] <Naresh> port 8140 is accessible from the client | ||
| [2010/08/10 00:57:57] <nico> firewalled ? | ||
| [2010/08/10 00:58:35] <Naresh> all these hosts were working fine before i got activemq and postgres into the picture | ||
| [2010/08/10 00:58:41] <Naresh> didn't introduce any firewall | ||
| [2010/08/10 00:58:42] <mosez> http://pastie.org/1083402 mostly depending on plugins | ||
| [2010/08/10 00:59:34] <nico> activemq ? with puppet ? | ||
| [2010/08/10 00:59:36] <mosez> but now all clients are fine | ||
| [2010/08/10 01:00:04] <mosez> nico: http://code.arcs.org.au/gitorious/puppet/puppet-activemq :) | ||
| [2010/08/10 01:00:29] <nico> ho a module | ||
| [2010/08/10 01:00:41] <nico> thought it was in the architecture :D | ||
| [2010/08/10 01:00:58] <Naresh> http://pastie.org/1083404 | ||
| [2010/08/10 01:01:06] <Naresh> not module | ||
| [2010/08/10 01:01:08] <Naresh> in the architecture | ||
| [2010/08/10 01:01:18] <Naresh> http://projects.puppetlabs.com/projects/puppet/wiki/Using_Stored_Configuration | ||
| [2010/08/10 01:02:04] <nico> ho queuing | ||
| [2010/08/10 01:02:07] <nico> never used that | ||
| [2010/08/10 01:04:44] <Naresh> so the connections are in CLOSE_WAIT on puppetmaster | ||
| [2010/08/10 01:04:45] <Naresh> even now | ||
| [2010/08/10 01:05:13] <nico> Naresh: which version of puppet ? | ||
| [2010/08/10 01:05:30] <Naresh> 2.6.0 | ||
| [2010/08/10 01:05:43] <nico> Naresh: first, you don't have a definition for your node | ||
| [2010/08/10 01:06:12] <mosez> is this correct to write for every command require => Package["vim"]? http://pastie.org/1083409 | ||
| [2010/08/10 01:06:18] <Naresh> i do.. | ||
| [2010/08/10 01:06:28] <Naresh> i hm | ||
| [2010/08/10 01:06:34] <nico> Naresh: "Could not retrieve catalog: Could not find default node or by name with 'x01.tbpro.de, x01.tbpro, x01' on node x01.tbpro.de | ||
| [2010/08/10 01:06:44] <Naresh> those are not my logs | ||
| [2010/08/10 01:06:59] <nico> Naresh: hahaha :) sorry :D | ||
| [2010/08/10 01:07:07] <Naresh> hehe | ||
| [2010/08/10 01:07:17] <mosez> nico: that was mine :D | ||
| [2010/08/10 01:09:14] @ Quit: andypea: Remote host closed the connection | ||
| [2010/08/10 01:15:59] @ sdog joined channel #puppet | ||
| [2010/08/10 01:18:34] @ Quit: sdog: Changing host | ||
| [2010/08/10 01:18:34] @ sdog joined channel #puppet | ||
| [2010/08/10 01:18:58] <Naresh> weird. i did a quick revert to stock RPMs from "ruby-enterprise-based puppet install via gem" | ||
| [2010/08/10 01:19:02] <Naresh> and it worked. | ||
| [2010/08/10 01:20:20] @ Quit: randyb: Remote host closed the connection | ||
| [2010/08/10 01:23:38] <mosez> http://github.com/tbpro/puppet-sudo how can i define the sudo users global on my site.pp? | ||
| [2010/08/10 01:24:13] <mosez> currently the are defined static within files/sudoers, but i want to configure them within my main configuration | ||
| [2010/08/10 01:25:12] @ Quit: gutseb: Quit: gutseb | ||
| [2010/08/10 01:28:26] @ andrewh joined channel #puppet | ||
| [2010/08/10 01:29:56] @ Quit: ceren: Ping timeout: 258 seconds | ||
| [2010/08/10 01:30:52] @ ceren joined channel #puppet | ||
| [2010/08/10 01:36:28] @ ewdafa joined channel #puppet | ||
| [2010/08/10 01:36:58] @ mattock1 joined channel #puppet | ||
| [2010/08/10 01:39:29] @ Quit: mattock: Ping timeout: 265 seconds | ||
| [2010/08/10 01:42:35] @ Quit: mmelin: Quit: mmelin | ||
| [2010/08/10 01:43:06] @ mmelin joined channel #puppet | ||
| [2010/08/10 01:44:33] @ lkoranda joined channel #puppet | ||
| [2010/08/10 01:45:25] @ Quit: mattock1: Ping timeout: 246 seconds | ||
| [2010/08/10 01:45:39] @ Quit: pinoyskull: Ping timeout: 258 seconds | ||
| [2010/08/10 01:52:52] @ mrk1207 joined channel #puppet | ||
| [2010/08/10 01:56:28] @ Quit: mmelin: Quit: mmelin | ||
| [2010/08/10 01:57:02] @ mmelin joined channel #puppet | ||
| [2010/08/10 02:00:36] <madduck> ohookins: provide a definition which can take a string or optionally an array of strings as one of the arguments, and then instantiate multiple file resources (one for each item in the array) within the definition. | ||
| [2010/08/10 02:01:45] <ohookins> i think you may be better off limiting your scope; from memory, the time i tried to do dynamic type detection like this it didn't work out | ||
| [2010/08/10 02:02:58] <ohookins> when you say a "string or optionally an array of strings", in the first case is that one string to be turned into an array, or is it just a single object? | ||
| [2010/08/10 02:03:23] @ Quit: Demosthenes: Ping timeout: 260 seconds | ||
| [2010/08/10 02:03:49] <ohookins> obviously providing a single string or array of strings to instantiate resources is an easily achievable thing already | ||
| [2010/08/10 02:04:50] <ohookins> http://pastie.org/1083465 | ||
| [2010/08/10 02:05:27] @ tjoe joined channel #puppet | ||
| [2010/08/10 02:08:50] @ pinoyskull joined channel #puppet | ||
| [2010/08/10 02:17:59] @ kolla joined channel #puppet | ||
| [2010/08/10 02:19:00] @ coleman9719_ joined channel #puppet | ||
| [2010/08/10 02:26:39] @ Quit: ]oestewart: Quit: This computer has gone to sleep | ||
| [2010/08/10 02:28:22] <Naresh> i think my puppetmaster is leaking sockets | ||
| [2010/08/10 02:28:33] <Naresh> leaving connections in CLOSE_WAIT state | ||
| [2010/08/10 02:28:42] <Naresh> and only a restart of the service seems to help | ||
| [2010/08/10 02:28:49] <Naresh> v 2.6.0 | ||
| [2010/08/10 02:33:15] <Naresh> http://projects.puppetlabs.com/issues/1095 | ||
| [2010/08/10 02:33:41] @ Quit: cola: Ping timeout: 252 seconds | ||
| [2010/08/10 02:36:03] @ Quit: n3kl: Ping timeout: 252 seconds | ||
| [2010/08/10 02:37:49] @ n3kl joined channel #puppet | ||
| [2010/08/10 02:44:23] @ gebi joined channel #puppet | ||
| [2010/08/10 02:46:28] @ cola joined channel #puppet | ||
| [2010/08/10 02:49:27] @ ]oestewart joined channel #puppet | ||
| [2010/08/10 02:51:58] @ Quit: pinoyskull: Ping timeout: 258 seconds | ||
| [2010/08/10 02:53:19] @ Quit: macfly: Ping timeout: 248 seconds | ||
| [2010/08/10 02:53:58] @ mfournier joined channel #puppet | ||
| [2010/08/10 02:56:12] @ itguru joined channel #puppet | ||
| [2010/08/10 02:56:12] @ Quit: itguru: Changing host | ||
| [2010/08/10 02:56:12] @ itguru joined channel #puppet | ||
| [2010/08/10 02:56:20] @ Tare joined channel #puppet | ||
| [2010/08/10 03:02:48] @ macfly joined channel #puppet | ||
| [2010/08/10 03:03:58] @ Quit: p3rror: Ping timeout: 265 seconds | ||
| [2010/08/10 03:04:27] @ pinoyskull joined channel #puppet | ||
| [2010/08/10 03:07:02] @ Quit: mmelin: Quit: mmelin | ||
| [2010/08/10 03:07:32] @ mmelin joined channel #puppet | ||
| [2010/08/10 03:07:33] @ MaxBube joined channel #puppet | ||
| [2010/08/10 03:13:03] @ Quit: mfournier: Quit: Changing server | ||
| [2010/08/10 03:15:11] @ Quit: andrewh: Ping timeout: 248 seconds | ||
| [2010/08/10 03:15:16] @ Quit: tjoe: Read error: Operation timed out | ||
| [2010/08/10 03:17:19] @ tecto__ joined channel #puppet | ||
| [2010/08/10 03:18:53] @ p3rror joined channel #puppet | ||
| [2010/08/10 03:19:13] @ Quit: tecto_: Ping timeout: 246 seconds | ||
| [2010/08/10 03:19:32] @ andrewh joined channel #puppet | ||
| [2010/08/10 03:20:01] @ Quit: ceren: Quit: ceren | ||
| [2010/08/10 03:24:05] @ Quit: andrewh: Remote host closed the connection | ||
| [2010/08/10 03:30:46] @ Quit: herdingcat: Ping timeout: 252 seconds | ||
| [2010/08/10 03:32:44] @ herdingcat joined channel #puppet | ||
| [2010/08/10 03:35:08] @ Quit: MaxBube: Quit: Ex-Chat | ||
| [2010/08/10 03:35:16] @ basex joined channel #puppet | ||
| [2010/08/10 03:35:48] <alcy> any clue to diagnose why enabling listen=true in a (0.25.4) puppet client kills the process as soon as it starts ? something do with the way sockets are handled ? | ||
| [2010/08/10 03:37:02] <ohookins> i'm fairly sure i'm using listen on 0.25.4 and it works | ||
| [2010/08/10 03:38:09] <ohookins> do you get any meaningful output from syslog? | ||
| [2010/08/10 03:38:12] @ andrewh joined channel #puppet | ||
| [2010/08/10 03:38:29] <alcy> ohookins: I hope using a backported version doesn't make that big a difference ? anyway to diagnose where is the app failing ? I did an strace and run it in debug mode, it just exits after Autorequiring things | ||
| [2010/08/10 03:39:23] <ohookins> alcy: how are you starting puppetd? | ||
| [2010/08/10 03:39:49] <alcy> ohookins: oh wait, namespaceauth.conf is missing. | ||
| [2010/08/10 03:40:00] <ohookins> yes, that is needed for listen to work | ||
| [2010/08/10 03:41:09] <alcy> hmm, it should show in debug. ah well. | ||
| [2010/08/10 03:42:38] @ basex left channel #puppet () | ||
| [2010/08/10 03:42:55] <Tare> what is listen mode good for? | ||
| [2010/08/10 03:43:38] @ Quit: herdingcat: Quit: Leaving | ||
| [2010/08/10 03:44:33] <alcy> puppetrun, among (maybe) other things. | ||
| [2010/08/10 03:47:24] <Tare> oh thats nice. is also certification needed on this way? | ||
| [2010/08/10 03:48:04] @ Quit: coleman9719_: Quit: coleman9719_ | ||
| [2010/08/10 03:48:49] @ herdingcat joined channel #puppet | ||
| [2010/08/10 03:49:23] @ Quit: herdingcat: Max SendQ exceeded | ||
| [2010/08/10 03:50:00] @ bgupta joined channel #puppet | ||
| [2010/08/10 03:55:09] @ lafille joined channel #puppet | ||
| [2010/08/10 03:55:50] @ Quit: lafille: Client Quit | ||
| [2010/08/10 03:59:11] @ Zirafarafa joined channel #puppet | ||
| [2010/08/10 04:03:36] @ M- joined channel #puppet | ||
| [2010/08/10 04:06:18] @ anderbubble joined channel #puppet | ||
| [2010/08/10 04:07:28] @ Quit: masterzen: Ping timeout: 240 seconds | ||
| [2010/08/10 04:08:02] <alcy> I am unable to use puppetrun with the class argument. Always get this: "You must be using LDAP to specify host classes". But I *am* using LDAP for storing nodes. | ||
| [2010/08/10 04:09:49] @ Quit: sdog: Quit: Leaving. | ||
| [2010/08/10 04:10:06] @ rawler_ joined channel #puppet | ||
| [2010/08/10 04:11:18] <rawler_> hi.. I've been tearing my hair trying to understand how to write a puppetspec that changes a setting in /etc/inputrc | ||
| [2010/08/10 04:11:39] <rawler_> I'd rather not overwrite it completely, but just change a line.. | ||
| [2010/08/10 04:12:12] <rawler_> is there any way short of an exec-statement and write a good old patch? | ||
| [2010/08/10 04:14:47] <Volcane> did you look at augeas? | ||
| [2010/08/10 04:15:14] <rawler_> Volcane: augeas? | ||
| [2010/08/10 04:15:33] @ Ramonster joined channel #puppet | ||
| [2010/08/10 04:16:04] <Volcane> rawler_: google? | ||
| [2010/08/10 04:18:44] @ tgeorgescu joined channel #puppet | ||
| [2010/08/10 04:19:20] <tgeorgescu> G'day all. Whats with the version jump from 0.25 to 2.6? http://puppetlabs.com/downloads/puppet/ | ||
| [2010/08/10 04:19:35] <Volcane> marketing | ||
| [2010/08/10 04:20:06] <fcami> it saves a digit. | ||
| [2010/08/10 04:20:23] <Volcane> fcami: yet its 2.6.0 not 2.6 :) | ||
| [2010/08/10 04:20:52] <fcami> damn. | ||
| [2010/08/10 04:21:20] <ohookins> 2.6.0 still saves a digit over 0.25.5 | ||
| [2010/08/10 04:21:21] <Volcane> basically 0.24 should have been 1.0.0 | ||
| [2010/08/10 04:21:28] <Volcane> so they're retrospectively fixing it | ||
| [2010/08/10 04:21:36] <tgeorgescu> Ahhhh. OK. | ||
| [2010/08/10 04:21:43] <Volcane> or something like that :) | ||
| [2010/08/10 04:21:46] <Volcane> its just a number. | ||
| [2010/08/10 04:21:57] <tgeorgescu> I thought somebody was just hungover and multiplied the next release by 10. | ||
| [2010/08/10 04:27:21] @ Quit: Ramonster: Remote host closed the connection | ||
| [2010/08/10 04:28:02] @ Demosthenes joined channel #puppet | ||
| [2010/08/10 04:28:34] @ Quit: MattyM: Remote host closed the connection | ||
| [2010/08/10 04:31:00] <alcy> this is stranger ? "puppetrun --host abc.com --class apache --debug --trace" only returns "You must be using LDAP to specify host classes" | ||
| [2010/08/10 04:31:15] @ MattyM joined channel #puppet | ||
| [2010/08/10 04:32:08] @ Ramonster joined channel #puppet | ||
| [2010/08/10 04:32:36] @ tazz joined channel #puppet | ||
| [2010/08/10 04:32:51] <alcy> its only when a class is mentioned that it gives this. | ||
| [2010/08/10 04:33:25] <ohadlevy> alcy: cant use it unless you use ldap nodes | ||
| [2010/08/10 04:34:00] @ Quit: nahamu: Read error: Operation timed out | ||
| [2010/08/10 04:35:24] @ nahamu joined channel #puppet | ||
| [2010/08/10 04:40:18] <alcy> ohadlevy: but I *am" using LDAP to store nodes configuration ! or are you referring to th ldapnodes variable in puppetmaster's config ? afaik, that has been replaced by node_terminu=ldap instead | ||
| [2010/08/10 04:40:34] <ohadlevy> alcy: ah ok ;) | ||
| [2010/08/10 04:41:26] <duritong> rawler_: some suits always asked when will version 1.0 be released so they can start using puppet... | ||
| [2010/08/10 04:42:01] <alcy> ohadlevy: maybe open this again ? http://projects.puppetlabs.com/issues/1006 | ||
| [2010/08/10 04:44:44] <mosez> can somebody take a look at my modules? is this a "good" style? -> http://github.com/tbpro | ||
| [2010/08/10 04:44:46] @ manuell joined channel #puppet | ||
| [2010/08/10 04:45:33] @ xcvcx joined channel #puppet | ||
| [2010/08/10 04:46:31] @ hjack joined channel #puppet | ||
| [2010/08/10 04:48:53] @ U9UgmbS joined channel #puppet | ||
| [2010/08/10 04:48:53] <U9UgmbS> Software+piracy+is+WRONG!+You+are+stealing+from+hard+working+programmers.+Your+IP+HAS+been+noted,+and+is+being+forwarded+to+the+SPA+with+a+reccomendation+that+they+investigate+your+CRIMINAL+activity.+Please+delete+all+your+pirated+software+before+you+are+arrested! | ||
| [2010/08/10 04:48:55] <U9UgmbS> you+walk+in(+the+door+will+be+open+for+you)+you+come+to+my+bedrom+where+porn+will+be+playing.......you+begin+to+suck+this+big+black+dick...no+damn+small+talk...just+walk+in+and+start+sucking........i+cum+on+your+face+and+then+you+can+leave+or+then+when+can+have+small+talk.....be+ready.....i+dont+want+a+lot+of+emails+back+and+forth..just+let+me+know+if+your+ready+for+a+address..... | ||
| [2010/08/10 04:48:59] <U9UgmbS> I+QUIT+IRC+FOREVER!+I'M+THROUGH+WITH+THIS+SHIT+HOLE+FUCK+YOU+ALL+YOU+FUCKING+QUEERS!+GO+BACK+TO+YOUR+FUCKING+STUPID+TALK+ABOUT+WEB+BROWSERS+EVERYONE+KNOWS+THAT+OPERA+SUCKS+A+FAT+DICK+ANYWAYS+OH+AND+ALIEN88+-+GET+A+FUCKING+LIFE!+YOU'LL+NEVER+GET+A+FUCKING+GIRLFRIEND+ALL+YOU+DO+IS+SIT+ON+FRONT+OF+THE+COMPUTER+ALL+DAY+LONG+AND+TALK+ABOUT+STUPID+SHIT+WITH+THE+REST+OF+THESE+STUPID+FAGGOTS!+YOU'RE+A+FUCKING+QUEEN+! | ||
| [2010/08/10 04:49:03] <U9UgmbS> When+my+parents+were+tight+on+cash,+I+attempted+to+save+money+on+our+water+bill+by+pissing+in+the+sink,+and+shitting+on+paper+plates+and+dumping+them+in+the+field+behind+our+house. | ||
| [2010/08/10 04:49:05] <U9UgmbS> Or+maybe+i+snatched+your+ip+out+of+the+irc+stream+and+ran+a+backwards+trace+against+it,+but+hey,+who+knows+right?+Security+exists+for+those+who+do+not+know+how+to+break+it. | ||
| [2010/08/10 04:49:08] @ coleman9719_ joined channel #puppet | ||
| [2010/08/10 04:49:11] <U9UgmbS> I've+been+running+Windows+XP+since+beta2,+and+it+really+kicks+ass.+I+don't+have+to+recompile+my+kernel+when+I+want+to+install+an+ethernet+card,+it+automatically+detects+it+and+installs+the+drivers+no+matter+who+the+manufacturer+is.+Dual+monitors?+No+chore+with+windows,+get+two+video+cards,+two+monitors+and+it's+set+up!+I+don't+need+to+edit+config+files+with+editors+that+are+20+years+old,+and+show+it.+Intellimouse+custom | ||
| [2010/08/10 04:49:15] <U9UgmbS> Well,+what+else+is+open?+Besides+your+mouth...when+you're+like+kissing+on+some+gay+dude+and+like+holding+his+muscles,+cuz+his+arms+just+are+like+wrapped+around+you...and+you+feel+like+so+safe+cuz+you're+like,+you+know,+not+like+you're+gay+or+nothin'+but+God+you+just+want+to+like+bury+yourself+in+his+chest+and+just+live+there+forever. | ||
| [2010/08/10 04:49:17] @ ghaskins_mobile joined channel #puppet | ||
| [2010/08/10 04:49:18] <U9UgmbS> +1002001001001202301004100102010300101001001001010110101010100203010101010120+THE+MATIX+HAS+U | ||
| [2010/08/10 04:49:21] <U9UgmbS> A+computer+scientist?+what+are+your+credentials+as+a+scientist?+How+have+you+furthered+scientific+knowledge?+I+am+a+scientist.+PhD+in+space+science,+as+a+matter+of+fact.+A+veritable+rocket+scientist.+I+have+also+developed+software+for+the+last+25+years.+I+have+headed+software+projects+and+delivered+software+to+some+important+customers,+including+the+DoD.+So+forgive+me+if+I+take+exception+to+some+programmer+hack+calling+ | ||
| [2010/08/10 04:49:21] @ Quit: nahamu: Read error: Operation timed out | ||
| [2010/08/10 04:49:21] @ coleman9719__ joined channel #puppet | ||
| [2010/08/10 04:49:23] <Beens> wtf | ||
| [2010/08/10 04:49:23] <U9UgmbS> Niggers+fucked+my+ass+liberally.+They+strapped+me+onto+the+hood+of+their+Cadillac+Escalade+and+could+not+keep+their+enormous+dicks+out+of+me.+They+were+performing+many+red+flag+touches.+I+could+not+believe+how+big+their+cocks+were.+I+told+the+niggers+the+city+would+not+approve+of+an+undercover+police+officer+shitting+blood+for+a+week+without+a+doctor's+note. | ||
| [2010/08/10 04:49:30] <U9UgmbS> No,+actually,+I+am+not+fat.+I+have+about+a+10%+bodyfat,+actually.+I+lift+weights+all+the+time+that+I+am+not+playing+video+gamez+(ps2+sucks). | ||
| [2010/08/10 04:49:34] <duritong> /ignore U9UgmbS | ||
| [2010/08/10 04:49:34] @ nahamu joined channel #puppet | ||
| [2010/08/10 04:49:38] @ xcvcx left channel #puppet () | ||
| [2010/08/10 04:49:39] <duritong> and a channel op should kick it | ||
| [2010/08/10 04:49:40] <U9UgmbS> It's+a+shame+the+gooks+beat+you+good+in+Vietnam.+(though+you+probably+won+the+unofficial+underage+girl+rape+contest)You+fucking+rambo+wankers | ||
| [2010/08/10 04:49:42] <Dominic> Volcane: ping | ||
| [2010/08/10 04:49:43] @ qwML5T joined channel #puppet | ||
| [2010/08/10 04:49:51] <Beens> Volcane: kick U9UgmbS | ||
| [2010/08/10 04:49:53] <U9UgmbS> You+should+connect+your+graphics+card+directly+to+the+mains.+You+can+buy+molex+connectors+from+any+good+electronics+store+and+then+splice+it+into+the+lead+from+a+hair+dryer+or+toaster.+This+should+deliver+the+correct+voltage+direct+to+your+graphics+card+(the+molex+also+functions+as+a+voltage+regulator+and+AC+rectifier).+It's+the+equivalent+of+having+an+Antex+3kW+power+supply. | ||
| [2010/08/10 04:50:04] <U9UgmbS> hey+everyone+remember+that+one+time+when+klerck+shot+himself+directly+in+the+face+with+a+shotgun+and+killed+himself+and+we+all+were+like+"whoa"+and+he+was+like+"drip+drip"...+that+shit+was+awesome | ||
| [2010/08/10 04:50:11] <qwML5T> Like+you've+ever+been+to+an+arcade.+The+skin+on+your+back+would+peel+off+if+you+ever+extricated+yourself+from+your+oily+throne+of+cheeto+crumbs+and+mountain+dew+stains. | ||
| [2010/08/10 04:50:14] <U9UgmbS> I+dont+even+know+what+indie+rock+is,+but+it+sure+as+fuck+isnt+going+to+get+you+play+with+any+of+the+girls+I+hang+out+with. | ||
| [2010/08/10 04:50:19] @ MhghoZQ joined channel #puppet | ||
| [2010/08/10 04:50:24] <MhghoZQ> Why+must+you+trolls+come+to+our+forums+and+post+stupid+shit+trying+to+rile+us+up?+Your+posts+don't+even+bother+99%+of+us,+so+just+quit+it.+Any+one+who+agrees+with+me+post+the+number+"1"+in+this+thread. | ||
| [2010/08/10 04:50:26] <U9UgmbS> This+has+got+to+be+the+worst+'holiday'+ever+conceived.+First,+my+friends+started+by+playing+a+mean+prank+on+me,+and+then+even+my+family+got+in+on+the+act.+They+took+me+out+back+into+the+woods,+tied+me+to+a+tree,+and+paid+a+drunken+hillbilly+to+rape+me!+First+he+lubed+up+my+asshole+with+his+spit,+and+then+he+proceeded+to+violently+penetrate+my+ass.+The+stench+exuding+from+his+unwashed+mountain-man+body+was+overwhelming,+ | ||
| [2010/08/10 04:50:27] @ ZUbKB joined channel #puppet | ||
| [2010/08/10 04:50:33] <qwML5T> Niggerbabble+is+the+unintelligible+babbling+that+comes+out+of+a+nigger's+mouth.+Niggers+often+issue+forth+these+babblings+while+grabbing+their+crotches,+in+a+desperate+attempt+to+keep+their+sexual+organs+from+falling+off+due+to+the+effects+of+the+many+niggerborne+communicable+diseases+they're+infested+with. | ||
| [2010/08/10 04:50:36] <U9UgmbS> to+late+dip+shit,+I+hope+your+not+as+stupid+as+you+seem,+giving+me+your+name+and+email+to+give+to+my+buddies+down+at+the+hate+crime+lab. | ||
| [2010/08/10 04:50:38] <ZUbKB> Hmm,+are+you+implying+that+people+with+long+hair+are+gay?+That's+pretty+hilarious+if+so,+seeing+as+how+most+gay+people+have+basic+short+hair. | ||
| [2010/08/10 04:50:45] @ Quit: coleman9719__: Client Quit | ||
| [2010/08/10 04:50:49] <U9UgmbS> What+the+fuck+does+that+have+to+do+with+anyhting.+Do+you+have+a+dick+in+your+ear+or+something.+i+dont+want+your+fuckin+apology,+I+want+you+to+just+log+off,+stop+fuckin+writing+me+period+and+then+go+to+your+mothers+room,+eat+her+out,+beside+the+drawers,+next+to+the+trash+cans,+and+then+tell+her+I+appreicate+her+shaving+my+balls+b/c+its+really+hard+to+do+it+myself.+Until+next+time,+fuck+you+and+use+your+teeth+to+pick+the+ | ||
| [2010/08/10 04:50:57] <qwML5T> TO+THAT+PISS+ANT+COWARD+FUCK+COS+I'M+NOT+A+PATRIOTIC+AMERICAN+YOU+NIGGER+LOVER+I'M+A+PATRIOT+TO+WHITE+SUPREMACY+YOU+SMELLY+TURD.+YEAH+AND+I'D+LIKE+TO+SEE+YOU+TRY+AND+KILL+ME+YOU+CANDY+ASS+FUCK+WHAT+ARE+YOU+GONNA+DO+BEAT+ME+TO+DEATH+WITH+YOUR+HANDBAG.+I'M+A+SKINHEAD+YOU+FOOL+I'VE+HAD+MORE+FIGHTS+THEN+YOU'VE+HAD+HOT+DINNERS.+STUPID+FAG+SO+SHUT+THE+FUCK+UP+OR+I'LL+PUT+YOU+TO+WORK+ON+MY+COTTON+FARM | ||
| [2010/08/10 04:50:59] <MhghoZQ> You+see,+Bob+Barker+was+in+New+Jersey+with+a+42+year+old+woman.+At+any+rate,+Bob+and+this+Jersey+broad,+told+the+Jersey+broad's+teenaged+kids+to+throw+pennies+at+hasidic+jews.+A+cop+saw+it,+and+bid+on+door+number+one.+Bob+Barker+had+him+castrated...+he+now+goes+by+the+moniker+"High+Pitched+Eric."+The+rest+is+history. | ||
| [2010/08/10 04:51:03] <U9UgmbS> YOU+ARE+THE+BIGGEST+FUCKING+GROUP+OF+UTTER.+FUCKING.+IDIOTIC.+SHIT+EATING.+CIRCLEJERK.+FAGGOTS.+EVER.+TO.+WALK.+THE.+EARTH.+NOTHING+YOU+SAY+TO+ME+CAN+HURT+ME+AT+ALL!+YOU+ARE+NOT+INTELLIGENT,+EDGY+OR+COOL,+YOU+ARE+JUST+A+PATHETIC+FUCKING+PIECES+OF+SHIT+WHO+LIKE+TO+BELLITLE+OTHERS+OVER+THE+INTERNET+TO+FEEL+BETTER+ABOUT+THEMSELVES.+FUCK+YOU!!!!!!!!!!!!!!!!!!!!!!! | ||
| [2010/08/10 04:51:15] <U9UgmbS> I+was+at+the+mall+today+buying+some+yugioh+cards+(tryin'+to+complete+my+CDIP+set)+&+this+kid+standing+next+to+me+in+line+at+the+game+shop+says+"Man,+that+yugiHO+s**t+is+homo,+you+shouldn't+be+wasting+your+faggot+cash+on+some+lame+fucking+s**t+crap+like+that.+Fuckin'+cocksucker."+I+turned+around,+saw+no+one,+then+peered+down+at+a+child+who+looked+about+10+years+old+holding+many+packs+of+Pokemon+Unseen+Forces.+I+then+got+ | ||
| [2010/08/10 04:51:18] <mosez> ignoring :D | ||
| [2010/08/10 04:51:20] <U9UgmbS> A+military-grade+GPS+transponder+is+integrated+into+my+brilliant+blue+HUD+which+is+projected+stereoscopically+onto+the+inside+of+my+windshield+giving+the+effect+of+a+gentle,+and+indeed+quite+entrancing,+box+of+luminous+information+about+my+own+decadence+floating+10-15+meters+in+front+of+my+exquisite+sedan.+Good+day. | ||
| [2010/08/10 04:51:25] <U9UgmbS> My+band,+although+hardcore,+and+almost+scary+at+times,+is+comparable+to+the+sound+of+Limp+Bizkit,+but+our+music+holds+messages+of+much+value.+We+played+the+title+track+off+our+album,+"This+Road,"+which+talks+about+working+hard+to+achieve+goals+in+life. | ||
| [2010/08/10 04:51:29] <U9UgmbS> Hi,+my+name+is+Najeeri+Mongo+and+I+am+a+quadrapelic+who+is+deaf,+dumb,+and+blind.+I+also+have+a+very+blunted+sense+of+touch.+I+have+spent+months+learning+to+read+braille+with+my+mouth+so+that+I+can+come+onto+the+intenet+and+ask+you+all+to+help+me.+One+of+the+care+workers+is+touching+my+penis,+a+lot,+and+no+one+seems+to+be+doing+anything+about+it.+Please+respond+if+you+can+help+me. | ||
| [2010/08/10 04:51:33] <MhghoZQ> I'm+sort+of+new+to+this+linux+thing,+but+there's+this+directory+on+my+new+install+of+Debian+3.1+called+"/usr/bin".+It+was+all+messed+up+when+I+first+went+in+there.+None+of+the+files+had+descriptive+names,+and+it+took+me+like+an+hour+to+figure+out+they+were+executables,+since+none+of+them+had+.exe+on+the+end+of+them.+Furthermore,+whenever+I+double+click+them,+they+just+pop+up+a+command+prompt+for+a+few+seconds+then+go+aw | ||
| [2010/08/10 04:51:33] <U9UgmbS> Linux+is+a+form+of+mental+sickness;+a+security+blanket+left+over+from+the+childhood+of+the+Computer+Age.+The+sooner+"Tux"+and+his+travelling+freak+show+pack+it+up+and+move+on,+the+better. | ||
| [2010/08/10 04:51:38] <U9UgmbS> Congratulations,+prick,+you've+just+made+my+ignore+list.+Was+it+worth+it+to+you+to+make+your+"witty"+comments+and+snide+in-jokes+to+your+irc+pals+about+me+if+it+meant+you+are+now+disappeared+from+my+online+experience?+Have+a+nice+life. | ||
| [2010/08/10 04:51:42] <U9UgmbS> girl+u+must+be+muslim+cause+im+jihard+as+hell | ||
| [2010/08/10 04:51:46] <U9UgmbS> YOU+SPICAROONIS+HAVE+A+WHOLE+DAMN+COUNTRY+SO+WHAT+THE+FUCK+DO+YOU+WANT+WITH+OURS?+ONCE+YOU+FILTHY+FUCKS+FINISH+YOUR+SILENT+INVASION+DO+YOU+THINK+THIS+WILL+STILL+BE+THE+AMERICA+IT+ONCE+WAS?+FUCK+NO.+YOU+FILTHY+BEANERS+WILL+TURN+IT+INTO+ONE+BIG+FUCKING+BARRIO+LIKE+YOU+HAVE+DONE+TO+THAT+PIECE+OF+SHIT+MEXICO+BECAUSE+YOU+BEAN+EATERS+ARE+TOO+FUCKING+STUPID+TO+RUN+A+FUCKING+COUNTRY.YOU+BEANERS+TOOK+OVER+CALIFORNIA+AND+TEXAS.+A | ||
| [2010/08/10 04:51:52] <U9UgmbS> Hello.+I+am+rich,+and+have+the+biggest+computer.+In+addition+to+this,+I+also+masturbate+into+the+most+expensive+monogrammed+towels+you'll+ever+set+your+eyes+upon.+You+can+not+even+possibly+compare+to+me.+Good+day. | ||
| [2010/08/10 04:51:56] <rawler_> Volcane: please kick U9UgmbS | ||
| [2010/08/10 04:51:56] <MhghoZQ> I+admit,+I+love+the+natural+smells+of+a+man.+Nothing+turns+me+on+more.+A+healthy+funk+in+a+mans+armpit+or+a+working-mans+sweaty+balls+are+like+nothing+else+to+me.+They+are+easily+more+effective+than+poppers,+legal+and+dont+give+me+a+headache.+Speaking+of+armpits,+I+dont+like+deodorant+either,+mostly+because+it+tastes+so+terrible. | ||
| [2010/08/10 04:51:57] <qwML5T> What+the+fuck+does+it+mean?+What's+the+point?+Is+that+sticker+telling+me+to+drive+more+carefully+because+you've+spawned,+and+you're+carrying+said+spawn+in+your+auto-mobile?+Why+should+I+care?+You're+obvously+an+idiot,+so+why+should+I+have+any+regard+for+the+waste+matter+that+sprung+screaming+from+your+idiot+loins?+I'm+gonna+drive+how+I'm+gonna+drive.+Just+because+you've+gone+out+of+your+way+to+inform+me+that+you+happen+to+ | ||
| [2010/08/10 04:52:01] <U9UgmbS> I+just+got+back+from+my+trip+to+Africa+and+man+was+it+great!+First+we+landed+in+South+Africa+and+while+there+I+actually+got+to+meet+Nelson+Mandela.+He+was+a+very+gracious+and+interesting+host.+Then+we+were+on+to+Kenya.+While+there+I+got+to+see+lions+and+elephants+in+the+wild.+A+rhino+actually+chased+the+hummer+we+were+riding+in,+but+I+think+the+driver+prompted+it+to.+I+also+saw+a+few+giraffes+and+crocs.+Then+we+went+up+ | ||
| [2010/08/10 04:52:10] <rawler_> oh.. there were more.. :) | ||
| [2010/08/10 04:52:14] <U9UgmbS> Linux+is+illegal!+You+are+breaking+the+law,+and+hurting+yourself+and+your+family+with+your+ILLEGAL+SOFTWARE.+Your+ip+has+been+noted+and+is+being+forwarded+to+the+SPA+with+a+reccomendation+that+they+investigate+your+CRIMINAL+ACTIVITY.+Please+destroy+all+your+unpatriotic+linux+software+before+you+are+arrested! | ||
| [2010/08/10 04:52:14] <MhghoZQ> Y'ALL+HURD+ABOUT+DA+HEERRIKANE?+YO+KATRINA+WAS+CAUZED+BY+WMDs+YA+HEARD?+DAS+RITE+YO.+WEAPONS+OF+METEORLOGICAL+DESTRUCTION.+DA+INSURGENTS+ND+DA+TALIBAN+R+BEHIND+ALL+DIS.+ND+FEMA+IS+RACIZICALIST+TOO.+BUSH+DON'T+CARE+ABOUT+BLACK+PEEPLE. | ||
| [2010/08/10 04:52:21] <U9UgmbS> It+has+been+brought+to+my+attention+from+a+fellow+of+mine+that+he+fingers+his+asshole+while+he+jerks+off.+We+were+talking+about+Ninja+Turtles+the+other+day+and+he+was+like+have+you+ever+given+yourself+a+Donatello?+And+I+had+no+idea+what+that+meant+so+I+asked+and+he+said+it+was+when+you+stick+your+finger(s)+in+your+asshole+while+you+jerk+off.+So+to+that+I+say+no+and+ask+him+if+he+has+ever+given+himself+a+Donatello,+and+h | ||
| [2010/08/10 04:52:27] <qwML5T> Your+theories+interest+me+and+I+wish+to+subscribe+to+your+newsletter. | ||
| [2010/08/10 04:52:38] <U9UgmbS> Dont+let+anybody+ever+tell+you+that+Japan+is+just+another+foreign+country.+It+is+much+more+than+that.+My+story+begins+in+the+summer+of+1983.+I+was+an+expert+negotiator,+and+that+was+what+brought+me+to+an+exclusive+resort+outside+of+Tokyo.+Two+large+Japanese+electronics+companies+were+attempting+a+merger+of+some+sorts.+After+two+fruitless+days+of+negotiations,+I+figured+out+a+way+to+make+everybody+happy.+I+made+some+ph | ||
| [2010/08/10 04:52:43] <MhghoZQ> i+bet+you+shop+at+thinkgeek+you+faggot,+go+jack+off+while+wearing+your+binary+watch+before+you+cry+yourself+to+sleep+in+your+tux+blanket | ||
| [2010/08/10 04:53:16] @ Quit: ZUbKB: Client Quit | ||
| [2010/08/10 04:53:19] <mosez> omfg | ||
| [2010/08/10 04:53:29] <rawler_> Volcane: sorry.. was hijacked by some crap here (stupid AD-domain dropping my account) | ||
| [2010/08/10 04:53:34] @ Quit: coleman9719_: Ping timeout: 252 seconds | ||
| [2010/08/10 04:53:50] <rawler_> Volcane: I see Augeas, but not sure how it relates to puppet? | ||
| [2010/08/10 04:54:31] @ Quit: U9UgmbS: Quit: CGI:IRC (EOF) | ||
| [2010/08/10 04:54:48] <alcy> rawler_, http://projects.puppetlabs.com/projects/puppet/wiki/Puppet_Augeas | ||
| [2010/08/10 04:55:14] <rawler_> alcy: thanks.. will check.. :) | ||
| [2010/08/10 04:55:15] @ Quit: qwML5T: Quit: CGI:IRC (EOF) | ||
| [2010/08/10 04:55:45] @ Quit: MhghoZQ: Quit: CGI:IRC (EOF) | ||
| [2010/08/10 05:01:03] @ Quit: mmelin: Quit: mmelin | ||
| [2010/08/10 05:01:32] @ mmelin joined channel #puppet | ||
| [2010/08/10 05:01:52] @ Quit: M-: Ping timeout: 276 seconds | ||
| [2010/08/10 05:05:06] @ [GuS] joined channel #puppet | ||
| [2010/08/10 05:06:18] @ M- joined channel #puppet | ||
| [2010/08/10 05:08:59] @ beata_ joined channel #puppet | ||
| [2010/08/10 05:10:07] @ Quit: Demosthenes: Quit: leaving | ||
| [2010/08/10 05:11:34] @ Bass10 joined channel #puppet | ||
| [2010/08/10 05:11:55] @ ahasenack joined channel #puppet | ||
| [2010/08/10 05:12:29] @ masterzen joined channel #puppet | ||
| [2010/08/10 05:21:15] @ Quit: pinoyskull: Ping timeout: 265 seconds | ||
| [2010/08/10 05:23:09] @ Quit: alcy: Quit: ChatZilla 0.9.86 [Iceweasel 3.5.10/20100623112841] | ||
| [2010/08/10 05:30:27] <Naresh> does this issue still persist on 2.6.0: http://projects.puppetlabs.com/issues/1095? | ||
| [2010/08/10 05:30:32] <Naresh> i face this :\ | ||
| [2010/08/10 05:48:40] @ Quit: bgupta: Ping timeout: 276 seconds | ||
| [2010/08/10 05:51:01] @ fsweetser_ is now known as fsweetser | ||
| [2010/08/10 05:56:26] @ tjoe joined channel #puppet | ||
| [2010/08/10 05:57:10] @ Quit: tjoe: Client Quit | ||
| [2010/08/10 05:57:42] @ tjoe joined channel #puppet | ||
| [2010/08/10 06:01:28] @ Quit: ]oestewart: Quit: This computer has gone to sleep | ||
| [2010/08/10 06:07:06] @ littleidea joined channel #puppet | ||
| [2010/08/10 06:11:02] @ Quit: ghaskins_mobile: Quit: This computer has gone to sleep | ||
| [2010/08/10 06:14:13] @ gmason joined channel #puppet | ||
| [2010/08/10 06:14:56] @ Quit: Bass10: Read error: Connection reset by peer | ||
| [2010/08/10 06:15:18] @ radkin joined channel #puppet | ||
| [2010/08/10 06:15:22] @ Bass10 joined channel #puppet | ||
| [2010/08/10 06:23:01] @ cyrus_mc joined channel #puppet | ||
| [2010/08/10 06:23:17] <cyrus_mc> Using the package resource is there a way to check if a package is isntalled and if not, generate a error message | ||
| [2010/08/10 06:23:42] @ Quit: tgeorgescu: Quit: Leaving | ||
| [2010/08/10 06:23:47] <cyrus_mc> all I can tell is that from the ensure parameter it will try to install the package, but I don't want that behavior | ||
| [2010/08/10 06:24:34] <Volcane> you define the desired state with puppet | ||
| [2010/08/10 06:24:40] <Volcane> there can only be one state | ||
| [2010/08/10 06:24:45] @ thefish left channel #puppet ("tip #42: leave a cup of salt water on your lawn to attract migrating sea birds") | ||
| [2010/08/10 06:25:16] @ DbT_ joined channel #puppet | ||
| [2010/08/10 06:25:36] <Volcane> you could do something with a exec though, just echo'ing to some file and use the onlyif or unless options | ||
| [2010/08/10 06:25:45] <Volcane> then the exec can fail if the rpm -q request fails | ||
| [2010/08/10 06:25:52] <anderbubble> cyrus_mc: you can switch to sles10: then "ensure => installed" produces the behavior you described ^_^ | ||
| [2010/08/10 06:26:12] <cyrus_mc> anderbubble: not sure what you mean by that? | ||
| [2010/08/10 06:26:17] <cyrus_mc> what is sles10 | ||
| [2010/08/10 06:26:37] * anderbubble grumble rug grumble | ||
| [2010/08/10 06:27:29] <anderbubble> cyrus_mc, I'm joking. We've had trouble getting puppet to install packages in sles10, so it produces an error. | ||
| [2010/08/10 06:27:57] <anderbubble> (Suse Linux Enterprise Server version 10) | ||
| [2010/08/10 06:28:00] <cyrus_mc> ah | ||
| [2010/08/10 06:29:22] @ Quit: e1mer: Quit: captured by martians | ||
| [2010/08/10 06:29:23] <QuackNL> What if you use noop => true? | ||
| [2010/08/10 06:29:36] <Volcane> QuackNL: testing | ||
| [2010/08/10 06:30:24] @ Quit: p3rror: Ping timeout: 265 seconds | ||
| [2010/08/10 06:35:19] @ Quit: cyrus_mc: Ping timeout: 252 seconds | ||
| [2010/08/10 06:35:47] @ HouseAway is now known as AimanA | ||
| [2010/08/10 06:36:10] @ reyjrar joined channel #puppet | ||
| [2010/08/10 06:38:26] @ Quit: rmiller4pi8: Quit: Leaving. | ||
| [2010/08/10 06:43:07] @ e1mer joined channel #puppet | ||
| [2010/08/10 06:43:20] <bronto> Hi all | ||
| [2010/08/10 06:43:46] @ Quit: toi: Ping timeout: 276 seconds | ||
| [2010/08/10 06:43:52] <bronto> when puppetmasterd logs say "Adding code to main...", does it mean that it is adding an imported file to the top scope? | ||
| [2010/08/10 06:45:48] @ cybergirl joined channel #puppet | ||
| [2010/08/10 06:46:11] <Volcane> are you importing files that have resources not in class or node? | ||
| [2010/08/10 06:46:51] @ Quit: cybergirl: Client Quit | ||
| [2010/08/10 06:46:52] @ Quit: littleidea: Quit: littleidea | ||
| [2010/08/10 06:47:08] <bronto> No Volcane. I am actually importing a file from a node | ||
| [2010/08/10 06:48:02] @ Quit: dcarley: Quit: leaving | ||
| [2010/08/10 06:48:32] @ bobbyz_ joined channel #puppet | ||
| [2010/08/10 06:49:07] <Volcane> bronto: so in the file you're importing is node foo {....} ? | ||
| [2010/08/10 06:49:21] <bronto> Volcane: that's it | ||
| [2010/08/10 06:49:52] <Volcane> well everything you import goes into the top scope more or less | ||
| [2010/08/10 06:50:58] <bronto> Volcane: uh? I understood that import-ing a file was, like, typing it right where the import directive was. Did I get it wrong? | ||
| [2010/08/10 06:51:03] @ Quit: erm: Ping timeout: 264 seconds | ||
| [2010/08/10 06:51:10] <Volcane> yup | ||
| [2010/08/10 06:52:00] <bronto> Volcane: oh damn... | ||
| [2010/08/10 06:52:50] @ Quit: gniks: Quit: Leaving. | ||
| [2010/08/10 06:52:57] <Volcane> but if as you say your file has node foo { ... } then thats not a problem | ||
| [2010/08/10 06:53:07] @ dcarley joined channel #puppet | ||
| [2010/08/10 06:53:21] <bronto> Volcane: it has, but still I get that error. | ||
| [2010/08/10 06:53:25] @ Quit: e1mer: Quit: captured by martians | ||
| [2010/08/10 06:53:36] <Volcane> i dont think what you posted was an error | ||
| [2010/08/10 06:53:46] <Volcane> wouldnt know though, cos you seemed to have chooped off the most important part | ||
| [2010/08/10 06:54:53] <bronto> Volcane: basically, I have some location-related variables that I use, e.g., in templates. So, in file /city/location1.pp you have $my_location="LocationOne", and in /city/location2.pp you have $my_location="LocationTwo" | ||
| [2010/08/10 06:55:20] <Volcane> so its not at all like you answered my question? | ||
| [2010/08/10 06:55:23] <bronto> Volcane: these files are always imported into a well defined scope, e.g., a node scope | ||
| [2010/08/10 06:56:18] <bronto> Volcane: hmmmmm... Wait, I'll post an example on pastebin | ||
| [2010/08/10 06:56:29] <Volcane> i nkow what you mean | ||
| [2010/08/10 06:56:38] <bronto> Volcane: ah, OK | ||
| [2010/08/10 06:56:55] <Volcane> look at extlookup | ||
| [2010/08/10 06:57:09] <Volcane> or use inheritance on nodes to model the variables | ||
| [2010/08/10 06:57:35] @ erm joined channel #puppet | ||
| [2010/08/10 06:57:43] <bronto> Volcane: I'll look at extlookup then. I am specifically trying to avoid inheritance and just using classes | ||
| [2010/08/10 06:57:54] @ toi joined channel #puppet | ||
| [2010/08/10 06:58:00] <Volcane> yeah inheritance is grim, works for what u want more or less though | ||
| [2010/08/10 06:58:11] @ ]oestewart joined channel #puppet | ||
| [2010/08/10 06:58:13] @ Quit: M-: Ping timeout: 276 seconds | ||
| [2010/08/10 06:59:22] @ Quit: tjoe: Ping timeout: 246 seconds | ||
| [2010/08/10 07:02:54] @ M- joined channel #puppet | ||
| [2010/08/10 07:02:55] @ jdcasey joined channel #puppet | ||
| [2010/08/10 07:03:19] @ Quit: Bass10: Ping timeout: 265 seconds | ||
| [2010/08/10 07:04:15] <bronto> Volcane: odd, I can't find doc for extlookup | ||
| [2010/08/10 07:04:41] @ Quit: M-: Client Quit | ||
| [2010/08/10 07:05:02] <Volcane> see http://www.devco.net/archives/2009/08/31/complex_data_and_puppet.php | ||
| [2010/08/10 07:05:33] @ Mode -o Volcane by Volcane | ||
| [2010/08/10 07:06:08] <bronto> Volcane: thanks, reading it | ||
| [2010/08/10 07:07:12] @ brothers joined channel #puppet | ||
| [2010/08/10 07:07:44] <Tare> is there a way to exec something, after puppetd did its work? | ||
| [2010/08/10 07:08:03] <shog> i have two problems with yumrepos again a) how may I force puppet to put XXX repo declaration into YYY.repo file via yumrepo {}? b) is it possible to delete (not disable) already configured repo? | ||
| [2010/08/10 07:09:21] @ zooz left channel #puppet () | ||
| [2010/08/10 07:10:26] <beata_> shog: agueas? | ||
| [2010/08/10 07:11:02] <Volcane> shog: dont think it can put it in a repo nor after the name you give in yumrepo. why do you want that behavior? | ||
| [2010/08/10 07:15:03] <tmz> shog: I think if you specify ensure => absent the repo definition is removed. I can't find that in the docs right now though. | ||
| [2010/08/10 07:15:26] <Volcane> yeh that works - not sure about ones in random files though | ||
| [2010/08/10 07:16:17] @ Bass10 joined channel #puppet | ||
| [2010/08/10 07:18:49] <fenris02> can you populate /etc/yum.repos.d/ yourself and have puppet remove all files you didnt place? | ||
| [2010/08/10 07:19:07] <Volcane> yeah the FAQ shows you how to remove unmanaged files from a dir | ||
| [2010/08/10 07:19:15] <tmz> I have a vague recollection of using that to remove some stock repos that we in the centos-release yum repo files. But it's been a while. | ||
| [2010/08/10 07:19:37] @ gniks joined channel #puppet | ||
| [2010/08/10 07:19:45] <tmz> (that == 'ensure => absent' I mean) | ||
| [2010/08/10 07:20:30] <fenris02> Volcane, sure, meant more of a solution to the problem rather than a technical limitation | ||
| [2010/08/10 07:20:32] @ martineg_ joined channel #puppet | ||
| [2010/08/10 07:25:49] @ sdog joined channel #puppet | ||
| [2010/08/10 07:26:29] @ mhs_ joined channel #puppet | ||
| [2010/08/10 07:26:47] @ Quit: mhs_: Remote host closed the connection | ||
| [2010/08/10 07:29:10] @ RussS joined channel #puppet | ||
| [2010/08/10 07:31:49] @ ecapriolo joined channel #puppet | ||
| [2010/08/10 07:35:09] @ Quit: RussS: Quit: Leaving | ||
| [2010/08/10 07:35:20] @ ckauhaus joined channel #puppet | ||
| [2010/08/10 07:36:44] @ ohookins left channel #puppet ("Leaving.") | ||
| [2010/08/10 07:37:25] @ Quit: brothers: Quit: brothers | ||
| [2010/08/10 07:38:00] @ fdask joined channel #puppet | ||
| [2010/08/10 07:38:05] <fdask> hello | ||
| [2010/08/10 07:40:00] @ Quit: tecto__: Quit: tecto__ | ||
| [2010/08/10 07:40:51] @ rzt3HLuuf1B joined channel #puppet | ||
| [2010/08/10 07:41:13] <rzt3HLuuf1B> No+more+group+sex+in+the+Jacuzzi,+got+it?+You+all+kept+me+up+until+4am,+and+all+the+chlorine+in+the+world+wouldn't+get+rid+of+the+shit+that+I+found+swimming+in+this+thing+20+minutes+ago. | ||
| [2010/08/10 07:41:29] <rzt3HLuuf1B> What+an+evasive+answer.+I+want+to+know+if+you+have+been+the+parent+of+a+child+who+has+been+terminally+or+chronically+ill.+That+is+a+yes+or+no+answer.+What+is+subjective+about+that?+Do+you+have+kids+or+not?+Did+you+have+sick+siblings+as+a+child+or+not?+If+you+answer+with+"I've+pretty+much+been...."+then+you+are+a+coward+and+a+pretentious+idiot-fuck.+Answer+the+fucking+question.+I+find+your+answer+pretty+condescending | ||
| [2010/08/10 07:41:33] <rzt3HLuuf1B> At+first,+the+idea+sounded+unthinkable.+Use+my+hand+to+wipe+my+ass?+Disgusting!+But+after+10+minutes+of+waiting,+I+decided+that+it+was+my+only+option.+I+slowly+lowered+my+right+hand+under+my+butt+and+scooped+all+the+fecal+matter+from+my+bottom.+Not+only+did+it+feel+gross,+but+now+I+had+a+whole+new+set+of+problems.+One+simply+does+not+walk+out+of+a+bathroom+stall+in+a+public+restroom+with+one+hand+covered+in+shit.+I+ | ||
| [2010/08/10 07:41:41] <rzt3HLuuf1B> WELCUM+TO+MY+CHANNEL+ON+MIRC.+READ+DA+RULES.TXT+OR+FACE+A+CONSEUQENCE!!+RATIO+FTPz+ONLY+0DAY+0HOUR+0LAMENIZ.+DOWNLOADIN+FILES+OF+DA+INTANET.+SUME1+SEND+ME+A+KEEJEN+FOR+DIS+PROGGIEZ.+ANYONE+WANT+TO+SHAR+PUBZ??????????+my+brother+raped+me+when+i+was+6 | ||
| [2010/08/10 07:41:48] <rzt3HLuuf1B> I+cant+go+a+day+without+punching+myself.+It+is+the+only+thing+I+get+pleasure+from,+so+I+end+up+with+bruises+and+I+cry+myself+to+sleep+because+the+only+thing+I+enjoy+is+painful.+I+tried+to+kill+myself+once,+but+then+I+stopped+because+my+mom+threw+a+beer+bottle+at+me. | ||
| [2010/08/10 07:41:48] @ Mode +o Volcane by ChanServ | ||
| [2010/08/10 07:41:51] @ rzt3HLuuf1B has been kicked from #puppet by Volcane (go away) | ||
| [2010/08/10 07:42:00] @ lamefun joined channel #puppet | ||
| [2010/08/10 07:42:01] <Disconnect> Volcane: #freenode, get a kline | ||
| [2010/08/10 07:42:11] @ lamefun left channel #puppet ("TODO: Add some ultra-wise philosophical thesis here") | ||
| [2010/08/10 07:42:19] @ Quit: mikepea: Quit: mikepea | ||
| [2010/08/10 07:42:29] @ MK8f1S joined channel #puppet | ||
| [2010/08/10 07:42:30] <MK8f1S> The+nigger+is+a+subhuman+monkey,+ape,+Fat+lips,+kinky+hair,+VIOLENT,+RAPIST,+SMALL+BRAIN+(have+you+noticed+how+dumm+most+niggers+are)and+broad+monstrous+noses,+car+jacking+saucer-lipped,+ignorant+fecal+colored,+ghetto-living,+welfare-leeching,+crack-smoking,+hub-cap+stealing.+fried-chicken+and+biscuit+eating,+watermelon-stealing,+6-yr-old-white-girl-shooting,+serial-killing,+rapist,+robber,+murderer,+adulterer,+liar,+fat | ||
| [2010/08/10 07:42:33] @ Mode +b *!*7ceef260@*.wikia.com/ip.124.238.242.96 by Volcane | ||
| [2010/08/10 07:42:34] @ alcy joined channel #puppet | ||
| [2010/08/10 07:42:44] @ niko joined channel #puppet | ||
| [2010/08/10 07:42:51] <fenris02> +b *!*@gateway/web/cgi-irc/irc.wikia.com/ip.* | ||
| [2010/08/10 07:43:06] @ CYbX0nx1EJbMaT joined channel #puppet | ||
| [2010/08/10 07:43:09] @ KwX0dlePK joined channel #puppet | ||
| [2010/08/10 07:43:09] <Tonnerre> Not sure we want all wikia users banned | ||
| [2010/08/10 07:43:14] <Tonnerre> But then again maybe so | ||
| [2010/08/10 07:43:14] <fenris02> freenode has their own gateway that users can use already. | ||
| [2010/08/10 07:43:16] @ Mode +b *!*adc9b45f@*.wikia.com/ip.173.201.180.95 by Volcane | ||
| [2010/08/10 07:43:19] @ Mode +b *!*3a18afcd@*.wikia.com/ip.58.24.175.205 by Volcane | ||
| [2010/08/10 07:43:20] @ XpdkVofTPZ joined channel #puppet | ||
| [2010/08/10 07:43:20] <XpdkVofTPZ> Pudge+Picnic+:+chubs+on+chubs+with+flab+to+spare.+"No+condoms!"+yelled,+but+we+don't+care!+Dude's+be+fucken,+dudes+be+fucked,+dudes+be+shittin,+dudes+be+sucked.+Writhing+on+the+concrete+floor,+these+chubs+are+sluts.+They're+obese+whores!+And+gross!+They've+never+taken+baths.+Too+much+chili!+Awful+gas!!! | ||
| [2010/08/10 07:43:23] <XpdkVofTPZ> Oh+u+FUCkIn+RaCISt+BItCh+Dont+b+TalkIn+To+mA+Kuzin+LIKE+DAt.+u+FUCkIN+TRiFoLIn+IrISh+diCK+SUCkER...~N~+1st+of+all+i+dont+Why+u+tALkIn+ABOut+pEopLe+WHen+UR+Azz+Iz+ugLy+Azz+FUCk..1st+U+NeeD+2+b+CheckIn+ur+Self+den+Talk+BOut+PeopLe..!+Dont+hate+Juz+BEcause+oTha+PEOple+COuld+Eat+MOre+Than+u+Can+n+not+get+F-A-T+..+n+because+people+are+Prettier+dan+U..! | ||
| [2010/08/10 07:43:26] @ Mode +b *!*3cd9e842@*.wikia.com/ip.60.217.232.66 by Volcane | ||
| [2010/08/10 07:43:33] <Volcane> yeah well i guess we'll be doing that then. | ||
| [2010/08/10 07:44:08] @ Mode +b *!*@gateway/web/cgi-irc/irc.wikia.com/ip.* by Volcane | ||
| [2010/08/10 07:44:12] @ Quit: \ask: Remote host closed the connection | ||
| [2010/08/10 07:44:14] <fenris02> +b by itself will not /kick ... you may want to /kick them out as well. | ||
| [2010/08/10 07:44:23] <fenris02> it merely mutes them | ||
| [2010/08/10 07:44:31] <Volcane> fenris02: who cares? | ||
| [2010/08/10 07:44:32] @ Quit: CYbX0nx1EJbMaT: Client Quit | ||
| [2010/08/10 07:44:32] @ Quit: XpdkVofTPZ: Client Quit | ||
| [2010/08/10 07:44:35] @ \ask joined channel #puppet | ||
| [2010/08/10 07:44:35] @ Quit: MK8f1S: Client Quit | ||
| [2010/08/10 07:45:02] * fenris02 shrugs | ||
| [2010/08/10 07:45:20] <joe-mac> rofl, WTF | ||
| [2010/08/10 07:45:31] <joe-mac> it looks like when OTR freaks out, but spam style | ||
| [2010/08/10 07:45:50] <Tonnerre> Hmmm | ||
| [2010/08/10 07:45:56] <Tonnerre> You give me an insane idea | ||
| [2010/08/10 07:46:09] <Tonnerre> Generating one time passwords from the output of sex(6) (the game) | ||
| [2010/08/10 07:47:25] @ littleidea joined channel #puppet | ||
| [2010/08/10 07:48:01] @ gilesw joined channel #puppet | ||
| [2010/08/10 07:48:06] <gilesw> heya puppetiers | ||
| [2010/08/10 07:49:04] <gilesw> anyone know much about puppetizing debian webapp packages which prompt for passwords .etc? | ||
| [2010/08/10 07:49:34] @ Quit: \ask: Ping timeout: 276 seconds | ||
| [2010/08/10 07:49:38] @ Quit: KwX0dlePK: Quit: CGI:IRC (Ping timeout) | ||
| [2010/08/10 07:52:41] <joe-mac> gilesw: yea | ||
| [2010/08/10 07:52:44] <joe-mac> preseeding | ||
| [2010/08/10 07:52:46] <joe-mac> usually can do it | ||
| [2010/08/10 07:53:18] <gilesw> ah k | ||
| [2010/08/10 07:53:29] <gilesw> i've only done that once with jdk installation | ||
| [2010/08/10 07:53:41] <gilesw> i shall investigate.. | ||
| [2010/08/10 07:55:55] @ ghaskins_mobile joined channel #puppet | ||
| [2010/08/10 07:56:25] @ devicenull joined channel #puppet | ||
| [2010/08/10 07:57:32] @ |GuS| joined channel #puppet | ||
| [2010/08/10 07:57:37] @ bgupta joined channel #puppet | ||
| [2010/08/10 07:58:00] @ Quit: [GuS]: Ping timeout: 245 seconds | ||
| [2010/08/10 07:59:19] @ |GuS| is now known as [GuS] | ||
| [2010/08/10 08:00:34] @ spacex joined channel #puppet | ||
| [2010/08/10 08:00:40] @ ray_ joined channel #puppet | ||
| [2010/08/10 08:00:58] <ray_> hi to everybody | ||
| [2010/08/10 08:02:01] @ lafille joined channel #puppet | ||
| [2010/08/10 08:02:11] @ Quit: lafille: Client Quit | ||
| [2010/08/10 08:02:16] @ ray_ left channel #puppet () | ||
| [2010/08/10 08:13:42] @ Quit: spacex: Quit: Leaving. | ||
| [2010/08/10 08:17:05] @ Quit: blahdeblah: Remote host closed the connection | ||
| [2010/08/10 08:17:51] @ blahdeblah joined channel #puppet | ||
| [2010/08/10 08:18:23] @ benkevan joined channel #puppet | ||
| [2010/08/10 08:21:02] @ Quit: ghaskins_mobile: Quit: This computer has gone to sleep | ||
| [2010/08/10 08:26:54] @ Quit: rawler_: Remote host closed the connection | ||
| [2010/08/10 08:27:56] @ Quit: littleidea: Quit: littleidea | ||
| [2010/08/10 08:30:09] @ Quit: Naresh: Ping timeout: 240 seconds | ||
| [2010/08/10 08:30:55] @ Quit: TREllis: Quit: leaving | ||
| [2010/08/10 08:31:40] <joe-mac> hm | ||
| [2010/08/10 08:31:41] <joe-mac> Mon Aug 09 21:17:37 -0400 2010 Puppet (err): Could not resolve 10.1.90.13: no name for 10.1.90.13 Mon Aug 09 21:17:37 -0400 2010 Puppet (err): The indirection name must be purely alphanumeric, not '' | ||
| [2010/08/10 08:32:01] <joe-mac> i guess i should fix those reverse lookups | ||
| [2010/08/10 08:34:11] @ Quit: pmorillo: Quit: pmorillo | ||
| [2010/08/10 08:39:22] <mosez> http://pastie.org/1084056 when i have defined this way some variables depending on the node, how can i access them within my modules? | ||
| [2010/08/10 08:39:38] @ Quit: itguru: Ping timeout: 252 seconds | ||
| [2010/08/10 08:39:52] @ littleidea joined channel #puppet | ||
| [2010/08/10 08:40:08] @ Quit: littleidea: Client Quit | ||
| [2010/08/10 08:43:57] @ Quit: Ramonster: Quit: So long, thanx for all the fish | ||
| [2010/08/10 08:44:29] @ pinoyskull joined channel #puppet | ||
| [2010/08/10 08:46:20] <mosez> hum... | ||
| [2010/08/10 08:48:10] @ itguru joined channel #puppet | ||
| [2010/08/10 08:49:09] @ littleidea joined channel #puppet | ||
| [2010/08/10 08:49:47] @ tonyskapunk joined channel #puppet | ||
| [2010/08/10 08:51:51] @ Quit: MattyM: Remote host closed the connection | ||
| [2010/08/10 08:55:27] @ Tare left channel #puppet () | ||
| [2010/08/10 08:55:38] @ Quit: manuell: Quit: manuell | ||
| [2010/08/10 08:55:51] @ nexx joined channel #puppet | ||
| [2010/08/10 08:56:53] @ jvlshz joined channel #puppet | ||
| [2010/08/10 08:57:52] @ jvlshz left channel #puppet () | ||
| [2010/08/10 08:58:52] @ Quit: agagag: Ping timeout: 252 seconds | ||
| [2010/08/10 08:59:01] @ brannigm joined channel #puppet | ||
| [2010/08/10 08:59:45] @ spacex joined channel #puppet | ||
| [2010/08/10 09:03:22] @ e1mer joined channel #puppet | ||
| [2010/08/10 09:04:21] @ Quit: yannL: Remote host closed the connection | ||
| [2010/08/10 09:04:32] @ Quit: e1mer: Read error: Connection reset by peer | ||
| [2010/08/10 09:05:22] @ joser75g joined channel #puppet | ||
| [2010/08/10 09:06:16] @ Quit: joser75g: Client Quit | ||
| [2010/08/10 09:09:19] @ Quit: masterzen: Ping timeout: 248 seconds | ||
| [2010/08/10 09:10:11] @ Quit: kolla: Remote host closed the connection | ||
| [2010/08/10 09:10:34] @ masterzen joined channel #puppet | ||
| [2010/08/10 09:11:50] @ Quit: alcy: Quit: KVIrc Insomnia 4.0.0, revision: 3900, sources date: 20100125, built on: 2010-02-15 08:27:55 UTC http://www.kvirc.net/ | ||
| [2010/08/10 09:12:02] @ unenana joined channel #puppet | ||
| [2010/08/10 09:12:10] @ Quit: bug: Quit: bug | ||
| [2010/08/10 09:14:47] @ Quit: unenana: Client Quit | ||
| [2010/08/10 09:14:59] @ anvil14 joined channel #puppet | ||
| [2010/08/10 09:15:21] <anvil14> hey all, is there an easy way to manage interface on a RHEL box? | ||
| [2010/08/10 09:16:04] <fsweetser> anvil14: the augeas type | ||
| [2010/08/10 09:16:08] @ e1mer joined channel #puppet | ||
| [2010/08/10 09:17:53] <anvil14> fsweetser: thx | ||
| [2010/08/10 09:18:37] @ agagag joined channel #puppet | ||
| [2010/08/10 09:18:42] <fsweetser> no prob | ||
| [2010/08/10 09:19:09] @ jmccune joined channel #puppet | ||
| [2010/08/10 09:19:15] @ Quit: andrewh: Ping timeout: 264 seconds | ||
| [2010/08/10 09:19:36] <joe-mac> fsweetser: you don't use erb templates? | ||
| [2010/08/10 09:20:03] @ david` joined channel #puppet | ||
| [2010/08/10 09:20:29] @ mikey_p joined channel #puppet | ||
| [2010/08/10 09:20:31] <david`> I unpacked puppet, and added the /path/to/man to MANPATH. This is not making man puppetca find anything. | ||
| [2010/08/10 09:21:09] @ Quit: e1mer: Read error: Connection reset by peer | ||
| [2010/08/10 09:21:21] <fsweetser> joe-mac: nope | ||
| [2010/08/10 09:21:27] @ Quit: mikey_p: Remote host closed the connection | ||
| [2010/08/10 09:21:33] <fsweetser> nice thing about augeas is it preserves any existing fields, most notably the mac addr | ||
| [2010/08/10 09:21:49] @ mikey_p joined channel #puppet | ||
| [2010/08/10 09:21:52] @ Quit: shoot^: Quit: changing servers | ||
| [2010/08/10 09:21:55] @ Quit: DbT_: Quit: zzzz | ||
| [2010/08/10 09:22:11] @ shoot^ joined channel #puppet | ||
| [2010/08/10 09:22:13] @ Quit: shoot^: Max SendQ exceeded | ||
| [2010/08/10 09:22:47] @ shoot^ joined channel #puppet | ||
| [2010/08/10 09:22:49] @ Quit: shoot^: Max SendQ exceeded | ||
| [2010/08/10 09:23:16] @ shoot^ joined channel #puppet | ||
| [2010/08/10 09:23:18] @ Quit: shoot^: Max SendQ exceeded | ||
| [2010/08/10 09:23:46] @ shoot^ joined channel #puppet | ||
| [2010/08/10 09:23:48] @ Quit: shoot^: Max SendQ exceeded | ||
| [2010/08/10 09:24:17] @ shoot^ joined channel #puppet | ||
| [2010/08/10 09:24:19] @ Quit: shoot^: Max SendQ exceeded | ||
| [2010/08/10 09:24:24] @ david` is now known as davidroderick | ||
| [2010/08/10 09:24:51] @ shoot^ joined channel #puppet | ||
| [2010/08/10 09:24:53] @ Quit: shoot^: Max SendQ exceeded | ||
| [2010/08/10 09:25:22] @ shoot^ joined channel #puppet | ||
| [2010/08/10 09:25:24] @ Quit: shoot^: Max SendQ exceeded | ||
| [2010/08/10 09:25:28] @ Quit: MPSimmons: Ping timeout: 276 seconds | ||
| [2010/08/10 09:25:51] @ shoot^ joined channel #puppet | ||
| [2010/08/10 09:25:53] @ Quit: shoot^: Max SendQ exceeded | ||
| [2010/08/10 09:26:16] @ Quit: jaredrhine: Ping timeout: 240 seconds | ||
| [2010/08/10 09:26:22] @ shoot^ joined channel #puppet | ||
| [2010/08/10 09:26:24] @ Quit: shoot^: Max SendQ exceeded | ||
| [2010/08/10 09:26:51] @ shoot^ joined channel #puppet | ||
| [2010/08/10 09:26:53] @ gutseb joined channel #puppet | ||
| [2010/08/10 09:26:53] @ Quit: shoot^: Max SendQ exceeded | ||
| [2010/08/10 09:27:22] @ shoot^ joined channel #puppet | ||
| [2010/08/10 09:27:24] @ Quit: shoot^: Max SendQ exceeded | ||
| [2010/08/10 09:27:56] @ shoot^ joined channel #puppet | ||
| [2010/08/10 09:27:58] @ Quit: shoot^: Max SendQ exceeded | ||
| [2010/08/10 09:28:28] @ shoot^ joined channel #puppet | ||
| [2010/08/10 09:28:30] @ Quit: shoot^: Max SendQ exceeded | ||
| [2010/08/10 09:28:57] @ shoot^ joined channel #puppet | ||
| [2010/08/10 09:28:59] @ Quit: shoot^: Max SendQ exceeded | ||
| [2010/08/10 09:29:27] @ shoot^ joined channel #puppet | ||
| [2010/08/10 09:29:29] @ Quit: shoot^: Max SendQ exceeded | ||
| [2010/08/10 09:29:59] @ shoot^ joined channel #puppet | ||
| [2010/08/10 09:30:01] @ Quit: shoot^: Max SendQ exceeded | ||
| [2010/08/10 09:30:16] @ Quit: littleidea: Quit: littleidea | ||
| [2010/08/10 09:30:29] @ shoot^ joined channel #puppet | ||
| [2010/08/10 09:30:39] @ Quit: shoot^: Excess Flood | ||
| [2010/08/10 09:31:37] <joe-mac> who is this shoot^ dipshit, did freenode ban him yet>? | ||
| [2010/08/10 09:31:54] <Volcane> he's a legit user whose obviously just having some issue | ||
| [2010/08/10 09:32:01] @ shoot^ joined channel #puppet | ||
| [2010/08/10 09:32:11] @ Quit: shoot^: Excess Flood | ||
| [2010/08/10 09:33:06] @ shoot^ joined channel #puppet | ||
| [2010/08/10 09:33:15] @ Quit: shoot^: Excess Flood | ||
| [2010/08/10 09:33:26] <z00dax6> Volcane: I'd set a +b and send him a pm about it | ||
| [2010/08/10 09:33:51] <Volcane> will try kick maybe he doesnt have auto rejoin, sigh | ||
| [2010/08/10 09:34:37] @ shoot^ joined channel #puppet | ||
| [2010/08/10 09:34:39] @ Quit: shoot^: Max SendQ exceeded | ||
| [2010/08/10 09:35:22] @ Mode +b shoot^!*@*sky.com by Volcane | ||
| [2010/08/10 09:35:34] <joe-mac> could be OTR | ||
| [2010/08/10 09:35:34] @ Quit: jmccune: Ping timeout: 265 seconds | ||
| [2010/08/10 09:35:37] <joe-mac> i've seen it freak out | ||
| [2010/08/10 09:36:15] @ e1mer joined channel #puppet | ||
| [2010/08/10 09:36:53] @ tecto_ joined channel #puppet | ||
| [2010/08/10 09:38:57] @ littleidea joined channel #puppet | ||
| [2010/08/10 09:39:34] @ Quit: e1mer: Read error: Connection reset by peer | ||
| [2010/08/10 09:39:48] @ mclarke joined channel #puppet | ||
| [2010/08/10 09:41:31] @ Quit: littleidea: Client Quit | ||
| [2010/08/10 09:42:08] @ lak joined channel #puppet | ||
| [2010/08/10 09:43:30] @ adrian_broher joined channel #puppet | ||
| [2010/08/10 09:43:34] @ jmccune joined channel #puppet | ||
| [2010/08/10 09:44:39] @ stevenjenkins joined channel #puppet | ||
| [2010/08/10 09:45:00] @ kolla joined channel #puppet | ||
| [2010/08/10 09:45:14] @ Quit: itguru: Read error: Operation timed out | ||
| [2010/08/10 09:50:29] @ e1mer joined channel #puppet | ||
| [2010/08/10 09:51:09] @ Quit: mrk1207: Quit: Leaving | ||
| [2010/08/10 09:52:48] @ Quit: e1mer: Read error: Connection reset by peer | ||
| [2010/08/10 09:54:46] @ Quit: jdcasey: Remote host closed the connection | ||
| [2010/08/10 09:56:17] @ greg__ joined channel #puppet | ||
| [2010/08/10 10:02:09] @ Quit: kolla: Remote host closed the connection | ||
| [2010/08/10 10:02:26] @ plathrop-away is now known as plathrop | ||
| [2010/08/10 10:02:43] @ kolla joined channel #puppet | ||
| [2010/08/10 10:03:37] @ ceren joined channel #puppet | ||
| [2010/08/10 10:05:15] @ \ask joined channel #puppet | ||
| [2010/08/10 10:10:18] @ bug_ joined channel #puppet | ||
| [2010/08/10 10:11:13] @ Quit: tecto_: Quit: tecto_ | ||
| [2010/08/10 10:11:26] @ bug_ is now known as bug | ||
| [2010/08/10 10:14:27] @ Quit: gebi: Ping timeout: 264 seconds | ||
| [2010/08/10 10:16:22] @ jaredrhine joined channel #puppet | ||
| [2010/08/10 10:18:43] @ notbrien joined channel #puppet | ||
| [2010/08/10 10:23:47] @ scashin133 joined channel #puppet | ||
| [2010/08/10 10:26:35] @ alexine_dsouza joined channel #puppet | ||
| [2010/08/10 10:28:15] @ Quit: bgupta: Ping timeout: 248 seconds | ||
| [2010/08/10 10:30:34] @ gutseb_ joined channel #puppet | ||
| [2010/08/10 10:32:20] @ MPSimmons joined channel #puppet | ||
| [2010/08/10 10:33:00] @ Quit: gutseb: Ping timeout: 245 seconds | ||
| [2010/08/10 10:33:00] @ gutseb_ is now known as gutseb | ||
| [2010/08/10 10:35:17] @ Quit: lkoranda: Quit: Ex-Chat | ||
| [2010/08/10 10:36:24] @ f0g joined channel #puppet | ||
| [2010/08/10 10:36:39] <f0g> Hello everyone. | ||
| [2010/08/10 10:38:37] <f0g> Question: Can Puppet assist in managing the package manager? (Manage manage manage). By that, I mean, can it help with approving certain updates across the entire Puppet network, as opposed to running `yum update` or `apt-get upgrade` on all of the machines manually? | ||
| [2010/08/10 10:39:09] @ mmckinst joined channel #puppet | ||
| [2010/08/10 10:40:19] <beata_> youu can specify versions that a software package should be at | ||
| [2010/08/10 10:41:43] @ gebi joined channel #puppet | ||
| [2010/08/10 10:41:44] @ benkevan_ joined channel #puppet | ||
| [2010/08/10 10:42:08] <duritong> f0g: you can do that, I know that riseup has setup their modules to be able to manage as well security updates with apt-get, have a look at the modules at https://labs.riseup.net/code/projects/puppetmodules or https://labs.riseup.net/code/projects/sharedpuppetmodules | ||
| [2010/08/10 10:43:18] @ Quit: benkevan: Ping timeout: 260 seconds | ||
| [2010/08/10 10:44:14] <f0g> Awesome. :) | ||
| [2010/08/10 10:50:58] @ benkevan joined channel #puppet | ||
| [2010/08/10 10:51:19] @ littleidea joined channel #puppet | ||
| [2010/08/10 10:52:24] @ AZed1 joined channel #puppet | ||
| [2010/08/10 10:53:27] @ Quit: benkevan_: Ping timeout: 264 seconds | ||
| [2010/08/10 10:54:45] @ AZed1 is now known as AZed | ||
| [2010/08/10 11:00:39] @ Quit: AZed: Remote host closed the connection | ||
| [2010/08/10 11:01:31] <ReinH> eric0: RE: Dashboard on separate host. It's certainly doable, but in my experience it would be simpler to run a master on that host as well, and have it send reports directly to the dashboard. | ||
| [2010/08/10 11:02:20] @ Quit: jense: Quit: Verlassend | ||
| [2010/08/10 11:03:11] @ Quit: spacex: Read error: Connection reset by peer | ||
| [2010/08/10 11:03:12] @ spacex1 joined channel #puppet | ||
| [2010/08/10 11:04:27] <dan__t> Hi, | ||
| [2010/08/10 11:05:01] <dan__t> So I want to populate a folder on a node with some files, but the contents of which need to come from another folder on that same node. Is this going to be possible? | ||
| [2010/08/10 11:05:12] <dan__t> I'm sure its POSSIBLE, but I want to do it the Puppet way heh. | ||
| [2010/08/10 11:05:20] <dan__t> The best I can come up with is to maybe exec an rsync from source -> dest | ||
| [2010/08/10 11:06:58] <miah> exec | ||
| [2010/08/10 11:07:13] <dan__t> yeah. | ||
| [2010/08/10 11:07:29] <dan__t> I'm talking hundreds of files. Images. | ||
| [2010/08/10 11:07:49] <dan__t> Guess I could distribute them in Puppet but that catalog would be.... huge. | ||
| [2010/08/10 11:08:04] <Volcane> puppet is a configuration management tool | ||
| [2010/08/10 11:08:14] <Volcane> the puppet way would be to configure a bulk file copying tool using puppet | ||
| [2010/08/10 11:08:24] <dan__t> Yep. | ||
| [2010/08/10 11:08:27] <dan__t> I understand. | ||
| [2010/08/10 11:08:38] @ Quit: mmckinst: Read error: Connection reset by peer | ||
| [2010/08/10 11:08:40] @ mmckinst joined channel #puppet | ||
| [2010/08/10 11:10:36] @ nicklewis joined channel #puppet | ||
| [2010/08/10 11:12:54] @ f0g left channel #puppet () | ||
| [2010/08/10 11:15:24] @ Quit: notbrien: Remote host closed the connection | ||
| [2010/08/10 11:16:11] @ jdcasey joined channel #puppet | ||
| [2010/08/10 11:17:13] @ proprietarysucks joined channel #puppet | ||
| [2010/08/10 11:17:26] <proprietarysucks> how can I have puppetmaster automatically sign all certs? | ||
| [2010/08/10 11:17:46] <proprietarysucks> my autosign.conf has only: * | ||
| [2010/08/10 11:18:05] <proprietarysucks> however with this new node to test with, I still must manually sign | ||
| [2010/08/10 11:20:24] @ jense joined channel #puppet | ||
| [2010/08/10 11:21:22] @ rgsteele joined channel #puppet | ||
| [2010/08/10 11:21:45] @ larne left channel #puppet () | ||
| [2010/08/10 11:22:36] @ riddley joined channel #puppet | ||
| [2010/08/10 11:23:02] @ riddley left channel #puppet ("Leaving") | ||
| [2010/08/10 11:25:09] <joe-mac> anybody know if github encrypts their disks? | ||
| [2010/08/10 11:26:15] <miah> why? | ||
| [2010/08/10 11:26:30] <miah> storing private stuff with a non-personal account? | ||
| [2010/08/10 11:26:34] <miah> i'd contact their support line | ||
| [2010/08/10 11:27:48] @ alfism joined channel #puppet | ||
| [2010/08/10 11:28:18] @ BarnacleBob joined channel #puppet | ||
| [2010/08/10 11:29:54] <BarnacleBob> So i'm using stored configs to export and collect a pile of file snipits to build configs on this machine, but its slow to check so many files. If i turn off checksumming how does it know if the file needs updateing? does it not know at all? | ||
| [2010/08/10 11:37:12] @ Quit: spacex1: Read error: Connection reset by peer | ||
| [2010/08/10 11:37:18] @ spacex joined channel #puppet | ||
| [2010/08/10 11:40:00] @ Quit: mmckinst: Quit: mmckinst | ||
| [2010/08/10 11:41:01] @ mmckinst joined channel #puppet | ||
| [2010/08/10 11:41:43] @ ichristo joined channel #puppet | ||
| [2010/08/10 11:42:28] @ Quit: ichristo: Client Quit | ||
| [2010/08/10 11:42:44] @ jimcooncat joined channel #puppet | ||
| [2010/08/10 11:44:52] <joe-mac> you can do checksum => mtime | ||
| [2010/08/10 11:45:03] <joe-mac> for a less-intensive calculation (i think md5 is the default, could be wrongf) | ||
| [2010/08/10 11:45:12] <joe-mac> alternatively to speed up stored configs you can turn on thin storedconfigs | ||
| [2010/08/10 11:45:39] <joe-mac> miah: no i have a private account | ||
| [2010/08/10 11:47:18] @ Quit: lak: Quit: lak | ||
| [2010/08/10 11:49:26] <BarnacleBob> yeah i'm contemplating trying thin stored configs | ||
| [2010/08/10 11:49:36] <BarnacleBob> but fetching the catalog only takes 5 minutes of the 30 minute run time | ||
| [2010/08/10 11:51:34] <jimcooncat> Are there any features in Puppet you feel are critical that wouldn't be available on Debian Lenny? | ||
| [2010/08/10 11:52:17] <BarnacleBob> you mean with the version debian lenny comes with? | ||
| [2010/08/10 11:52:32] <BarnacleBob> as far as i know all the types and features work on debian lenny | ||
| [2010/08/10 11:52:53] <jimcooncat> BarnacleBob: yes, I'mn standardizing on Lenny and would like to know if Puppet would be good for me | ||
| [2010/08/10 11:53:17] <BarnacleBob> well its pretty trivial to build your own deb for it and put it in a custom repo | ||
| [2010/08/10 11:53:34] @ Quit: mmckinst: Quit: mmckinst | ||
| [2010/08/10 11:53:43] <BarnacleBob> but 24.5 does have most functionality but you really really would want to be on 25.5 or 26 when that comes out | ||
| [2010/08/10 11:53:50] <jimcooncat> ... checking version number | ||
| [2010/08/10 11:53:57] <BarnacleBob> http://packages.debian.org/search?keywords=puppet&searchon=names&suite=stable§ion=all | ||
| [2010/08/10 11:54:21] @ mmckinst joined channel #puppet | ||
| [2010/08/10 11:54:35] <jimcooncat> Package: puppet (0.24.5-3) | ||
| [2010/08/10 11:54:51] <BarnacleBob> jimcooncat, essentially this is what you would need to do. apt-get source puppet && wget <new puppet source> && cd puppet-24.5 && uupdate ../puppet-25.5.tar.gz | ||
| [2010/08/10 11:55:02] <BarnacleBob> oh then dpkg-buildpackage | ||
| [2010/08/10 11:55:20] <BarnacleBob> or you could probably get a newer version from unstable | ||
| [2010/08/10 11:55:26] <jimcooncat> thanks much BarnacleBob! | ||
| [2010/08/10 11:55:58] <BarnacleBob> yeah both squeeze (testing) and sid(unstable) have the version you want | ||
| [2010/08/10 11:56:06] <BarnacleBob> oh also lenny-backports has the version you want | ||
| [2010/08/10 11:56:10] <BarnacleBob> that makes it really easy | ||
| [2010/08/10 11:56:21] <jimcooncat> Good! | ||
| [2010/08/10 11:56:44] <jimcooncat> I haven't installed the backports repo yet, but planned to pin it in | ||
| [2010/08/10 11:57:38] <BarnacleBob> you don't need pining for backports you can just enable it and the new versions will take priority | ||
| [2010/08/10 11:57:45] <BarnacleBob> unless of course you don't want that behavior | ||
| [2010/08/10 11:57:55] @ Alleskapot joined channel #puppet | ||
| [2010/08/10 11:58:45] <jimcooncat> BarnacleBob: no, I'd rather check them out first. But thanks so much for the info | ||
| [2010/08/10 11:59:05] <BarnacleBob> np | ||
| [2010/08/10 12:02:17] @ Quit: Alleskapot: Client Quit | ||
| [2010/08/10 12:03:21] @ AZed joined channel #puppet | ||
| [2010/08/10 12:06:51] <proprietarysucks> what else besides putting * in autosign.conf do I need to do to autosign all requests? | ||
| [2010/08/10 12:11:29] <BLZbubba> is there a way to have an array of hashes (or an array of arrays) in puppet? | ||
| [2010/08/10 12:11:55] @ Quit: brannigm: Ping timeout: 246 seconds | ||
| [2010/08/10 12:18:39] @ Quit: gmason: Ping timeout: 264 seconds | ||
| [2010/08/10 12:20:31] @ sigkate joined channel #puppet | ||
| [2010/08/10 12:23:30] @ mattock joined channel #puppet | ||
| [2010/08/10 12:28:08] @ Quit: mattock: Ping timeout: 258 seconds | ||
| [2010/08/10 12:29:54] @ Quit: mclarke: Quit: mclarke | ||
| [2010/08/10 12:29:59] @ mclarke joined channel #puppet | ||
| [2010/08/10 12:35:30] @ Quit: mmckinst: Ping timeout: 245 seconds | ||
| [2010/08/10 12:39:45] @ Quit: spacex: Quit: Leaving. | ||
| [2010/08/10 12:40:01] @ mmckinst joined channel #puppet | ||
| [2010/08/10 12:43:15] @ gmason joined channel #puppet | ||
| [2010/08/10 12:44:42] @ Quit: bug: Quit: bug | ||
| [2010/08/10 12:49:32] <jhelwig> joe-mac: I doubt that github does disk encryption. | ||
| [2010/08/10 12:50:53] @ imran_ joined channel #puppet | ||
| [2010/08/10 12:51:14] <joe-mac> yea, just a thought really | ||
| [2010/08/10 12:52:08] @ tecto_ joined channel #puppet | ||
| [2010/08/10 12:52:08] @ Quit: tecto_: Changing host | ||
| [2010/08/10 12:52:08] @ tecto_ joined channel #puppet | ||
| [2010/08/10 12:54:03] @ gmason is now known as gmason_ | ||
| [2010/08/10 12:55:11] @ gmason_ is now known as gmason | ||
| [2010/08/10 12:55:18] @ RussS joined channel #puppet | ||
| [2010/08/10 12:55:47] @ lak joined channel #puppet | ||
| [2010/08/10 12:57:19] @ Quit: RussS: Client Quit | ||
| [2010/08/10 13:01:19] @ Quit: [GuS]: Remote host closed the connection | ||
| [2010/08/10 13:04:36] @ atompngn joined channel #puppet | ||
| [2010/08/10 13:07:51] @ Quit: littleidea: Quit: littleidea | ||
| [2010/08/10 13:10:43] @ Quit: gebi: Ping timeout: 246 seconds | ||
| [2010/08/10 13:15:21] @ Quit: mmckinst: Quit: mmckinst | ||
| [2010/08/10 13:16:36] @ mmckinst joined channel #puppet | ||
| [2010/08/10 13:19:32] @ emackn joined channel #puppet | ||
| [2010/08/10 13:20:25] <mosez> where is $lsbdistcodename defined? facter does not tell anything about it :( | ||
| [2010/08/10 13:20:50] <Kiloman> mine does... | ||
| [2010/08/10 13:20:58] <BarnacleBob> mine does too | ||
| [2010/08/10 13:21:08] <BarnacleBob> it comes from /etc/lsb-release (probably) | ||
| [2010/08/10 13:21:13] <miah> you need to have the lsb stuff installed | ||
| [2010/08/10 13:21:38] <miah> otherwise facter doesnt do anything with it | ||
| [2010/08/10 13:21:55] <mosez> http://pastie.org/1084630 | ||
| [2010/08/10 13:21:57] @ RussS joined channel #puppet | ||
| [2010/08/10 13:21:58] <emackn> Anyone see something like this before: err: //base::selinux/Selinux::Module[xxxxxx]/Selmodule[xxxxxx]: Failed to retrieve current state of resource: #<IO:0x2b4111730230>, all the files appear on the client, the weird hex number is throwing me off | ||
| [2010/08/10 13:22:32] <mosez> miah: which lsb stuff? | ||
| [2010/08/10 13:24:14] @ nakano is now known as nakano_ | ||
| [2010/08/10 13:24:32] <BarnacleBob> mosez, on ubuntu its lsb-release | ||
| [2010/08/10 13:25:21] <mosez> ah, on debian too... thx | ||
| [2010/08/10 13:27:46] @ spacex joined channel #puppet | ||
| [2010/08/10 13:29:07] @ Quit: project2501a: Read error: Operation timed out | ||
| [2010/08/10 13:31:41] @ Quit: tazz: Remote host closed the connection | ||
| [2010/08/10 13:32:21] <mosez> and which entries have to be on fileserver.conf? | ||
| [2010/08/10 13:32:44] <mosez> iv'got files and plugins... i think that have to be modules? | ||
| [2010/08/10 13:33:26] @ project2501a joined channel #puppet | ||
| [2010/08/10 13:34:54] @ jab_doa joined channel #puppet | ||
| [2010/08/10 13:38:15] @ Quit: reyjrar: Quit: Leaving. | ||
| [2010/08/10 13:38:30] @ reyjrar joined channel #puppet | ||
| [2010/08/10 13:40:03] @ Quit: reyjrar: Remote host closed the connection | ||
| [2010/08/10 13:40:07] @ reyjrar joined channel #puppet | ||
| [2010/08/10 13:43:25] @ Quit: ckauhaus: Quit: Leaving. | ||
| [2010/08/10 13:44:16] @ Quit: reyjrar: Ping timeout: 240 seconds | ||
| [2010/08/10 13:47:30] @ lutter joined channel #puppet | ||
| [2010/08/10 13:48:02] @ Quit: fcami: Read error: Connection reset by peer | ||
| [2010/08/10 13:48:32] @ Quit: emackn: Quit: Page closed | ||
| [2010/08/10 13:49:21] @ fcami joined channel #puppet | ||
| [2010/08/10 13:50:57] @ Quit: jdcasey: Read error: Connection reset by peer | ||
| [2010/08/10 13:51:06] @ jdcasey joined channel #puppet | ||
| [2010/08/10 13:51:11] <atompngn> On the templating wiki there are two examples of if/then statements. One of these is missing a "then" keyword, and the other has a "then" keyword. Which if statement is correct, with or without "then". | ||
| [2010/08/10 13:51:31] <atompngn> ...or does it depend on the condition being checked? | ||
| [2010/08/10 13:53:51] <SEJeff> How would you create a link initially with a certain target, but if a user changes the link to a different target, not change the link | ||
| [2010/08/10 13:54:30] @ reyjrar joined channel #puppet | ||
| [2010/08/10 13:54:56] @ Quit: reyjrar: Remote host closed the connection | ||
| [2010/08/10 13:55:21] <Kiloman> SEJeff: http://docs.puppetlabs.com/guides/types/file.html#id663 | ||
| [2010/08/10 13:56:17] @ iDanny joined channel #puppet | ||
| [2010/08/10 13:56:21] <SEJeff> Kiloman, So just a normal file definition with "replace => false"? | ||
| [2010/08/10 13:57:06] <Kiloman> that's how I'd read that option, yeah | ||
| [2010/08/10 13:57:17] <Kiloman> creates it if it doesn't exist, leaves it alone otherwise | ||
| [2010/08/10 13:57:18] <SEJeff> thankyou | ||
| [2010/08/10 13:59:35] <atompngn> For example, http://docs.puppetlabs.com/guides/templating.html#conditionals has no "then" in its if statement. http://docs.puppetlabs.com/guides/templating.html#undefined_variables does have a "then" in the if statement. | ||
| [2010/08/10 14:00:42] @ Quit: nexx: Quit: quit | ||
| [2010/08/10 14:01:57] @ Quit: MPSimmons: Quit: Leaving. | ||
| [2010/08/10 14:02:04] @ bgupta joined channel #puppet | ||
| [2010/08/10 14:02:59] @ Quit: mmckinst: Quit: mmckinst | ||
| [2010/08/10 14:07:11] <joe-mac> atompngn: 'templating' is just ruby code | ||
| [2010/08/10 14:07:23] <joe-mac> everything inside <% %> is pure ruby | ||
| [2010/08/10 14:08:27] <atompngn> Ok, well I'm no Ruby expert. So the question is there a difference between <% if condition == "something" %> or <% if condition == "something" then %> | ||
| [2010/08/10 14:09:17] <atompngn> Some of the templates I wrote without the "then" keyword didn't seem to be evaluating correctly. So just wondered what the proper syntax was. | ||
| [2010/08/10 14:10:11] @ Deesl joined channel #puppet | ||
| [2010/08/10 14:10:38] <joe-mac> generally if you do if condition then it's a one line if statement | ||
| [2010/08/10 14:10:45] <joe-mac> you don't need then if it's a multi line if statement | ||
| [2010/08/10 14:10:56] <joe-mac> anyways, i gotta go wait for the plumber. good luck. | ||
| [2010/08/10 14:11:38] <atompngn> alright | ||
| [2010/08/10 14:13:10] @ Quit: anvil14: Quit: anvil14 | ||
| [2010/08/10 14:14:04] @ littleidea joined channel #puppet | ||
| [2010/08/10 14:15:36] <atompngn> Its documented the opposite of what you said, but I got it working, thanks | ||
| [2010/08/10 14:15:42] @ Quit: atompngn: Remote host closed the connection | ||
| [2010/08/10 14:16:35] <SEJeff> Inside of a puppet class somewhere, I'd like to take the domain fact, and strip only the first part | ||
| [2010/08/10 14:16:54] <SEJeff> The shell equivalent would be something like: echo lax03.int | awk -F. '{print $1}' | ||
| [2010/08/10 14:17:04] <SEJeff> given that the fact domain == lax03.int | ||
| [2010/08/10 14:17:36] <SEJeff> So the end goal is to turn the domain fact (lax03.int) into lax03. Any ideas how without requiring a custom fact? | ||
| [2010/08/10 14:17:38] <beata_> wouldnt that just be $hostname | ||
| [2010/08/10 14:18:16] <SEJeff> beata-, hostname is the equivalent of hostname -s. I am looking for the output of hostname -d | awk -F. '{print $1}'. An example hostname would be ops1.lax03.int | ||
| [2010/08/10 14:18:49] <SEJeff> In facter, $hostname would be ops1, $fqdn would be ops1.lax03.int, and $domain would be lax03.int | ||
| [2010/08/10 14:18:58] <beata_> got ya | ||
| [2010/08/10 14:19:05] <beata_> should be easy enough to do in a custom fact | ||
| [2010/08/10 14:19:27] <beata_> not sure on how to do it w/out | ||
| [2010/08/10 14:19:43] <SEJeff> beata-, Is there a way to do that without a custom fact? The data is already there so it seems to break DRY to double it up | ||
| [2010/08/10 14:19:51] <SEJeff> It also makes the run slower with factsync and whatnot | ||
| [2010/08/10 14:20:04] <fsweetser> I believe there are some puppetmaster functions you could use, such as split | ||
| [2010/08/10 14:20:27] @ Quit: astinus: Ping timeout: 264 seconds | ||
| [2010/08/10 14:22:25] @ astinus joined channel #puppet | ||
| [2010/08/10 14:26:17] @ Quit: iDanny: Quit: Your Tears Don't Fall, They Crash Around Me <3 | ||
| [2010/08/10 14:28:58] <SEJeff> fsweetser, Inside of a manifest this is valid: $DOMAIN = $domain.split('.'), but this fails: $DOMAIN = $domain.split('.')[0] | ||
| [2010/08/10 14:29:03] <SEJeff> Any idea how to properly do that? | ||
| [2010/08/10 14:29:26] <beata_> cant change a allready used variable | ||
| [2010/08/10 14:29:44] <SEJeff> beata-, But I'm creating a new one named DOMAIN | ||
| [2010/08/10 14:29:48] <SEJeff> Is that wrong? | ||
| [2010/08/10 14:30:05] <beata_> didnt see the caps | ||
| [2010/08/10 14:30:43] <beata_> whats the error msg? | ||
| [2010/08/10 14:31:24] <SEJeff> err: Could not retrieve catalog from remote server: Error 400 on SERVER: Could not parse for environment production: Syntax error at '.'; expected '}' at /etc/puppet/modules/infrastructure/manifests/init.pp:33 | ||
| [2010/08/10 14:32:20] @ gebi joined channel #puppet | ||
| [2010/08/10 14:32:29] <beata_> $array_var1 = split($string, ':') | ||
| [2010/08/10 14:32:42] <ecapriolo> is $hostname the valid variable for the hostname fact? | ||
| [2010/08/10 14:32:53] <beata_> http://docs.reductivelabs.com/references/stable/function.html | ||
| [2010/08/10 14:32:59] <SEJeff> beata-, Well I actually need the $domain variable | ||
| [2010/08/10 14:33:06] <SEJeff> And the first member of that list returned by split | ||
| [2010/08/10 14:33:46] <SEJeff> The python syntax is an array slice. Is that possible? | ||
| [2010/08/10 14:34:01] <beata_> its been a long day, my brain isnt exactly working | ||
| [2010/08/10 14:34:38] @ shenson is now known as zz_shenson | ||
| [2010/08/10 14:34:42] <beata_> but i didnt think you could do $domain.split() it had to be split($domain,',') | ||
| [2010/08/10 14:35:13] <beata_> could be wrong though | ||
| [2010/08/10 14:35:15] <SEJeff> beata-, Alright, let me try | ||
| [2010/08/10 14:35:22] @ mmckinst joined channel #puppet | ||
| [2010/08/10 14:37:54] @ Quit: AZed: Quit: Leaving. | ||
| [2010/08/10 14:38:31] <ecapriolo> Is there any reason this will not work ? if $hostname == 'cdbsd01.hadoop.pvt' { | ||
| [2010/08/10 14:40:42] @ Quit: adrian_broher: Quit: Verlassend | ||
| [2010/08/10 14:40:47] <beata_> not that i see | ||
| [2010/08/10 14:41:04] <beata_> except that looks like a fqdn | ||
| [2010/08/10 14:41:55] @ Quit: RussS: Quit: Leaving | ||
| [2010/08/10 14:42:57] <proprietarysucks> see what facter shows on the client for hostname and fqdn | ||
| [2010/08/10 14:43:09] @ Quit: radkin: Remote host closed the connection | ||
| [2010/08/10 14:44:09] @ Quit: imran_: Quit: imran_ | ||
| [2010/08/10 14:44:56] @ nul0op joined channel #puppet | ||
| [2010/08/10 14:45:40] <ecapriolo> beata_: good point that was it | ||
| [2010/08/10 14:47:15] @ fredden joined channel #puppet | ||
| [2010/08/10 14:48:46] @ Quit: ryep: Ping timeout: 265 seconds | ||
| [2010/08/10 14:50:26] @ Quit: littleidea: Read error: Connection reset by peer | ||
| [2010/08/10 14:50:41] @ littleidea joined channel #puppet | ||
| [2010/08/10 14:51:26] @ Quit: masterzen: Ping timeout: 252 seconds | ||
| [2010/08/10 14:51:42] @ Quit: beata_: Quit: leaving | ||
| [2010/08/10 14:52:48] @ Quit: Deesl: Remote host closed the connection | ||
| [2010/08/10 14:52:55] @ Quit: gmason: Quit: gmason | ||
| [2010/08/10 14:53:39] @ Quit: lutter: Quit: Leaving. | ||
| [2010/08/10 14:58:27] <BLZbubba> ok this is weird, puppet clients don't seem to be finding their entry in the nodes file; and --debug isn't helping much | ||
| [2010/08/10 14:58:33] @ Quit: gniks: Quit: Leaving. | ||
| [2010/08/10 14:58:51] <BLZbubba> is there a way to get even more info? | ||
| [2010/08/10 14:59:01] @ Quit: jdcasey: Remote host closed the connection | ||
| [2010/08/10 15:00:14] <BLZbubba> it isn't rejecting them though, but it isn't loading any classes. weird | ||
| [2010/08/10 15:03:24] @ Quit: AimanA: Remote host closed the connection | ||
| [2010/08/10 15:04:39] @ Quit: littleidea: Ping timeout: 240 seconds | ||
| [2010/08/10 15:06:24] <BLZbubba> the server is also not detecting changes to the manifest files | ||
| [2010/08/10 15:06:35] <BLZbubba> and the times are identical, hmm | ||
| [2010/08/10 15:06:39] @ Quit: ewdafa: Ping timeout: 248 seconds | ||
| [2010/08/10 15:06:57] <Kiloman> how are you managing to edit the manifests without changing the mtime | ||
| [2010/08/10 15:07:14] @ Quit: sdog: Quit: Leaving. | ||
| [2010/08/10 15:07:15] @ artista_frustrad joined channel #puppet | ||
| [2010/08/10 15:08:34] <BLZbubba> Kiloman: exactly | ||
| [2010/08/10 15:08:50] @ scashin133_ joined channel #puppet | ||
| [2010/08/10 15:08:50] <BLZbubba> ok it looks like it hits this error on the server side: Could not parse for environment production: Syntax error at '}' at /var/lib/puppet/puppetsvn/manifests/classes/oracle.pp:95 | ||
| [2010/08/10 15:09:12] <BLZbubba> and from then on it just responds to all nodes that there is nothing to do | ||
| [2010/08/10 15:09:47] @ itguru joined channel #puppet | ||
| [2010/08/10 15:09:50] <BLZbubba> obviously i have a syntax error there | ||
| [2010/08/10 15:10:04] <BLZbubba> it's just weird that puppetmaster responds like this | ||
| [2010/08/10 15:10:38] @ masterzen joined channel #puppet | ||
| [2010/08/10 15:11:55] <BLZbubba> ok much better | ||
| [2010/08/10 15:12:01] <BLZbubba> is this normal puppetmaster behavior? | ||
| [2010/08/10 15:12:19] <Kiloman> if the syntax is bad? what would you expect it to do? | ||
| [2010/08/10 15:12:27] @ Quit: scashin133: Ping timeout: 265 seconds | ||
| [2010/08/10 15:12:27] @ scashin133_ is now known as scashin133 | ||
| [2010/08/10 15:20:43] @ Quit: ecapriolo: Ping timeout: 265 seconds | ||
| [2010/08/10 15:21:29] @ Quit: masterzen: Quit: Au revoir! | ||
| [2010/08/10 15:21:55] @ ryep joined channel #puppet | ||
| [2010/08/10 15:22:15] <Volcane> Kiloman: the problem is that a syntax error makes the master in subsequent runs not report the error but just do nothing, or say things like class not found etc instead of showing the error | ||
| [2010/08/10 15:22:25] @ bug joined channel #puppet | ||
| [2010/08/10 15:22:33] @ Mode -o Volcane by Volcane | ||
| [2010/08/10 15:23:07] @ masterzen joined channel #puppet | ||
| [2010/08/10 15:24:10] <BLZbubba> Volcane: is this something that will change, or should i just get used to it? | ||
| [2010/08/10 15:24:29] <BLZbubba> it's a little weird at first, but i will know where to look next time this happens. | ||
| [2010/08/10 15:25:44] <Volcane> donno | ||
| [2010/08/10 15:25:49] <Volcane> file tickets | ||
| [2010/08/10 15:26:18] <dan__t> So eh... I want to say I've used this before, but does exists() work the way I think it would? | ||
| [2010/08/10 15:26:41] <dan__t> Want to run a resource only if a file exists in a specific location etc etc. | ||
| [2010/08/10 15:27:22] <BLZbubba> dan__t: how do you want the location to be created? | ||
| [2010/08/10 15:27:36] <BLZbubba> i.e. if it is from a package, you can require that package; or you can have puppet create it | ||
| [2010/08/10 15:27:43] <Volcane> dan__t: where do you see this documented? | ||
| [2010/08/10 15:28:20] <dan__t> I don't see it documented. I haven't done any puppet dev in like two months, its like starting over :( | ||
| [2010/08/10 15:28:22] <Volcane> dan__t: in a template or manifest? | ||
| [2010/08/10 15:29:14] <dan__t> I want it in a manifest. I want a cron to be implemented only if a mount point exists. I was going to check to see if a file exists in that mount point before the cron resource gets applied. | ||
| [2010/08/10 15:29:36] <Volcane> dan__t: the compile - and so all functions - happen on the master | ||
| [2010/08/10 15:30:08] @ gniks joined channel #puppet | ||
| [2010/08/10 15:30:14] <dan__t> Oh, didn't know that. | ||
| [2010/08/10 15:30:45] <Volcane> the catelog that goes to the nodes is compiled etc, so only if a type - like exec - has specific unless/onlyif etc will it have accessto the node | ||
| [2010/08/10 15:30:53] <Kiloman> conditionals like that would require writing a facter plugin | ||
| [2010/08/10 15:31:01] <dan__t> Guess I could make a test condition for exec | ||
| [2010/08/10 15:31:07] <dan__t> Yeah, I get it. | ||
| [2010/08/10 15:31:08] <Kiloman> set a fact if the file exists, etc | ||
| [2010/08/10 15:31:49] <dan__t> Yea, guess I could do that, too. | ||
| [2010/08/10 15:32:39] <Kiloman> in practice it's usually easier to do exec { command => 'baz', onlyif => 'test -f /foo/bar' } | ||
| [2010/08/10 15:32:53] <Kiloman> like you said | ||
| [2010/08/10 15:33:01] @ Quit: jmccune: Ping timeout: 276 seconds | ||
| [2010/08/10 15:33:18] <dan__t> right. | ||
| [2010/08/10 15:34:51] @ Quit: ]oestewart: Quit: This computer has gone to sleep | ||
| [2010/08/10 15:35:51] @ Quit: bobbyz_: Ping timeout: 260 seconds | ||
| [2010/08/10 15:44:21] @ Quit: kolla: Ping timeout: 265 seconds | ||
| [2010/08/10 15:45:09] @ Quit: rgsteele: Remote host closed the connection | ||
| [2010/08/10 15:51:45] @ WALoeIII joined channel #puppet | ||
| [2010/08/10 15:53:47] @ atompngn joined channel #puppet | ||
| [2010/08/10 15:57:49] @ radkin joined channel #puppet | ||
| [2010/08/10 15:58:11] @ Quit: jab_doa: Quit: Verlassend | ||
| [2010/08/10 16:05:02] @ jmccune joined channel #puppet | ||
| [2010/08/10 16:05:31] @ Quit: bug: Quit: bug | ||
| [2010/08/10 16:05:40] @ Quit: ashp: Ping timeout: 265 seconds | ||
| [2010/08/10 16:06:02] @ jab_doa joined channel #puppet | ||
| [2010/08/10 16:08:31] @ Quit: bigon: Ping timeout: 248 seconds | ||
| [2010/08/10 16:09:09] @ bigon joined channel #puppet | ||
| [2010/08/10 16:09:09] @ Quit: bigon: Changing host | ||
| [2010/08/10 16:09:09] @ bigon joined channel #puppet | ||
| [2010/08/10 16:09:40] @ Quit: ceren: Quit: ceren | ||
| [2010/08/10 16:11:20] @ Quit: atompngn: Ping timeout: 245 seconds | ||
| [2010/08/10 16:16:25] @ kolla joined channel #puppet | ||
| [2010/08/10 16:20:04] @ Quit: gebi: Ping timeout: 246 seconds | ||
| [2010/08/10 16:20:05] @ Quit: artista_frustrad: Ping timeout: 245 seconds | ||
| [2010/08/10 16:21:18] @ Quit: kolla: Remote host closed the connection | ||
| [2010/08/10 16:21:58] @ Quit: viewlogic: Ping timeout: 258 seconds | ||
| [2010/08/10 16:23:08] @ viewlogic joined channel #puppet | ||
| [2010/08/10 16:24:54] @ atompngn joined channel #puppet | ||
| [2010/08/10 16:25:55] @ Quit: benkevan: Quit: leaving | ||
| [2010/08/10 16:29:24] @ freshtonic joined channel #puppet | ||
| [2010/08/10 16:30:22] @ Quit: spacex: Quit: Leaving. | ||
| [2010/08/10 16:30:58] @ Quit: blahdeblah: Ping timeout: 260 seconds | ||
| [2010/08/10 16:31:02] @ bobinabottle joined channel #puppet | ||
| [2010/08/10 16:31:16] @ ashp joined channel #puppet | ||
| [2010/08/10 16:31:39] @ Quit: bobinabottle: Client Quit | ||
| [2010/08/10 16:32:43] @ artista_frustrad joined channel #puppet | ||
| [2010/08/10 16:37:23] @ Quit: ashp: Ping timeout: 260 seconds | ||
| [2010/08/10 16:43:19] @ Quit: alfism: Quit: alfism | ||
| [2010/08/10 16:43:39] @ ceren joined channel #puppet | ||
| [2010/08/10 16:43:49] @ Quit: ptman: Ping timeout: 260 seconds | ||
| [2010/08/10 16:44:17] @ ptman joined channel #puppet | ||
| [2010/08/10 16:44:43] @ blahdeblah joined channel #puppet | ||
| [2010/08/10 16:47:15] <ReinH> Can anyone see a case where this *wouldn't* return the macaddress on darwin? ... | ||
| [2010/08/10 16:47:17] <ReinH> ifconfig `/usr/sbin/netstat -rn |grep ^default| awk '{ print $6 }'` |grep ether | awk '{ print $2 }' |head -1 | ||
| [2010/08/10 16:48:34] @ bodepd joined channel #puppet | ||
| [2010/08/10 16:48:37] @ tjoe joined channel #puppet | ||
| [2010/08/10 16:51:36] <Kiloman> how about: system_profiler SPNetworkDataType -detailLevel basic |grep MAC Address| awk -F': ' '{print $2'} |head -n 1 | ||
| [2010/08/10 16:52:21] <SEJeff> how about: system_profiler SPNetworkDataType -detailLevel basic |awk -F': ' '/MAC Address/{print $2'} |head -n 1 | ||
| [2010/08/10 16:52:37] <Kiloman> 'course that doesn't give you the en0 mac address, just the mac address of the highest-priority interface | ||
| [2010/08/10 16:52:41] <ReinH> yes, but this works on all BSDen too so we can remove the special case for darwin | ||
| [2010/08/10 16:53:05] <ReinH> I suppose my greps are unnecessary if I use more awk-fu | ||
| [2010/08/10 16:53:12] <SEJeff> yup | ||
| [2010/08/10 16:53:16] <ReinH> I'm also unsure of grep portability | ||
| [2010/08/10 16:53:28] @ Quit: ptman: Ping timeout: 265 seconds | ||
| [2010/08/10 16:53:30] <Kiloman> SEJeff: your awk-fu is better than mine | ||
| [2010/08/10 16:53:35] <SEJeff> grep is more portable than awk / gawk is | ||
| [2010/08/10 16:53:36] <ReinH> assume I'm using absolute paths to the executables to avoid aliases, etc | ||
| [2010/08/10 16:53:48] <SEJeff> Kiloman, I'm that jackass that uses awk instead of perl just to piss people off :) | ||
| [2010/08/10 16:53:55] <ReinH> SEJeff: :) | ||
| [2010/08/10 16:54:03] <ReinH> I'm just trying to not do this http://projects.reductivelabs.com/issues/3703 | ||
| [2010/08/10 16:54:12] <Kiloman> I'm a big fan of anything that involves LESS things in the pipeline | ||
| [2010/08/10 16:54:18] <ReinH> Kiloman: yeah | ||
| [2010/08/10 16:54:29] <ReinH> awk > grep |awk | ||
| [2010/08/10 16:54:40] <ReinH> I can convert mine to awk | ||
| [2010/08/10 16:54:43] <SEJeff> the pattern matching in awk should be portable. gawk has some more functions and whatnot, but that should work | ||
| [2010/08/10 16:54:45] <ReinH> just wondering if I'm missing anything | ||
| [2010/08/10 16:54:59] <ReinH> and mine should work for all BSDen, right? | ||
| [2010/08/10 16:55:03] <SEJeff> Sorry, I've got a few thousand linux boxes, but no crack os boxes to test on | ||
| [2010/08/10 16:55:09] <ReinH> I need to get some ifconfig output to test against | ||
| [2010/08/10 16:55:10] <ReinH> heh | ||
| [2010/08/10 16:55:18] @ Quit: bgupta: Quit: bgupta | ||
| [2010/08/10 16:55:26] <fenris02> as long as you call 'gawk' in both, it should work ok. nawk/gawk/awk are not interchangeable though. | ||
| [2010/08/10 16:55:29] <ReinH> I'm starting to add fixture data for testing facts | ||
| [2010/08/10 16:56:02] <SEJeff> fenris02, Does anyone have bsd / os x boxes to test? I think that the // pattern matching functionality of awk is portable | ||
| [2010/08/10 16:56:27] <fenris02> SEJeff, for simple things like the above, it works under osx | ||
| [2010/08/10 16:56:47] <SEJeff> fenris02, Perfect, then gawk is unnecessary | ||
| [2010/08/10 16:56:48] <ReinH> SEJeff: yeah, that should be portable afaik | ||
| [2010/08/10 16:57:09] <SEJeff> Especially on systems that think the gpl is a horrible virus such as openbsd | ||
| [2010/08/10 16:57:22] <fenris02> pedantically speaking however, the |head -n1 is superfluous as well ... | ||
| [2010/08/10 16:58:17] <fenris02> system_profiler SPNetworkDataType -detailLevel basic |awk -F': ' '/MAC Address/{print $2;exit}' | ||
| [2010/08/10 16:58:19] @ Quit: scashin133: Remote host closed the connection | ||
| [2010/08/10 16:58:25] @ scashin133 joined channel #puppet | ||
| [2010/08/10 16:58:49] @ ashp joined channel #puppet | ||
| [2010/08/10 16:59:02] <SEJeff> well done | ||
| [2010/08/10 16:59:06] <fenris02> oh, your last single quote was misplaced too. not catastrophic, but not exactly ideal | ||
| [2010/08/10 16:59:34] <fenris02> SEJeff, you are not the only one that abuses awk. some of us old farts still use it because perl was too big to install :P | ||
| [2010/08/10 16:59:39] <SEJeff> fenris02, Yeah, I just copied the line above. Noticed it after reading it, but wasn't worth spamming the channel. They can figure it out :) | ||
| [2010/08/10 17:00:00] <SEJeff> fenris02, Yeah, I cut my teeth to 'nix on HP-UX. | ||
| [2010/08/10 17:00:25] <fenris02> 356 days, 356 ways to hack hpux? or were you not around for that? | ||
| [2010/08/10 17:00:29] @ Quit: nicklewis: Ping timeout: 252 seconds | ||
| [2010/08/10 17:01:14] <SEJeff> fenris02, Past my time. I'm not old, but have been futzing with 'nix stuff for about 11 years | ||
| [2010/08/10 17:01:24] <ReinH> fenris02: the head -n1 is not superfluous | ||
| [2010/08/10 17:01:30] <SEJeff> And phreaked before that | ||
| [2010/08/10 17:01:51] <SEJeff> ReinH, Yes it is, look at the ; exit in his awk line. That tells it to exit after the first match of /MAC Address/ | ||
| [2010/08/10 17:01:52] @ bgupta joined channel #puppet | ||
| [2010/08/10 17:01:57] <ReinH> SEJeff: oh | ||
| [2010/08/10 17:02:00] <fenris02> ReinH, try what i put. it works without |head-n1 | ||
| [2010/08/10 17:02:03] <ReinH> word | ||
| [2010/08/10 17:02:04] <ReinH> yeah | ||
| [2010/08/10 17:02:05] <ReinH> I see that now | ||
| [2010/08/10 17:02:08] <ReinH> ty | ||
| [2010/08/10 17:02:09] <fenris02> :) | ||
| [2010/08/10 17:02:28] <ReinH> f*cking awk, how does it work? | ||
| [2010/08/10 17:02:32] <SEJeff> fenris02, You should bring back the useless use of cat/cut/grep awards | ||
| [2010/08/10 17:02:39] <ReinH> SEJeff: yeah, love those :) | ||
| [2010/08/10 17:02:44] <fenris02> ReinH, there is a www server written entirely in gawk if you want "fun" | ||
| [2010/08/10 17:02:50] <ReinH> fenris02: :) | ||
| [2010/08/10 17:02:58] @ Quit: \ask: Remote host closed the connection | ||
| [2010/08/10 17:03:00] <ReinH> first write gawk in brainfuck | ||
| [2010/08/10 17:03:25] <SEJeff> until next time... | ||
| [2010/08/10 17:03:53] @ Quit: bgupta: Client Quit | ||
| [2010/08/10 17:06:17] <atompngn> awk is the ancestor language of brainfuck | ||
| [2010/08/10 17:06:19] @ ptman joined channel #puppet | ||
| [2010/08/10 17:07:37] <ReinH> heh | ||
| [2010/08/10 17:07:40] @ cyrus_mc joined channel #puppet | ||
| [2010/08/10 17:14:40] <hephaestus> i don't get it | ||
| [2010/08/10 17:20:36] <mackn> i like cat/cut/grep | ||
| [2010/08/10 17:20:59] @ Wandrewvious joined channel #puppet | ||
| [2010/08/10 17:21:02] @ Quit: Wandrewvious: Client Quit | ||
| [2010/08/10 17:22:43] @ Quit: mikey_p: Ping timeout: 246 seconds | ||
| [2010/08/10 17:25:13] @ Quit: WALoeIII: Ping timeout: 260 seconds | ||
| [2010/08/10 17:25:55] @ Quit: davidroderick: Quit: rcirc on GNU Emacs 23.1.1 | ||
| [2010/08/10 17:27:39] @ Quit: jaredrhine: Quit: Leaving. | ||
| [2010/08/10 17:28:13] @ ghaskins_mobile joined channel #puppet | ||
| [2010/08/10 17:32:07] @ Quit: fredden: Ping timeout: 258 seconds | ||
| [2010/08/10 17:34:51] @ Quit: cyrus_mc: Ping timeout: 264 seconds | ||
| [2010/08/10 17:37:03] @ Quit: gutseb: Ping timeout: 248 seconds | ||
| [2010/08/10 17:40:24] @ Quit: tjoe: Read error: Connection reset by peer | ||
| [2010/08/10 17:40:37] @ Quit: radkin: Remote host closed the connection | ||
| [2010/08/10 17:42:19] @ Quit: jab_doa: Quit: Verlassend | ||
| [2010/08/10 17:43:07] @ Quit: ahasenack: Quit: Leaving | ||
| [2010/08/10 17:45:47] @ fredden joined channel #puppet | ||
| [2010/08/10 17:48:31] <fenris02> mackn, cat|grep|cut is slower than just using awk. it also consumes more resources. | ||
| [2010/08/10 17:48:53] <proprietarysucks> and it's uglies | ||
| [2010/08/10 17:48:57] <fenris02> cat|grep is a waste already :) | ||
| [2010/08/10 17:49:27] @ \ask joined channel #puppet | ||
| [2010/08/10 17:50:40] @ Quit: atompngn: Ping timeout: 240 seconds | ||
| [2010/08/10 17:51:27] @ Quit: jmccune: Ping timeout: 248 seconds | ||
| [2010/08/10 17:53:05] @ Quit: bodepd: Quit: bodepd | ||
| [2010/08/10 17:55:31] @ radkin joined channel #puppet | ||
| [2010/08/10 17:56:00] @ Quit: lak: Quit: lak | ||
| [2010/08/10 17:56:31] @ Quit: radkin: Remote host closed the connection | ||
| [2010/08/10 17:56:31] @ lak joined channel #puppet | ||
| [2010/08/10 17:57:52] @ Quit: lak: Client Quit | ||
| [2010/08/10 17:58:01] <ReinH> fenris02, SEJeff: I could use some sample netcat and ifconfig output for my macaddress fact tests. Would either of you mind running a couple commands and pastie-ing the output somewhere? | ||
| [2010/08/10 17:58:07] <ReinH> s/netcat/netstat | ||
| [2010/08/10 17:58:41] <ReinH> (or anyone else who wants to help me make facter better :) | ||
| [2010/08/10 17:59:04] <BarnacleBob> i might be able to | ||
| [2010/08/10 17:59:09] <BarnacleBob> depends on what you want out of it :) | ||
| [2010/08/10 17:59:16] <ReinH> the commands I need are: `netstat -nr`, `ifconfig` and `ifconfig en1` (or whatever netstat reports as the default interface, if not en1) | ||
| [2010/08/10 17:59:38] @ bgupta joined channel #puppet | ||
| [2010/08/10 17:59:40] <BarnacleBob> for mac? | ||
| [2010/08/10 17:59:43] <ReinH> this can be on any machine on any network, not necessarily production | ||
| [2010/08/10 17:59:48] <ReinH> mac, bsd, linux, whatever | ||
| [2010/08/10 17:59:57] <ReinH> the more the merrier | ||
| [2010/08/10 18:00:14] <ReinH> I have to run but I'll be idling if anyone is feeling generous :) | ||
| [2010/08/10 18:00:52] <proprietarysucks> I want to make facter better | ||
| [2010/08/10 18:01:52] <samc> ReinH: I can give you Solaris 10 and OpenSolaris output, if that's useful :) | ||
| [2010/08/10 18:03:08] <proprietarysucks> I can give you fedora 10.64, 13.64, centos 5.5 and various osx versions output | ||
| [2010/08/10 18:03:11] @ Quit: \ask: Remote host closed the connection | ||
| [2010/08/10 18:05:10] @ littleidea joined channel #puppet | ||
| [2010/08/10 18:05:40] <proprietarysucks> CentOS 5.4: http://pastebin.com/T0radiaQ | ||
| [2010/08/10 18:06:29] @ atompngn joined channel #puppet | ||
| [2010/08/10 18:06:38] @ kolla joined channel #puppet | ||
| [2010/08/10 18:06:57] <samc> ReinH: OpenSolaris b132 and Solaris 10u8: http://pastebin.com/J5GpgBa7 | ||
| [2010/08/10 18:07:10] <proprietarysucks> CentOS 5.5: http://pastebin.com/A1pwPfVv | ||
| [2010/08/10 18:07:24] @ Quit: tonyskapunk: Quit: ERC Version 5.3 (IRC client for Emacs) | ||
| [2010/08/10 18:08:11] <proprietarysucks> Fedora 13: http://pastebin.com/sGurdrUp | ||
| [2010/08/10 18:09:03] @ Quit: BarnacleBob: Quit: Leaving | ||
| [2010/08/10 18:09:27] <proprietarysucks> Fedora 10: http://pastebin.com/ckhNL750 | ||
| [2010/08/10 18:09:37] @ Quit: littleidea: Ping timeout: 246 seconds | ||
| [2010/08/10 18:11:39] <proprietarysucks> OSX:Darwin 9.8.0: http://pastebin.com/TgPueWsL | ||
| [2010/08/10 18:13:02] @ \ask joined channel #puppet | ||
| [2010/08/10 18:14:09] <proprietarysucks> OSX:Darwin 10.3.0: http://pastebin.com/6uQjYg7c | ||
| [2010/08/10 18:18:14] @ Quit: joevano: Read error: Connection reset by peer | ||
| [2010/08/10 18:20:26] @ blahdeblah left channel #puppet () | ||
| [2010/08/10 18:22:56] @ joevano joined channel #puppet | ||
| [2010/08/10 18:23:44] @ Quit: ceren: Quit: ceren | ||
| [2010/08/10 18:24:30] @ Quit: \ask: Remote host closed the connection | ||
| [2010/08/10 18:24:59] @ jmccune joined channel #puppet | ||
| [2010/08/10 18:27:02] @ bodepd joined channel #puppet | ||
| [2010/08/10 18:27:34] @ bodepd left channel #puppet () | ||
| [2010/08/10 18:30:47] @ bug joined channel #puppet | ||
| [2010/08/10 18:33:46] <proprietarysucks> Ubuntu 7.04: http://pastebin.com/LQtv0UTX | ||
| [2010/08/10 18:34:18] <proprietarysucks> I'm tapped out for now | ||
| [2010/08/10 18:41:30] @ Quit: pinoyskull: Ping timeout: 258 seconds | ||
| [2010/08/10 18:43:35] @ jaredrhine joined channel #puppet | ||
| [2010/08/10 18:44:50] @ \ask joined channel #puppet | ||
| [2010/08/10 18:46:34] @ somnoliento joined channel #puppet | ||
| [2010/08/10 18:48:35] <somnoliento> Why would a client throw "Certificates were not trusted" (about files, not about manifests or templates), when all other clients work ok? | ||
| [2010/08/10 18:48:36] <somnoliento> Times are OK | ||
| [2010/08/10 18:48:48] <ReinH> awesome, thanks everyone. I'll grab these tomorrow and add them to the test suite. | ||
| [2010/08/10 18:48:54] <somnoliento> (I mean the client's and server's clocks) | ||
| [2010/08/10 18:50:25] <somnoliento> I cleaned the certs in the server, wiped /var/lib/puppet/ssl in the client... still nothing! | ||
| [2010/08/10 18:52:37] @ Quit: \ask: Remote host closed the connection | ||
| [2010/08/10 18:53:15] @ Quit: proprietarysucks: Ping timeout: 260 seconds | ||
| [2010/08/10 18:53:17] @ tjoe joined channel #puppet | ||
| [2010/08/10 18:53:49] @ Quit: bgupta: Quit: bgupta | ||
| [2010/08/10 18:57:00] @ bgupta joined channel #puppet | ||
| [2010/08/10 18:57:44] @ greg___ joined channel #puppet | ||
| [2010/08/10 18:58:01] @ Quit: greg___: Client Quit | ||
| [2010/08/10 19:00:15] @ Quit: greg__: Ping timeout: 240 seconds | ||
| [2010/08/10 19:02:22] <somnoliento> This is while "Calling fileserver.describe": «Failed to retrieve current state of resource: Certificates were not trusted» | ||
| [2010/08/10 19:04:55] @ Quit: scashin133: Ping timeout: 260 seconds | ||
| [2010/08/10 19:07:43] @ Quit: somnoliento: Quit: Ex-Chat | ||
| [2010/08/10 19:09:54] @ ezmobius joined channel #puppet | ||
| [2010/08/10 19:13:32] @ cyrus_mc joined channel #puppet | ||
| [2010/08/10 19:16:03] @ gutseb joined channel #puppet | ||
| [2010/08/10 19:18:46] @ Quit: alexine_dsouza: Read error: Connection reset by peer | ||
| [2010/08/10 19:22:28] @ Quit: gutseb: Ping timeout: 276 seconds | ||
| [2010/08/10 19:23:16] @ Quit: mmckinst: Quit: mmckinst | ||
| [2010/08/10 19:25:01] @ lutter joined channel #puppet | ||
| [2010/08/10 19:25:04] @ Quit: lutter: Client Quit | ||
| [2010/08/10 19:26:46] @ Quit: hamish: Ping timeout: 240 seconds | ||
| [2010/08/10 19:26:54] @ ahuman joined channel #puppet | ||
| [2010/08/10 19:27:13] @ Quit: mclarke: Quit: mclarke | ||
| [2010/08/10 19:27:40] @ Quit: nevyn: Ping timeout: 276 seconds | ||
| [2010/08/10 19:39:55] @ Quit: bgupta: Ping timeout: 260 seconds | ||
| [2010/08/10 19:46:00] @ Quit: ezmobius: Quit: ezmobius | ||
| [2010/08/10 19:46:01] @ nevyn joined channel #puppet | ||
| [2010/08/10 19:46:10] @ bodepd joined channel #puppet | ||
| [2010/08/10 19:56:20] <cyrus_mc> is there a way to always backup fiels to the filebucket for resource types such as augeas, host, cron, etc? | ||
| [2010/08/10 20:02:15] <cyrus_mc> I tried to setup passenger and get the following when my clients attempt to connect - http://pastebin.com/HQEYaRQj | ||
| [2010/08/10 20:07:53] @ ceren joined channel #puppet | ||
| [2010/08/10 20:07:56] @ Quit: bodepd: Quit: bodepd | ||
| [2010/08/10 20:18:27] <fenris02> ReinH, sure, fire away. | ||
| [2010/08/10 20:22:12] @ plathrop is now known as plathrop-away | ||
| [2010/08/10 20:23:05] @ Quit: cliff-hm: Ping timeout: 258 seconds | ||
| [2010/08/10 20:25:55] @ gutseb joined channel #puppet | ||
| [2010/08/10 20:27:03] @ bodepd joined channel #puppet | ||
| [2010/08/10 20:33:34] @ jens_ joined channel #puppet | ||
| [2010/08/10 20:34:31] @ Quit: jense: Read error: Operation timed out | ||
| [2010/08/10 20:49:33] @ Quit: ceren: Quit: ceren | ||
| [2010/08/10 20:50:43] @ ceren joined channel #puppet | ||
| [2010/08/10 21:02:40] @ rmiller4pi8 joined channel #puppet | ||
| [2010/08/10 21:03:42] @ ezmobius joined channel #puppet | ||
| [2010/08/10 21:05:59] @ e1mer joined channel #puppet | ||
| [2010/08/10 21:08:14] @ Quit: cyrus_mc: Quit: leaving | ||
| [2010/08/10 21:10:21] @ spacex joined channel #puppet | ||
| [2010/08/10 21:24:12] @ ewdafa joined channel #puppet | ||
| [2010/08/10 21:30:14] @ pinoyskull joined channel #puppet | ||
| [2010/08/10 21:51:19] @ Quit: fredden: Ping timeout: 276 seconds | ||
| [2010/08/10 21:54:44] @ Quit: tjoe: Quit: leaving | ||
| [2010/08/10 21:56:44] @ sako joined channel #puppet | ||
| [2010/08/10 21:57:08] <sako> hey guys, can i set the puppetmaster server directive to be something like localhost? | ||
| [2010/08/10 21:57:14] <sako> or does it have to be the full hostname | ||
| [2010/08/10 21:58:00] <fenris02> afaik, it needs to be the fqdn | ||
| [2010/08/10 21:58:24] <fenris02> why do you ask? | ||
| [2010/08/10 21:59:57] <sako> i have a weird situation where i either have to set the fqdn to 127.0.0.1 | ||
| [2010/08/10 22:00:14] <sako> or the other option was going to be to set it in thepuppet config | ||
| [2010/08/10 22:02:50] @ mikey_p joined channel #puppet | ||
| [2010/08/10 22:03:28] @ Quit: mikey_p: Remote host closed the connection | ||
| [2010/08/10 22:05:43] @ fredden joined channel #puppet | ||
| [2010/08/10 22:06:31] @ alcy joined channel #puppet | ||
| [2010/08/10 22:08:29] @ ckauhaus joined channel #puppet | ||
| [2010/08/10 22:12:13] @ Quit: fredden: Ping timeout: 260 seconds | ||
| [2010/08/10 22:12:27] <sako> so.. is $hostname a builtin variable? | ||
| [2010/08/10 22:22:17] @ Quit: sako: Quit: leaving | ||
| [2010/08/10 22:25:52] @ fredden joined channel #puppet | ||
| [2010/08/10 22:26:23] <fenris02> facter |grep hostname | ||
| [2010/08/10 22:29:07] @ Quit: rmiller4pi8: Quit: Leaving. | ||
| [2010/08/10 22:30:38] <fdask> irc troubles | ||
| [2010/08/10 22:30:45] <fdask> woops | ||
| [2010/08/10 22:31:05] <fdask> hate gettin stuck in backbuffer in irssi | ||
| [2010/08/10 22:35:04] @ mattock joined channel #puppet | ||
| [2010/08/10 22:37:51] @ mclarke joined channel #puppet | ||
| [2010/08/10 22:41:52] @ yannL joined channel #puppet | ||
| [2010/08/10 22:42:49] @ Quit: ckauhaus: Ping timeout: 252 seconds | ||
| [2010/08/10 22:44:19] @ Quit: e1mer: Quit: captured by martians | ||
| [2010/08/10 22:50:25] @ nexx joined channel #puppet | ||
| [2010/08/10 22:50:54] <nevyn> fdask: gotta hate that. | ||
| [2010/08/10 22:53:31] <fdask> ya | ||
| [2010/08/10 22:53:42] <fdask> so just jumpin into puppet | ||
| [2010/08/10 22:54:07] <fdask> any similarity to nagios as far as the inheritance or how objects require one another | ||
| [2010/08/10 22:54:23] @ Quit: jmccune: Ping timeout: 248 seconds | ||
| [2010/08/10 22:56:07] @ e1mer joined channel #puppet | ||
| [2010/08/10 22:57:10] @ Quit: Bass10: Ping timeout: 245 seconds | ||
| [2010/08/10 23:01:30] @ \ask joined channel #puppet | ||
| [2010/08/10 23:03:26] @ Quit: bodepd: Quit: bodepd | ||
| [2010/08/10 23:04:15] @ jmccune joined channel #puppet | ||
| [2010/08/10 23:04:17] @ Quit: e1mer: Read error: Operation timed out | ||
| [2010/08/10 23:08:00] @ Quit: nul0op: Ping timeout: 245 seconds | ||
| [2010/08/10 23:08:19] @ Quit: fredden: Quit: Leaving | ||
| [2010/08/10 23:10:07] @ e1mer joined channel #puppet | ||
| [2010/08/10 23:13:48] <madduck> can I check for a definition using defined()? | ||
| [2010/08/10 23:16:27] @ bgupta joined channel #puppet | ||
| [2010/08/10 23:17:36] @ gebi joined channel #puppet | ||
| [2010/08/10 23:19:19] @ ckauhaus joined channel #puppet | ||
| [2010/08/10 23:23:02] <duritong> madduck: yes, as you do it with normal resources | ||
| [2010/08/10 23:23:26] <madduck> duritong: Error 400 on SERVER: Could not find resource type definition at /etc/puppet/modules/production/apt/manifests/init.pp:60 on node bell.madduck.net | ||
| [2010/08/10 23:23:39] <madduck> I used 'Definition["my::name"] | ||
| [2010/08/10 23:23:40] <madduck> ' | ||
| [2010/08/10 23:23:49] <duritong> madduck: but don't try to do something like: if defined(something) { manage something_else } | ||
| [2010/08/10 23:24:02] <duritong> madduck: it would be My::Name['fooo'] | ||
| [2010/08/10 23:24:17] <duritong> madduck: you can only check on a certain instance of that resource | ||
| [2010/08/10 23:24:21] <madduck> oh… no, I want to check if a definition is available | ||
| [2010/08/10 23:24:24] <madduck> right, ok. | ||
| [2010/08/10 23:24:32] <madduck> so i have to check a related class instance instead | ||
| [2010/08/10 23:24:41] <duritong> see: http://docs.puppetlabs.com/references/stable/function.html#defined | ||
| [2010/08/10 23:24:47] <madduck> i hate the fact that puppet doesn't just silently ignore undefined virtual resources | ||
| [2010/08/10 23:25:22] <duritong> madduck: well then other people would complain that they don't see that a virtual resource is not defined | ||
| [2010/08/10 23:25:50] <madduck> sure, but then they're silly. ;) | ||
| [2010/08/10 23:26:04] <duritong> but I have anyway never seen the usecase for virtual resources | ||
| [2010/08/10 23:26:20] <madduck> yeah sure. it's cosmetic sugar | ||
| [2010/08/10 23:26:45] <duritong> so far I could do everything with putting these resources into a class and include this class everywhere where these resources are required | ||
| [2010/08/10 23:28:54] @ sdog joined channel #puppet | ||
| [2010/08/10 23:32:35] @ Quit: pinoyskull: Ping timeout: 245 seconds | ||
| [2010/08/10 23:35:25] @ Naresh joined channel #puppet | ||
| [2010/08/10 23:37:16] @ Quit: jmccune: Ping timeout: 276 seconds | ||
| [2010/08/10 23:40:46] @ mvn071 joined channel #puppet | ||
| [2010/08/10 23:43:19] @ Quit: ckauhaus: Ping timeout: 252 seconds | ||
| [2010/08/10 23:44:42] @ Quit: mclarke: Quit: mclarke | ||
| [2010/08/10 23:44:45] @ pmorillo joined channel #puppet | ||
| [2010/08/10 23:45:08] @ Quit: sdog: Changing host | ||
| [2010/08/10 23:45:08] @ sdog joined channel #puppet | ||
| [2010/08/10 23:53:27] @ pinoyskull joined channel #puppet | ||
| [2010/08/10 23:55:37] @ Quit: alcy: Quit: ChatZilla 0.9.86 [Iceweasel 3.5.10/20100623112841] |
Generated by irclog2html.py 2.8 by Marius Gedminas - find it at mg.pov.lt!