| [2009/07/01 00:03:28] @ Log started by gepetto | ||
| [2009/07/01 00:03:28] @ WALoeIII joined channel #puppet | ||
| [2009/07/01 00:03:54] @ Quit: drmikecrowe: "Leaving." | ||
| [2009/07/01 00:07:42] @ drmikecrowe joined channel #puppet | ||
| [2009/07/01 00:08:06] @ Quit: drmikecrowe: Client Quit | ||
| [2009/07/01 00:14:13] @ cwebber joined channel #puppet | ||
| [2009/07/01 00:14:24] @ Quit: fujin: | ||
| [2009/07/01 00:16:22] @ Quit: joe-mac: "Leaving." | ||
| [2009/07/01 00:19:14] @ comprehensive joined channel #puppet | ||
| [2009/07/01 00:23:23] @ Quit: comprehensive: Client Quit | ||
| [2009/07/01 00:28:19] @ joe-mac joined channel #puppet | ||
| [2009/07/01 00:28:25] @ Quit: joe-mac: Client Quit | ||
| [2009/07/01 00:39:12] @ _3rdman joined channel #puppet | ||
| [2009/07/01 00:39:58] <_3rdman> hey andrew | ||
| [2009/07/01 00:47:54] @ randybias joined channel #puppet | ||
| [2009/07/01 00:56:50] @ mfoster left channel #puppet () | ||
| [2009/07/01 00:58:16] @ D-CoDe joined channel #puppet | ||
| [2009/07/01 01:03:32] @ saurabhverma joined channel #puppet | ||
| [2009/07/01 01:05:39] @ Quit: cwebber: Read error: 110 (Connection timed out) | ||
| [2009/07/01 01:09:03] @ nd33r joined channel #puppet | ||
| [2009/07/01 01:14:04] @ Quit: WALoeIII: "Bai." | ||
| [2009/07/01 01:20:24] @ Quit: nd33r: | ||
| [2009/07/01 01:23:31] <ctso1> i swear.. i would pay someone to help me with a proper multimaster setup... | ||
| [2009/07/01 01:31:13] <rmiller4pi8> ctso1: what issue are you having? | ||
| [2009/07/01 01:34:32] <ctso1> rmiller4pi8: i just can't get the certs to play properly | ||
| [2009/07/01 01:34:44] <rmiller4pi8> are you syncing them? | ||
| [2009/07/01 01:35:15] <rmiller4pi8> i mean, what is the difference between your two masters? | ||
| [2009/07/01 01:35:23] <ctso1> well, i tries doing a chained setup as described in puppetscalability | ||
| [2009/07/01 01:35:27] <ctso1> they're in different datacenters | ||
| [2009/07/01 01:35:31] <ctso1> so, they do have diff hostnames | ||
| [2009/07/01 01:35:37] <rmiller4pi8> ah | ||
| [2009/07/01 01:35:57] <rmiller4pi8> i just played games with /etc/hosts and synced everything | ||
| [2009/07/01 01:36:10] <ctso1> interesting.. what do you mean by synced everything? | ||
| [2009/07/01 01:36:16] <ctso1> gave every master the same keys/certs? | ||
| [2009/07/01 01:36:17] <rmiller4pi8> keep everything in git | ||
| [2009/07/01 01:36:21] <rmiller4pi8> that's what i did | ||
| [2009/07/01 01:36:29] <rmiller4pi8> sorry if i'm leading you down a dark road | ||
| [2009/07/01 01:36:31] <rmiller4pi8> but it works | ||
| [2009/07/01 01:36:33] <ctso1> hahahaha | ||
| [2009/07/01 01:36:36] <ctso1> no man, if something works | ||
| [2009/07/01 01:36:36] <ctso1> im all for it | ||
| [2009/07/01 01:36:44] <ctso1> or at least, trying ;) | ||
| [2009/07/01 01:36:54] <n3kl__> Will puppet automatically figure out what os it is and use the local package manager to install it? | ||
| [2009/07/01 01:37:03] <ctso1> n3kl__: generally speaking, yes. | ||
| [2009/07/01 01:38:10] <rmiller4pi8> ctso1: so then you just have to define a fact on the hosts (or use their ip address or some other trick) in the /etc/hosts.erb template to know which address to hand out | ||
| [2009/07/01 01:38:18] <jamesturnbull> n3kl__: yes or if you want a specific package manager - for example RPM versus yum on a RHEL style box you can override it | ||
| [2009/07/01 01:38:35] <n3kl__> I see | ||
| [2009/07/01 01:38:40] <n3kl__> Thanks | ||
| [2009/07/01 01:38:44] <rmiller4pi8> but uh jamesturnbull can probably help you fix your chained setup | ||
| [2009/07/01 01:38:49] <rmiller4pi8> and that will probably be more elegant | ||
| [2009/07/01 01:39:02] <ctso1> rmiller4pi8: hhmm.. so they all think they are talking to say, puppet.bam.com but really it is just some ip | ||
| [2009/07/01 01:39:37] <rmiller4pi8> yep, SSL just matches a key and a name; the names are the same thanks to /etc/hosts and the keys are the same thanks to syncing git+ssh | ||
| [2009/07/01 01:39:41] <ctso1> do you use a central CA to sign? | ||
| [2009/07/01 01:39:49] <ctso1> ah. you continually sync. | ||
| [2009/07/01 01:40:10] <rmiller4pi8> yeah, there's zero risk of something getting signed both places, so that works well | ||
| [2009/07/01 01:40:16] <rmiller4pi8> if it did, i guess i'd just manually fix it | ||
| [2009/07/01 01:40:27] <ctso1> that could be worth it | ||
| [2009/07/01 01:40:31] <ctso1> well, i was going to default to just haveing | ||
| [2009/07/01 01:40:34] <ctso1> 2 separate puppetmasters | ||
| [2009/07/01 01:40:41] <rmiller4pi8> nah, that sucks | ||
| [2009/07/01 01:40:43] <ctso1> each controlling their respective datacenters | ||
| [2009/07/01 01:40:56] <ctso1> heh, i did think it sucked. | ||
| [2009/07/01 01:40:57] <rmiller4pi8> i mean, i guess you can still sync your code | ||
| [2009/07/01 01:41:00] <rmiller4pi8> so it's not so bad | ||
| [2009/07/01 01:41:16] <rmiller4pi8> but someday you'll move a server or open a 3rd datacenter, or move a VM from one DC to another | ||
| [2009/07/01 01:41:22] @ fujin joined channel #puppet | ||
| [2009/07/01 01:42:11] <rmiller4pi8> granted, --clean --sign isn't so hard, but i guess this approach works pretty hassle free for me | ||
| [2009/07/01 01:42:25] <ctso1> heh | ||
| [2009/07/01 01:42:34] <ctso1> yeah. i'd actually go for your setup in a heartbeat | ||
| [2009/07/01 01:42:42] <ctso1> except i know we have several servers out there with some custom /etc/hosts defined | ||
| [2009/07/01 01:42:49] @ Quit: gaveen: Connection timed out | ||
| [2009/07/01 01:42:49] <ctso1> makes me refrain from messing with /etc/hosts | ||
| [2009/07/01 01:42:57] <ctso1> ulgh. tradeoffs everywhere | ||
| [2009/07/01 01:42:58] <rmiller4pi8> alternatively, you can just mess with DNS | ||
| [2009/07/01 01:43:08] <rmiller4pi8> i mean, if they're in different DCs... | ||
| [2009/07/01 01:43:18] <rmiller4pi8> probably using different DNS resolvers | ||
| [2009/07/01 01:43:29] <rmiller4pi8> stub in a local domain | ||
| [2009/07/01 01:43:34] @ gaveen joined channel #puppet | ||
| [2009/07/01 01:43:44] @ Quit: saurabhverma: Success | ||
| [2009/07/01 01:43:45] <ctso1> heh | ||
| [2009/07/01 01:43:58] <ctso1> im going to try chaining for a tiny bit more. (but i dont think it's going to work) | ||
| [2009/07/01 01:44:09] <ctso1> then i'll probably just pick one of the two solutions | ||
| [2009/07/01 01:44:09] <rmiller4pi8> ok, and i'm going to bed :) | ||
| [2009/07/01 01:44:16] <ctso1> heh, thanks for the suggestions | ||
| [2009/07/01 01:44:36] <rmiller4pi8> np, good luck | ||
| [2009/07/01 01:45:54] @ Quit: _3rdman: | ||
| [2009/07/01 01:47:51] <n3kl__> How do I tell a process to restart or reload the config? | ||
| [2009/07/01 01:56:07] <ctso1> n3kl__: have the service subscribe to the config | ||
| [2009/07/01 01:56:11] <ctso1> or have the config notify the service | ||
| [2009/07/01 01:56:19] <ctso1> then any changes to the config file will cause a restart | ||
| [2009/07/01 02:02:29] @ Quit: randybias: Client Quit | ||
| [2009/07/01 02:06:04] @ Quit: gaveen: Read error: 60 (Operation timed out) | ||
| [2009/07/01 02:19:00] @ francois1 joined channel #puppet | ||
| [2009/07/01 02:26:00] @ mattock joined channel #puppet | ||
| [2009/07/01 02:28:59] @ Quit: fbe: Read error: 110 (Connection timed out) | ||
| [2009/07/01 02:31:36] @ Quit: Zed1: Read error: 110 (Connection timed out) | ||
| [2009/07/01 02:31:46] @ saurabhverma joined channel #puppet | ||
| [2009/07/01 02:36:20] @ rmiller4pi81 joined channel #puppet | ||
| [2009/07/01 02:36:38] @ Quit: Djelibeybi: "Leaving" | ||
| [2009/07/01 02:38:11] @ Mode -o jamesturnbull by ChanServ | ||
| [2009/07/01 02:42:25] @ pleemans joined channel #puppet | ||
| [2009/07/01 02:44:43] @ Quit: rmiller4pi81: Read error: 60 (Operation timed out) | ||
| [2009/07/01 02:48:22] @ Innocenti joined channel #puppet | ||
| [2009/07/01 02:54:41] @ Quit: rmiller4pi8: Read error: 110 (Connection timed out) | ||
| [2009/07/01 02:56:28] @ kibahop joined channel #puppet | ||
| [2009/07/01 03:00:03] @ Quit: alban2: Read error: 113 (No route to host) | ||
| [2009/07/01 03:01:00] @ Quit: fujin: | ||
| [2009/07/01 03:02:57] @ fujin joined channel #puppet | ||
| [2009/07/01 03:05:46] @ Quit: andrewcshafer: | ||
| [2009/07/01 03:07:47] @ the-dude left channel #puppet () | ||
| [2009/07/01 03:13:18] @ Quit: tbone-atl: Read error: 110 (Connection timed out) | ||
| [2009/07/01 03:13:43] @ tbone-atl joined channel #puppet | ||
| [2009/07/01 03:14:05] <abien> When i try to "puppetd --server localhost" it complains about cert errors -> http://pastie.org/530416 | ||
| [2009/07/01 03:14:43] @ Djelibeybi joined channel #puppet | ||
| [2009/07/01 03:14:55] <abien> Did my last message come through? mirc crashed. i was gonna ask for someone to look at -> http://pastie.org/530416 | ||
| [2009/07/01 03:14:58] @ jtimberman joined channel #puppet | ||
| [2009/07/01 03:15:48] @ Robbie_ joined channel #puppet | ||
| [2009/07/01 03:20:12] @ DerekW joined channel #puppet | ||
| [2009/07/01 03:22:48] @ Quit: Djelibeybi: "Leaving" | ||
| [2009/07/01 03:27:24] <jamesturnbull> abien: because your locahost isn't the name of your cert | ||
| [2009/07/01 03:27:47] <jamesturnbull> abien: your cert will be named after the name of the host | ||
| [2009/07/01 03:28:02] <jamesturnbull> abien: usually the facter fact for hostname/fqdn | ||
| [2009/07/01 03:30:07] @ MattyM joined channel #puppet | ||
| [2009/07/01 03:31:38] @ maryN joined channel #puppet | ||
| [2009/07/01 03:31:59] @ tim|macbook joined channel #puppet | ||
| [2009/07/01 03:32:10] <abien> i thought so as well, but its the same error msg when i try the real hostname. short/fqdn doesnt matter. It works fine from all "external" nodes but doesnt work on the server itself ;/ | ||
| [2009/07/01 03:37:45] @ Quit: D-CoDe: Read error: 54 (Connection reset by peer) | ||
| [2009/07/01 03:38:37] @ D-CoDe joined channel #puppet | ||
| [2009/07/01 03:39:45] @ poison joined channel #puppet | ||
| [2009/07/01 03:45:51] @ Djelibeybi joined channel #puppet | ||
| [2009/07/01 03:51:54] @ alex___ joined channel #puppet | ||
| [2009/07/01 03:52:15] @ Quit: tim|macbook: | ||
| [2009/07/01 04:05:18] @ apbarrett joined channel #puppet | ||
| [2009/07/01 04:06:05] @ lludwig1 joined channel #puppet | ||
| [2009/07/01 04:07:21] @ tim|macbook joined channel #puppet | ||
| [2009/07/01 04:13:20] @ Quit: apbarrett: "Leaving." | ||
| [2009/07/01 04:13:55] @ madrescher joined channel #puppet | ||
| [2009/07/01 04:18:58] @ apbarrett joined channel #puppet | ||
| [2009/07/01 04:24:16] @ Quit: CaptianCupcake: Read error: 104 (Connection reset by peer) | ||
| [2009/07/01 04:24:25] @ aitor joined channel #puppet | ||
| [2009/07/01 04:26:50] @ niczar1 joined channel #puppet | ||
| [2009/07/01 04:27:54] @ niczar2 joined channel #puppet | ||
| [2009/07/01 04:29:30] @ CaptianCupcake joined channel #puppet | ||
| [2009/07/01 04:29:49] @ Quit: madrescher: "Leaving." | ||
| [2009/07/01 04:32:11] @ omry|work joined channel #puppet | ||
| [2009/07/01 04:39:26] @ Quit: apbarrett: "Leaving." | ||
| [2009/07/01 04:40:18] @ apbarrett joined channel #puppet | ||
| [2009/07/01 04:41:15] @ Quit: apbarrett: Remote closed the connection | ||
| [2009/07/01 04:42:03] @ markwell joined channel #puppet | ||
| [2009/07/01 04:42:17] @ fbe joined channel #puppet | ||
| [2009/07/01 04:42:34] @ Quit: niczar1: Remote closed the connection | ||
| [2009/07/01 04:43:51] @ Quit: Kindred: Read error: 54 (Connection reset by peer) | ||
| [2009/07/01 04:43:57] @ apbarrett joined channel #puppet | ||
| [2009/07/01 04:44:05] @ Kindred joined channel #puppet | ||
| [2009/07/01 04:44:51] @ Quit: niczar3: Remote closed the connection | ||
| [2009/07/01 04:47:12] @ Quit: pleemans: "Ex-Chat" | ||
| [2009/07/01 04:47:49] @ Quit: cedric_b: Read error: 110 (Connection timed out) | ||
| [2009/07/01 04:48:12] @ cedric_b joined channel #puppet | ||
| [2009/07/01 04:54:23] @ alban2 joined channel #puppet | ||
| [2009/07/01 05:00:51] @ Quit: Djelibeybi: "Leaving" | ||
| [2009/07/01 05:05:18] @ friendly12345 joined channel #puppet | ||
| [2009/07/01 05:06:10] @ thegcat joined channel #puppet | ||
| [2009/07/01 05:08:19] @ Quit: fbe: Read error: 113 (No route to host) | ||
| [2009/07/01 05:10:55] @ pleemans joined channel #puppet | ||
| [2009/07/01 05:13:39] @ Quit: markwell: "ChatZilla 0.9.85 [Firefox 3.5/20090624025744]" | ||
| [2009/07/01 05:13:58] @ markwell joined channel #puppet | ||
| [2009/07/01 05:14:23] @ Djelibeybi joined channel #puppet | ||
| [2009/07/01 05:15:21] @ Quit: Djelibeybi: Client Quit | ||
| [2009/07/01 05:25:14] @ Quit: omry|work: Remote closed the connection | ||
| [2009/07/01 05:26:07] @ Quit: rcsheets: | ||
| [2009/07/01 05:26:59] @ omry|work joined channel #puppet | ||
| [2009/07/01 05:31:58] @ francois1 left channel #puppet () | ||
| [2009/07/01 05:37:35] @ francois1 joined channel #puppet | ||
| [2009/07/01 05:42:03] @ niczar1 joined channel #puppet | ||
| [2009/07/01 05:43:35] @ Quit: pugnacity: Remote closed the connection | ||
| [2009/07/01 05:47:42] <FiXion> can I make a @file { $filelist: ? | ||
| [2009/07/01 05:47:48] <FiXion> it seems to make funny complaints | ||
| [2009/07/01 05:47:56] <FiXion> when I try to realize File[$filelist] | ||
| [2009/07/01 05:48:09] <FiXion> in a define | ||
| [2009/07/01 05:48:30] <FiXion> and the @file is in the vhosts class. (and the define is outside - called vhosts::vertikal) | ||
| [2009/07/01 05:48:38] <tim|macbook> well, paste the complaint and we'll decide if it's funny :P | ||
| [2009/07/01 05:50:39] <FiXion> Failed to realize virtual resources File[], File[] on node | ||
| [2009/07/01 05:50:53] <FiXion> probably because the @filelist is defined in class vhost | ||
| [2009/07/01 05:51:04] <FiXion> and the define is outside the class - but still in init.pp | ||
| [2009/07/01 05:51:18] <FiXion> what would be the optimal structure for something like this.. | ||
| [2009/07/01 05:51:25] <FiXion> I have a define - which needs some common ressources. | ||
| [2009/07/01 05:51:47] <FiXion> my thought was to define the resources as virtuals in the primary class. | ||
| [2009/07/01 05:51:56] <FiXion> but a define can't inherit from vhosts it seems. | ||
| [2009/07/01 05:52:37] <tim|macbook> the error seems to indicate $filelist isn't set at the point where you're calling the define | ||
| [2009/07/01 05:53:00] <FiXion> tim|macbook: exactly. but I can't set it in the define. - then it complains about it being defined already - the second time I call the define | ||
| [2009/07/01 05:53:15] <FiXion> hence I tried to define it in the primary class (vhost). | ||
| [2009/07/01 05:53:25] <FiXion> the define is vhost::vertikal | ||
| [2009/07/01 05:53:32] <tim|macbook> FiXion: ah hm... that's a bit too tricky for me to help with, I'm afraid :( | ||
| [2009/07/01 05:53:47] <FiXion> tim|macbook: fair enough.. thanks for looking | ||
| [2009/07/01 05:55:16] * FiXion is in a bit of a pickle.. | ||
| [2009/07/01 05:55:27] @ Quit: aitor: Remote closed the connection | ||
| [2009/07/01 05:56:06] <FiXion> anyone have an example of how they realize common ressources in a define? | ||
| [2009/07/01 05:56:38] <apbarrett> in that error message "Failed to realize ...", do the actual file names appear, or is it literaly "File[]" without a name in the brackets? | ||
| [2009/07/01 05:57:15] @ Quit: niczar2: Remote closed the connection | ||
| [2009/07/01 05:57:50] <FiXion> if I use the $filelist var it says File[] as shown. | ||
| [2009/07/01 05:58:20] <FiXion> If I replace the $filelist with realize File["/www", "/www/apache_log"] | ||
| [2009/07/01 05:58:36] <FiXion> it says:Failed to realize virtual resources File[/www], File[/www/apache_log], File[/www], File[/www/apache_log] on node | ||
| [2009/07/01 05:59:02] <FiXion> I'm guessing it's because I haven't used the vhosts "primary class" yet. | ||
| [2009/07/01 05:59:49] <apbarrett> ok. for the latter problem, I think the error means "you didn't include the class that defined the virtual resources" | ||
| [2009/07/01 06:00:31] <FiXion> apbarrett: yes. It works if I include vhosts (the class with the @resources) before using the define). | ||
| [2009/07/01 06:01:09] <FiXion> thing is, I'd like the define to include vhosts - but it complains if I do that- and it doesn't like an inherits vhosts | ||
| [2009/07/01 06:01:58] <apbarrett> is the define in the vhost module's init.pp, but outside class vhost? | ||
| [2009/07/01 06:03:18] @ Quit: D-CoDe: "Leaving." | ||
| [2009/07/01 06:04:51] <FiXion> apbarrett: exactly. | ||
| [2009/07/01 06:05:39] <FiXion> with "normal" subclasses I just use vhosts::subclass - and it inherits vhosts | ||
| [2009/07/01 06:05:44] <FiXion> problem solved. | ||
| [2009/07/01 06:05:51] <FiXion> but how to do this with a define... ? | ||
| [2009/07/01 06:05:59] @ Djelibeybi joined channel #puppet | ||
| [2009/07/01 06:06:32] <apbarrett> try moving all the virtual resource definitions into a vhost::virtual class, and "include vhost::virtual" either inside the define or in the surrounding code before using the define | ||
| [2009/07/01 06:07:43] <FiXion> same hack as just including vhosts (primary class) before using the define. | ||
| [2009/07/01 06:07:54] <FiXion> which I've done for now | ||
| [2009/07/01 06:08:00] <FiXion> I just hate doing stuff like that. | ||
| [2009/07/01 06:08:01] <apbarrett> pretty much | ||
| [2009/07/01 06:11:33] <thegcat> what values does if/else understand as true and false? | ||
| [2009/07/01 06:11:58] <thegcat> it seems 0 and "0" gets eval'ed to true | ||
| [2009/07/01 06:13:05] @ pugnacity joined channel #puppet | ||
| [2009/07/01 06:16:05] @ kibaho1 joined channel #puppet | ||
| [2009/07/01 06:16:49] @ kibaho1 left channel #puppet () | ||
| [2009/07/01 06:19:35] @ mvn071 joined channel #puppet | ||
| [2009/07/01 06:28:19] <mvn071> some one know if facter (1.5.2) lsbdistid is broken on gentoo or removed from facter? | ||
| [2009/07/01 06:30:51] @ Quit: pugnacity: "Leaving." | ||
| [2009/07/01 06:34:35] @ pugnacity joined channel #puppet | ||
| [2009/07/01 06:35:09] <mvn071> bbl | ||
| [2009/07/01 06:36:00] @ Quit: Robbie_: Client Quit | ||
| [2009/07/01 06:45:28] @ Quit: fujin: Read error: 104 (Connection reset by peer) | ||
| [2009/07/01 07:02:07] @ bajan joined channel #puppet | ||
| [2009/07/01 07:11:46] @ Quit: Djelibeybi: "Leaving" | ||
| [2009/07/01 07:13:37] @ Quit: markwell: "ChatZilla 0.9.85 [Firefox 3.5/20090624025744]" | ||
| [2009/07/01 07:13:54] @ fujin joined channel #puppet | ||
| [2009/07/01 07:14:42] @ markwell joined channel #puppet | ||
| [2009/07/01 07:18:46] @ Quit: thegcat: | ||
| [2009/07/01 07:24:23] <mvn071> back | ||
| [2009/07/01 07:28:19] @ Robbie_ joined channel #puppet | ||
| [2009/07/01 07:32:53] @ lludwig1 left channel #puppet () | ||
| [2009/07/01 07:35:22] @ kibahop left channel #puppet () | ||
| [2009/07/01 07:35:39] @ Quit: niczar1: Remote closed the connection | ||
| [2009/07/01 07:39:04] @ Quit: pinoyskull: Remote closed the connection | ||
| [2009/07/01 07:42:05] @ niczar1 joined channel #puppet | ||
| [2009/07/01 07:46:25] @ Quit: |Mike|: Read error: 60 (Operation timed out) | ||
| [2009/07/01 07:46:27] @ |Mike| joined channel #puppet | ||
| [2009/07/01 07:52:26] @ thegcat joined channel #puppet | ||
| [2009/07/01 07:52:34] @ niczar2 joined channel #puppet | ||
| [2009/07/01 07:55:08] @ Quit: friendly12345: "Leaving." | ||
| [2009/07/01 08:03:52] @ fzzzt joined channel #puppet | ||
| [2009/07/01 08:08:26] @ Quit: pugnacity: Remote closed the connection | ||
| [2009/07/01 08:10:07] @ Quit: niczar1: Remote closed the connection | ||
| [2009/07/01 08:11:32] <FiXion> I hate these: Could not find class vhosts::sporten | ||
| [2009/07/01 08:11:43] <FiXion> which it says after I corrected a mistake in vhosts::sporten | ||
| [2009/07/01 08:11:46] @ Quit: alex___: Remote closed the connection | ||
| [2009/07/01 08:11:59] @ nakano_ is now known as nakano | ||
| [2009/07/01 08:12:39] <FiXion> sporten.pp: http://pastie.org/530651 | ||
| [2009/07/01 08:14:16] @ matty91 joined channel #puppet | ||
| [2009/07/01 08:14:40] @ pugnacity joined channel #puppet | ||
| [2009/07/01 08:20:36] @ francois1 left channel #puppet () | ||
| [2009/07/01 08:20:44] @ nakano is now known as nakano_ | ||
| [2009/07/01 08:22:33] @ francois1 joined channel #puppet | ||
| [2009/07/01 08:29:13] @ D-CoDe joined channel #puppet | ||
| [2009/07/01 08:30:15] @ eal joined channel #puppet | ||
| [2009/07/01 08:33:09] <eal> Hello. Is there a good way to rename a user and its group with puppet? | ||
| [2009/07/01 08:35:56] <FiXion> eal: you can add a user - and remove one. | ||
| [2009/07/01 08:36:39] <FiXion> eal: http://reductivelabs.com/trac/puppet/wiki/TypeReference#id313 | ||
| [2009/07/01 08:37:00] <nico> I think he does not want to change UID/GID | ||
| [2009/07/01 08:38:24] @ pvh_sa|wrk joined channel #puppet | ||
| [2009/07/01 08:40:30] <FiXion> eal: and you don't know what your uid/gid is now? | ||
| [2009/07/01 08:45:35] @ Quit: cedric_b: "Ex-Chat" | ||
| [2009/07/01 08:46:48] @ Quit: fujin: Read error: 104 (Connection reset by peer) | ||
| [2009/07/01 08:47:25] @ arubdesu joined channel #puppet | ||
| [2009/07/01 08:48:40] @ Bass10 joined channel #puppet | ||
| [2009/07/01 08:48:45] <apbarrett> maybe "user { newname: uid => oldname }" will be able to create a new user with the same uid as the old user; then delete the old user later and you have effectively done the rename. | ||
| [2009/07/01 08:56:33] <pvh_sa|wrk> hi... i'm trying to understand the basics of puppet... i have a set of hosts that all uses automounted NFS filesystems, but there are 2 different OSes and thus 2 different automount configurations - how do i make the setup "switch" based on the host OS? | ||
| [2009/07/01 08:57:00] <nico> let puppet handle it | ||
| [2009/07/01 08:57:16] <nico> ho automounted | ||
| [2009/07/01 08:57:18] <eal> I know the uid/gid, but have to change name in some kind of semi-atomic way (removing and then adding at a later run or similar won't do) | ||
| [2009/07/01 08:57:34] <pvh_sa|wrk> nico, huh? | ||
| [2009/07/01 08:57:58] <eal> and it has to have the same uid/gid, unfortunately | ||
| [2009/07/01 08:59:07] @ Quit: arubdesu: | ||
| [2009/07/01 08:59:34] <nico> pvh_sa|wrk: never mind, your automount is handled by an external daemon right ? | ||
| [2009/07/01 09:00:14] <pvh_sa|wrk> nico, yes, amd on freebsd and automount on linux | ||
| [2009/07/01 09:00:29] @ joe-mac joined channel #puppet | ||
| [2009/07/01 09:01:38] <pvh_sa|wrk> nico, so filesystems are pretty simple... amd / automount creates a mount point (/net) and then filesystems are symlinks within that fs... so e.g. /datastore is /net/fs1/datastore | ||
| [2009/07/01 09:02:17] @ Quit: pietro: Nick collision from services. | ||
| [2009/07/01 09:02:18] @ pietro joined channel #puppet | ||
| [2009/07/01 09:02:26] @ mspo joined channel #puppet | ||
| [2009/07/01 09:02:51] <mspo> is it normal that puppetmasterd keeps dying without any messages in the logs? | ||
| [2009/07/01 09:03:08] <joe-mac> mspo: that's not normal for any kind of software | ||
| [2009/07/01 09:03:10] <mig5> yes, that's by design. | ||
| [2009/07/01 09:03:12] <mig5> i mean, no. | ||
| [2009/07/01 09:03:13] <joe-mac> lmao | ||
| [2009/07/01 09:04:08] <mspo> that's what I thought | ||
| [2009/07/01 09:04:37] <mspo> Wed Jul 01 08:53:27 -0400 2009 Puppet (debug): Finishing transaction -606974058 with 0 changes | ||
| [2009/07/01 09:04:42] <mspo> is that an overflow? | ||
| [2009/07/01 09:04:55] @ kngus joined channel #puppet | ||
| [2009/07/01 09:05:20] <joe-mac> mspo: what version are you on? | ||
| [2009/07/01 09:05:52] <mspo> 0.24.8 | ||
| [2009/07/01 09:07:29] @ rmiller4pi8 joined channel #puppet | ||
| [2009/07/01 09:09:22] @ Quit: maryN: "Leaving" | ||
| [2009/07/01 09:10:53] <joe-mac> mspo: you might want to post a full debug and --trace output on pastie | ||
| [2009/07/01 09:15:26] <mspo> joe-mac: It's kind of random when it actually crashes | ||
| [2009/07/01 09:15:36] <mspo> will it die if load gets high? | ||
| [2009/07/01 09:15:43] <joe-mac> mspo: you might want to start running it with --debug --trace at all times then | ||
| [2009/07/01 09:15:52] <joe-mac> mspo: it shouldn't, if it does then that's a bug | ||
| [2009/07/01 09:16:08] <mspo> joe-mac: I have --no-daemonize -d --trace on right now | ||
| [2009/07/01 09:17:39] <joe-mac> ok, when it happens again hop on here and pastie the log | ||
| [2009/07/01 09:18:26] @ fujin joined channel #puppet | ||
| [2009/07/01 09:18:30] @ Quit: thegcat: | ||
| [2009/07/01 09:20:25] @ nakano_ is now known as nakano | ||
| [2009/07/01 09:21:59] @ Quit: alex2: Read error: 104 (Connection reset by peer) | ||
| [2009/07/01 09:22:44] @ Quit: tecto: | ||
| [2009/07/01 09:29:48] @ Quit: astinus: "changing servers" | ||
| [2009/07/01 09:30:31] @ Quit: asbruvik: Read error: 110 (Connection timed out) | ||
| [2009/07/01 09:34:28] @ matty91_ joined channel #puppet | ||
| [2009/07/01 09:36:22] <ckrough> hmm... which part of the MD5 does puppet use when it buckets a backup? it doesnt look like its the whole md5 | ||
| [2009/07/01 09:41:15] @ Zed1 joined channel #puppet | ||
| [2009/07/01 09:45:35] @ Quit: mattock: "Leaving." | ||
| [2009/07/01 09:46:35] <n3kl__> What happens if you don't specify a source? Where does puppet look for a file? | ||
| [2009/07/01 09:47:57] @ Quit: D-CoDe: "Leaving." | ||
| [2009/07/01 09:49:57] @ tim|macbook_ joined channel #puppet | ||
| [2009/07/01 09:50:47] @ Quit: matty91: Read error: 110 (Connection timed out) | ||
| [2009/07/01 09:51:24] @ Quit: tim|macbook: Read error: 60 (Operation timed out) | ||
| [2009/07/01 09:54:17] @ Quit: wiqd: Read error: 54 (Connection reset by peer) | ||
| [2009/07/01 09:54:45] @ bobbyz_ joined channel #puppet | ||
| [2009/07/01 09:55:30] @ wiqd joined channel #puppet | ||
| [2009/07/01 09:57:30] @ reyjrar joined channel #puppet | ||
| [2009/07/01 10:00:24] @ Quit: fujin: Read error: 54 (Connection reset by peer) | ||
| [2009/07/01 10:00:27] @ Quit: tbone-atl: Read error: 104 (Connection reset by peer) | ||
| [2009/07/01 10:01:19] @ matty91 joined channel #puppet | ||
| [2009/07/01 10:04:16] @ Quit: rmiller4pi8: "Leaving." | ||
| [2009/07/01 10:04:22] @ tecto joined channel #puppet | ||
| [2009/07/01 10:08:08] @ nd33r joined channel #puppet | ||
| [2009/07/01 10:08:25] @ Quit: malraid: "ChatZilla 0.9.85 [Firefox 3.0.8/2009032711]" | ||
| [2009/07/01 10:08:29] @ andrewcshafer joined channel #puppet | ||
| [2009/07/01 10:09:04] @ Quit: pleemans: Read error: 60 (Operation timed out) | ||
| [2009/07/01 10:13:26] @ d3vilb0x joined channel #puppet | ||
| [2009/07/01 10:17:44] @ bendsu joined channel #puppet | ||
| [2009/07/01 10:18:14] @ Quit: matty91_: Connection timed out | ||
| [2009/07/01 10:19:42] <joe-mac> n3kl_: nowhere, an emptyu file will be created, or if the file is there nothing will happen to the content, unless of course you specify content instead of source | ||
| [2009/07/01 10:20:21] @ fujin joined channel #puppet | ||
| [2009/07/01 10:20:53] @ notbrien joined channel #puppet | ||
| [2009/07/01 10:22:39] <sazma> is there a way to specify a port in a puppet:// URI? | ||
| [2009/07/01 10:22:53] @ cedric_b joined channel #puppet | ||
| [2009/07/01 10:28:18] <apbarrett> sazma: If the obvious "puppet://hostname:port/blah" doesn't work, then probably not | ||
| [2009/07/01 10:29:36] @ matty91_ joined channel #puppet | ||
| [2009/07/01 10:29:41] <sazma> it doesn't | ||
| [2009/07/01 10:29:42] @ devicenull left channel #puppet ("Leaving") | ||
| [2009/07/01 10:30:58] @ fbe joined channel #puppet | ||
| [2009/07/01 10:33:41] @ niczar1 joined channel #puppet | ||
| [2009/07/01 10:33:49] @ Quit: niczar1: Remote closed the connection | ||
| [2009/07/01 10:34:45] @ niczar1 joined channel #puppet | ||
| [2009/07/01 10:35:23] @ Quit: omry|work: Remote closed the connection | ||
| [2009/07/01 10:35:27] @ rmiller4pi8 joined channel #puppet | ||
| [2009/07/01 10:38:43] @ masterzen joined channel #puppet | ||
| [2009/07/01 10:45:03] @ Quit: matty91: Success | ||
| [2009/07/01 10:50:28] @ Quit: shood: | ||
| [2009/07/01 10:50:50] @ Quit: niczar2: Remote closed the connection | ||
| [2009/07/01 10:51:23] @ Quit: nd33r: | ||
| [2009/07/01 10:52:45] @ Quit: tim|macbook_: | ||
| [2009/07/01 10:53:14] @ nd33r joined channel #puppet | ||
| [2009/07/01 10:55:02] @ matty91 joined channel #puppet | ||
| [2009/07/01 10:56:49] @ omry|work joined channel #puppet | ||
| [2009/07/01 10:59:21] <apbarrett> does defined(varname) do what I expect? return true if $varname is set to any value other than undef, and return false if $varname has not been set at all, or has been set to undef? | ||
| [2009/07/01 10:59:53] @ randybias joined channel #puppet | ||
| [2009/07/01 11:04:47] @ tbone-atl joined channel #puppet | ||
| [2009/07/01 11:08:31] @ Quit: randybias: Client Quit | ||
| [2009/07/01 11:10:06] @ Quit: fujin: | ||
| [2009/07/01 11:11:12] @ Quit: matty91_: Connection timed out | ||
| [2009/07/01 11:11:37] <sazma> nevermind, it works. | ||
| [2009/07/01 11:20:28] @ lak joined channel #puppet | ||
| [2009/07/01 11:21:52] @ matty91_ joined channel #puppet | ||
| [2009/07/01 11:23:00] @ Quit: matty91: Read error: 60 (Operation timed out) | ||
| [2009/07/01 11:27:03] @ madrescher joined channel #puppet | ||
| [2009/07/01 11:27:18] @ alfism joined channel #puppet | ||
| [2009/07/01 11:29:03] <masterzen> apbarrett: if I remember correctly defined works only for resources, not variables. | ||
| [2009/07/01 11:29:33] <masterzen> apbarrett: but is you run a recent master (ie 0.24.8), you can use "if $varname" | ||
| [2009/07/01 11:30:41] @ martha joined channel #puppet | ||
| [2009/07/01 11:31:45] @ Quit: Robbie_: Read error: 113 (No route to host) | ||
| [2009/07/01 11:32:01] @ bofe joined channel #puppet | ||
| [2009/07/01 11:32:23] <apbarrett> so "$var = false; if $var { include foo }" will include foo ? | ||
| [2009/07/01 11:32:59] <bofe> I'm new to puppet. Trying to implement http://reductivelabs.com/trac/puppet/wiki/Recipes/Authorized_keys - I was wondering .. Where on the filesystem do you put the "account definition"? | ||
| [2009/07/01 11:33:14] @ JordanCurzon joined channel #puppet | ||
| [2009/07/01 11:38:39] <masterzen> apbarrett: no | ||
| [2009/07/01 11:40:26] <apbarrett> bofe: in the same file as "class accounts", probably modules/accounts/init.pp; or in a file that you "import" from there | ||
| [2009/07/01 11:46:53] @ Quit: tecto: wolfe.freenode.net irc.freenode.net | ||
| [2009/07/01 11:46:55] @ Quit: wiqd: wolfe.freenode.net irc.freenode.net | ||
| [2009/07/01 11:46:59] @ Quit: bajan: wolfe.freenode.net irc.freenode.net | ||
| [2009/07/01 11:47:01] @ Quit: apbarrett: wolfe.freenode.net irc.freenode.net | ||
| [2009/07/01 11:47:03] @ Quit: pawalls: wolfe.freenode.net irc.freenode.net | ||
| [2009/07/01 11:47:05] @ Quit: phantez: wolfe.freenode.net irc.freenode.net | ||
| [2009/07/01 11:47:07] @ Quit: egerlach: wolfe.freenode.net irc.freenode.net | ||
| [2009/07/01 11:47:09] @ Quit: eythian: wolfe.freenode.net irc.freenode.net | ||
| [2009/07/01 11:47:10] @ Quit: londo: wolfe.freenode.net irc.freenode.net | ||
| [2009/07/01 11:47:12] @ Quit: hacim: wolfe.freenode.net irc.freenode.net | ||
| [2009/07/01 11:47:13] @ Quit: sigmonsays: wolfe.freenode.net irc.freenode.net | ||
| [2009/07/01 11:47:16] @ Quit: ralfgro_: wolfe.freenode.net irc.freenode.net | ||
| [2009/07/01 11:47:18] @ Quit: mrrx: wolfe.freenode.net irc.freenode.net | ||
| [2009/07/01 11:47:19] @ Quit: ribo: wolfe.freenode.net irc.freenode.net | ||
| [2009/07/01 11:47:20] @ Quit: duritong: wolfe.freenode.net irc.freenode.net | ||
| [2009/07/01 11:47:22] @ Quit: Dominic: wolfe.freenode.net irc.freenode.net | ||
| [2009/07/01 11:47:23] @ Quit: eryc: wolfe.freenode.net irc.freenode.net | ||
| [2009/07/01 11:47:24] @ Quit: nico: wolfe.freenode.net irc.freenode.net | ||
| [2009/07/01 11:47:25] @ Quit: riddley: wolfe.freenode.net irc.freenode.net | ||
| [2009/07/01 11:47:26] @ Quit: martha: wolfe.freenode.net irc.freenode.net | ||
| [2009/07/01 11:47:31] @ Quit: mvn071: wolfe.freenode.net irc.freenode.net | ||
| [2009/07/01 11:47:32] @ Quit: DerekW: wolfe.freenode.net irc.freenode.net | ||
| [2009/07/01 11:47:34] @ Quit: zeroXten: wolfe.freenode.net irc.freenode.net | ||
| [2009/07/01 11:47:35] @ Quit: jetole_: wolfe.freenode.net irc.freenode.net | ||
| [2009/07/01 11:47:37] @ Quit: mig5: wolfe.freenode.net irc.freenode.net | ||
| [2009/07/01 11:47:38] @ Quit: siezer: wolfe.freenode.net irc.freenode.net | ||
| [2009/07/01 11:47:39] @ Quit: ezekiel: wolfe.freenode.net irc.freenode.net | ||
| [2009/07/01 11:47:41] @ Quit: tmz: wolfe.freenode.net irc.freenode.net | ||
| [2009/07/01 11:47:43] @ Quit: msf: wolfe.freenode.net irc.freenode.net | ||
| [2009/07/01 11:47:44] @ Quit: Volcane: wolfe.freenode.net irc.freenode.net | ||
| [2009/07/01 11:47:45] @ Quit: LapTop006: wolfe.freenode.net irc.freenode.net | ||
| [2009/07/01 11:47:47] @ Quit: stick: wolfe.freenode.net irc.freenode.net | ||
| [2009/07/01 11:47:48] @ Quit: flashn: wolfe.freenode.net irc.freenode.net | ||
| [2009/07/01 11:47:49] @ Quit: jmeeuwen: wolfe.freenode.net irc.freenode.net | ||
| [2009/07/01 11:47:50] @ Quit: alhoang: wolfe.freenode.net irc.freenode.net | ||
| [2009/07/01 11:47:53] @ Quit: alfism: wolfe.freenode.net irc.freenode.net | ||
| [2009/07/01 11:47:56] @ Quit: bobbyz_: wolfe.freenode.net irc.freenode.net | ||
| [2009/07/01 11:47:57] @ Quit: Demosthenes: wolfe.freenode.net irc.freenode.net | ||
| [2009/07/01 11:48:00] @ Quit: happymcplaksin: wolfe.freenode.net irc.freenode.net | ||
| [2009/07/01 11:48:03] @ Quit: chrysn: wolfe.freenode.net irc.freenode.net | ||
| [2009/07/01 11:48:06] @ Quit: elmo: wolfe.freenode.net irc.freenode.net | ||
| [2009/07/01 11:48:08] @ Quit: TREllis: wolfe.freenode.net irc.freenode.net | ||
| [2009/07/01 11:48:09] @ Quit: bartvb_: wolfe.freenode.net irc.freenode.net | ||
| [2009/07/01 11:48:10] @ Quit: JD: wolfe.freenode.net irc.freenode.net | ||
| [2009/07/01 11:48:11] @ Quit: lutter: wolfe.freenode.net irc.freenode.net | ||
| [2009/07/01 11:48:12] @ Quit: Filbert_: wolfe.freenode.net irc.freenode.net | ||
| [2009/07/01 11:48:13] @ Quit: bje: wolfe.freenode.net irc.freenode.net | ||
| [2009/07/01 11:48:15] @ Quit: phips: wolfe.freenode.net irc.freenode.net | ||
| [2009/07/01 11:48:15] @ Quit: jack-_-: wolfe.freenode.net irc.freenode.net | ||
| [2009/07/01 11:48:16] @ Quit: gwar9999: wolfe.freenode.net irc.freenode.net | ||
| [2009/07/01 11:48:17] @ Quit: barnoid: wolfe.freenode.net irc.freenode.net | ||
| [2009/07/01 11:48:19] @ Quit: jbk: wolfe.freenode.net irc.freenode.net | ||
| [2009/07/01 11:48:21] @ Quit: felipe`: wolfe.freenode.net irc.freenode.net | ||
| [2009/07/01 11:48:22] @ Quit: StyleWarz: wolfe.freenode.net irc.freenode.net | ||
| [2009/07/01 11:48:23] @ Quit: _nono_: wolfe.freenode.net irc.freenode.net | ||
| [2009/07/01 11:48:24] @ Quit: henk: wolfe.freenode.net irc.freenode.net | ||
| [2009/07/01 11:48:25] @ Quit: ch: wolfe.freenode.net irc.freenode.net | ||
| [2009/07/01 11:48:26] @ Quit: Cuchulain: wolfe.freenode.net irc.freenode.net | ||
| [2009/07/01 11:48:27] @ Quit: DasFx: wolfe.freenode.net irc.freenode.net | ||
| [2009/07/01 11:48:29] @ Quit: Hollow: wolfe.freenode.net irc.freenode.net | ||
| [2009/07/01 11:48:31] @ Quit: ekes: wolfe.freenode.net irc.freenode.net | ||
| [2009/07/01 11:48:34] @ Quit: euclid: wolfe.freenode.net irc.freenode.net | ||
| [2009/07/01 11:48:36] @ Quit: bofe: wolfe.freenode.net irc.freenode.net | ||
| [2009/07/01 11:48:37] @ Quit: lak: wolfe.freenode.net irc.freenode.net | ||
| [2009/07/01 11:48:39] @ Quit: rmiller4pi8: wolfe.freenode.net irc.freenode.net | ||
| [2009/07/01 11:48:41] @ Quit: reyjrar: wolfe.freenode.net irc.freenode.net | ||
| [2009/07/01 11:48:42] @ Quit: wrobel`: wolfe.freenode.net irc.freenode.net | ||
| [2009/07/01 11:48:43] @ Quit: imeyer: wolfe.freenode.net irc.freenode.net | ||
| [2009/07/01 11:48:44] @ Quit: joe: wolfe.freenode.net irc.freenode.net | ||
| [2009/07/01 11:48:44] @ Quit: neh: wolfe.freenode.net irc.freenode.net | ||
| [2009/07/01 11:48:45] @ Quit: schwagal1: wolfe.freenode.net irc.freenode.net | ||
| [2009/07/01 11:48:46] @ Quit: d3vilb0x: wolfe.freenode.net irc.freenode.net | ||
| [2009/07/01 11:48:48] @ Quit: pietro: wolfe.freenode.net irc.freenode.net | ||
| [2009/07/01 11:48:49] @ Quit: Kindred: wolfe.freenode.net irc.freenode.net | ||
| [2009/07/01 11:48:51] @ Quit: sazma: wolfe.freenode.net irc.freenode.net | ||
| [2009/07/01 11:48:52] @ Quit: axisys: wolfe.freenode.net irc.freenode.net | ||
| [2009/07/01 11:48:53] @ Quit: tuf: wolfe.freenode.net irc.freenode.net | ||
| [2009/07/01 11:48:55] @ Quit: abien: wolfe.freenode.net irc.freenode.net | ||
| [2009/07/01 11:48:55] @ Quit: langseth: wolfe.freenode.net irc.freenode.net | ||
| [2009/07/01 11:48:56] @ Quit: jason^: wolfe.freenode.net irc.freenode.net | ||
| [2009/07/01 11:48:57] @ Quit: euph: wolfe.freenode.net irc.freenode.net | ||
| [2009/07/01 11:48:58] @ Quit: bda: wolfe.freenode.net irc.freenode.net | ||
| [2009/07/01 11:48:58] @ Quit: danp: wolfe.freenode.net irc.freenode.net | ||
| [2009/07/01 11:49:00] @ Quit: nevyn: wolfe.freenode.net irc.freenode.net | ||
| [2009/07/01 11:49:01] @ Quit: JordanCurzon: wolfe.freenode.net irc.freenode.net | ||
| [2009/07/01 11:49:03] @ Quit: fbe: wolfe.freenode.net irc.freenode.net | ||
| [2009/07/01 11:49:04] @ Quit: notbrien: wolfe.freenode.net irc.freenode.net | ||
| [2009/07/01 11:49:05] @ Quit: andrewcshafer: wolfe.freenode.net irc.freenode.net | ||
| [2009/07/01 11:49:06] @ Quit: pvh_sa|wrk: wolfe.freenode.net irc.freenode.net | ||
| [2009/07/01 11:49:08] @ Quit: jtimberman: wolfe.freenode.net irc.freenode.net | ||
| [2009/07/01 11:49:09] @ Quit: dsch04: wolfe.freenode.net irc.freenode.net | ||
| [2009/07/01 11:49:11] @ Quit: ckrough: wolfe.freenode.net irc.freenode.net | ||
| [2009/07/01 11:49:14] @ Quit: n3kl__: wolfe.freenode.net irc.freenode.net | ||
| [2009/07/01 11:49:15] @ Quit: agaffney: wolfe.freenode.net irc.freenode.net | ||
| [2009/07/01 11:49:16] @ Quit: tobias-: wolfe.freenode.net irc.freenode.net | ||
| [2009/07/01 11:49:17] @ Quit: Disconnect: wolfe.freenode.net irc.freenode.net | ||
| [2009/07/01 11:49:18] @ Quit: pastie: wolfe.freenode.net irc.freenode.net | ||
| [2009/07/01 11:49:19] @ Quit: jbooth: wolfe.freenode.net irc.freenode.net | ||
| [2009/07/01 11:49:22] @ Quit: sz_: wolfe.freenode.net irc.freenode.net | ||
| [2009/07/01 11:49:23] @ Quit: Dyresen: wolfe.freenode.net irc.freenode.net | ||
| [2009/07/01 11:49:24] @ Quit: rabbit7: wolfe.freenode.net irc.freenode.net | ||
| [2009/07/01 11:49:24] @ Quit: thijso: wolfe.freenode.net irc.freenode.net | ||
| [2009/07/01 11:49:25] @ Quit: realist: wolfe.freenode.net irc.freenode.net | ||
| [2009/07/01 11:49:27] @ Quit: nd33r: wolfe.freenode.net irc.freenode.net | ||
| [2009/07/01 11:49:28] @ Quit: masterzen: wolfe.freenode.net irc.freenode.net | ||
| [2009/07/01 11:49:29] @ Quit: joe-mac: wolfe.freenode.net irc.freenode.net | ||
| [2009/07/01 11:49:30] @ Quit: pugnacity: wolfe.freenode.net irc.freenode.net | ||
| [2009/07/01 11:49:31] @ Quit: Innocenti: wolfe.freenode.net irc.freenode.net | ||
| [2009/07/01 11:49:32] @ Quit: bgupta: wolfe.freenode.net irc.freenode.net | ||
| [2009/07/01 11:49:34] @ Quit: nwp: wolfe.freenode.net irc.freenode.net | ||
| [2009/07/01 11:49:35] @ Quit: zirpu: wolfe.freenode.net irc.freenode.net | ||
| [2009/07/01 11:49:35] @ Quit: mspo: wolfe.freenode.net irc.freenode.net | ||
| [2009/07/01 11:49:36] @ Quit: bartc: wolfe.freenode.net irc.freenode.net | ||
| [2009/07/01 11:49:38] @ Quit: Tuf8: wolfe.freenode.net irc.freenode.net | ||
| [2009/07/01 11:49:40] @ Quit: z00dax: wolfe.freenode.net irc.freenode.net | ||
| [2009/07/01 11:49:41] @ Quit: xmslack: wolfe.freenode.net irc.freenode.net | ||
| [2009/07/01 11:49:42] @ Quit: jbarratt: wolfe.freenode.net irc.freenode.net | ||
| [2009/07/01 11:49:43] @ Quit: Soahc: wolfe.freenode.net irc.freenode.net | ||
| [2009/07/01 11:49:44] @ Quit: Jiko: wolfe.freenode.net irc.freenode.net | ||
| [2009/07/01 11:49:45] @ Quit: dmosemp: wolfe.freenode.net irc.freenode.net | ||
| [2009/07/01 11:49:46] @ Quit: falsch: wolfe.freenode.net irc.freenode.net | ||
| [2009/07/01 11:49:47] @ Quit: mizzy: wolfe.freenode.net irc.freenode.net | ||
| [2009/07/01 11:49:50] @ Quit: niczar1: wolfe.freenode.net irc.freenode.net | ||
| [2009/07/01 11:49:50] @ Quit: bendsu: wolfe.freenode.net irc.freenode.net | ||
| [2009/07/01 11:49:51] @ Quit: tbone-atl: wolfe.freenode.net irc.freenode.net | ||
| [2009/07/01 11:49:52] @ Quit: Bass10: wolfe.freenode.net irc.freenode.net | ||
| [2009/07/01 11:49:52] @ Quit: glarizza: wolfe.freenode.net irc.freenode.net | ||
| [2009/07/01 11:49:54] @ Quit: pinocchio: wolfe.freenode.net irc.freenode.net | ||
| [2009/07/01 11:49:54] @ Quit: n3kl_: wolfe.freenode.net irc.freenode.net | ||
| [2009/07/01 11:49:55] @ Quit: ed209: wolfe.freenode.net irc.freenode.net | ||
| [2009/07/01 11:49:56] @ Quit: macbar: wolfe.freenode.net irc.freenode.net | ||
| [2009/07/01 11:49:57] @ Quit: tyler79: wolfe.freenode.net irc.freenode.net | ||
| [2009/07/01 11:49:57] @ Quit: chadh: wolfe.freenode.net irc.freenode.net | ||
| [2009/07/01 11:49:58] @ Quit: fjay: wolfe.freenode.net irc.freenode.net | ||
| [2009/07/01 11:49:58] @ Quit: catay: wolfe.freenode.net irc.freenode.net | ||
| [2009/07/01 11:49:59] @ Quit: tsb: wolfe.freenode.net irc.freenode.net | ||
| [2009/07/01 11:50:00] @ Quit: hamish: wolfe.freenode.net irc.freenode.net | ||
| [2009/07/01 11:50:01] @ Quit: victor_: wolfe.freenode.net irc.freenode.net | ||
| [2009/07/01 11:50:03] @ Quit: nakano: wolfe.freenode.net irc.freenode.net | ||
| [2009/07/01 11:50:04] @ Quit: ibt: wolfe.freenode.net irc.freenode.net | ||
| [2009/07/01 11:50:10] @ Quit: hMz: wolfe.freenode.net irc.freenode.net | ||
| [2009/07/01 11:50:11] @ Quit: madduck: wolfe.freenode.net irc.freenode.net | ||
| [2009/07/01 11:50:12] @ Quit: CaptianCupcake: wolfe.freenode.net irc.freenode.net | ||
| [2009/07/01 11:50:13] @ Quit: unpaidbill: wolfe.freenode.net irc.freenode.net | ||
| [2009/07/01 11:50:14] @ Quit: pjjw: wolfe.freenode.net irc.freenode.net | ||
| [2009/07/01 11:50:15] @ Quit: dedebkbrn: wolfe.freenode.net irc.freenode.net | ||
| [2009/07/01 11:50:16] @ Quit: mellen: wolfe.freenode.net irc.freenode.net | ||
| [2009/07/01 11:50:17] @ Quit: cmoates: wolfe.freenode.net irc.freenode.net | ||
| [2009/07/01 11:50:18] @ Quit: Sakarias: wolfe.freenode.net irc.freenode.net | ||
| [2009/07/01 11:50:24] @ Quit: _NiC: wolfe.freenode.net irc.freenode.net | ||
| [2009/07/01 11:50:26] @ Quit: FUF: wolfe.freenode.net irc.freenode.net | ||
| [2009/07/01 11:50:27] @ Quit: meltemi: wolfe.freenode.net irc.freenode.net | ||
| [2009/07/01 11:50:28] @ Quit: glut: wolfe.freenode.net irc.freenode.net | ||
| [2009/07/01 11:50:29] @ Quit: MrHeavy: wolfe.freenode.net irc.freenode.net | ||
| [2009/07/01 11:50:30] @ Quit: gebi: wolfe.freenode.net irc.freenode.net | ||
| [2009/07/01 11:50:32] @ Quit: vinci: wolfe.freenode.net irc.freenode.net | ||
| [2009/07/01 11:50:33] @ Quit: charlieS: wolfe.freenode.net irc.freenode.net | ||
| [2009/07/01 11:50:34] @ Quit: buggs: wolfe.freenode.net irc.freenode.net | ||
| [2009/07/01 11:50:34] @ Quit: FiXion: wolfe.freenode.net irc.freenode.net | ||
| [2009/07/01 11:50:35] @ Quit: ricky: wolfe.freenode.net irc.freenode.net | ||
| [2009/07/01 11:50:36] @ Quit: f3ew: wolfe.freenode.net irc.freenode.net | ||
| [2009/07/01 11:50:37] @ Quit: Zed1: wolfe.freenode.net irc.freenode.net | ||
| [2009/07/01 11:50:38] @ Quit: |Mike|: wolfe.freenode.net irc.freenode.net | ||
| [2009/07/01 11:50:38] @ Quit: ssm: wolfe.freenode.net irc.freenode.net | ||
| [2009/07/01 11:50:40] @ Quit: eal: wolfe.freenode.net irc.freenode.net | ||
| [2009/07/01 11:50:41] @ Quit: francois1: wolfe.freenode.net irc.freenode.net | ||
| [2009/07/01 11:50:41] @ Quit: fzzzt: wolfe.freenode.net irc.freenode.net | ||
| [2009/07/01 11:50:43] @ Quit: n0ts_____: wolfe.freenode.net irc.freenode.net | ||
| [2009/07/01 11:50:44] @ Quit: ckdake: wolfe.freenode.net irc.freenode.net | ||
| [2009/07/01 11:50:44] @ Quit: Omahn: wolfe.freenode.net irc.freenode.net | ||
| [2009/07/01 11:50:46] @ Quit: erm: wolfe.freenode.net irc.freenode.net | ||
| [2009/07/01 11:50:47] @ Quit: Tonnerre: wolfe.freenode.net irc.freenode.net | ||
| [2009/07/01 11:50:47] @ Quit: omry|work: wolfe.freenode.net irc.freenode.net | ||
| [2009/07/01 11:50:48] @ Quit: saurabhverma: wolfe.freenode.net irc.freenode.net | ||
| [2009/07/01 11:50:49] @ Quit: jcesario: wolfe.freenode.net irc.freenode.net | ||
| [2009/07/01 11:50:49] @ Quit: mattw: wolfe.freenode.net irc.freenode.net | ||
| [2009/07/01 11:50:51] @ Quit: justdave: wolfe.freenode.net irc.freenode.net | ||
| [2009/07/01 11:50:51] @ Quit: mikearr: wolfe.freenode.net irc.freenode.net | ||
| [2009/07/01 11:50:51] @ Quit: kuvkir: wolfe.freenode.net irc.freenode.net | ||
| [2009/07/01 11:50:52] @ Quit: rellis__: wolfe.freenode.net irc.freenode.net | ||
| [2009/07/01 11:50:52] @ Quit: mcbride: wolfe.freenode.net irc.freenode.net | ||
| [2009/07/01 11:50:53] @ Quit: lazzurs: wolfe.freenode.net irc.freenode.net | ||
| [2009/07/01 11:50:53] @ Quit: jamesturnbull: wolfe.freenode.net irc.freenode.net | ||
| [2009/07/01 11:50:54] @ Quit: jmslagle: wolfe.freenode.net irc.freenode.net | ||
| [2009/07/01 11:50:54] @ Quit: proton: wolfe.freenode.net irc.freenode.net | ||
| [2009/07/01 11:50:55] @ Quit: odyi: wolfe.freenode.net irc.freenode.net | ||
| [2009/07/01 11:50:55] @ Quit: markl_: wolfe.freenode.net irc.freenode.net | ||
| [2009/07/01 11:50:55] @ Quit: kennobaka: wolfe.freenode.net irc.freenode.net | ||
| [2009/07/01 11:50:56] @ Quit: dixond: wolfe.freenode.net irc.freenode.net | ||
| [2009/07/01 11:50:56] @ Quit: fruitcake: wolfe.freenode.net irc.freenode.net | ||
| [2009/07/01 11:50:57] @ Quit: slap_stick: wolfe.freenode.net irc.freenode.net | ||
| [2009/07/01 11:50:57] @ Quit: Jenza: wolfe.freenode.net irc.freenode.net | ||
| [2009/07/01 11:50:58] @ Quit: magnachef: wolfe.freenode.net irc.freenode.net | ||
| [2009/07/01 11:50:58] @ Quit: tlockney: wolfe.freenode.net irc.freenode.net | ||
| [2009/07/01 11:50:59] @ Quit: ctso1: wolfe.freenode.net irc.freenode.net | ||
| [2009/07/01 11:50:59] @ Quit: Mandus: wolfe.freenode.net irc.freenode.net | ||
| [2009/07/01 11:51:00] @ Quit: bevans5446: wolfe.freenode.net irc.freenode.net | ||
| [2009/07/01 11:51:00] @ Quit: sid77: wolfe.freenode.net irc.freenode.net | ||
| [2009/07/01 11:51:08] @ JordanCurzon joined channel #puppet | ||
| [2009/07/01 11:51:09] @ bofe joined channel #puppet | ||
| [2009/07/01 11:51:09] @ martha joined channel #puppet | ||
| [2009/07/01 11:51:09] @ alfism joined channel #puppet | ||
| [2009/07/01 11:51:09] @ lak joined channel #puppet | ||
| [2009/07/01 11:51:09] @ tbone-atl joined channel #puppet | ||
| [2009/07/01 11:51:09] @ omry|work joined channel #puppet | ||
| [2009/07/01 11:51:09] @ nd33r joined channel #puppet | ||
| [2009/07/01 11:51:09] @ masterzen joined channel #puppet | ||
| [2009/07/01 11:51:09] @ rmiller4pi8 joined channel #puppet | ||
| [2009/07/01 11:51:10] @ niczar1 joined channel #puppet | ||
| [2009/07/01 11:51:10] @ fbe joined channel #puppet | ||
| [2009/07/01 11:51:10] @ notbrien joined channel #puppet | ||
| [2009/07/01 11:51:10] @ bendsu joined channel #puppet | ||
| [2009/07/01 11:51:10] @ d3vilb0x joined channel #puppet | ||
| [2009/07/01 11:51:10] @ andrewcshafer joined channel #puppet | ||
| [2009/07/01 11:51:10] @ tecto joined channel #puppet | ||
| [2009/07/01 11:51:10] @ reyjrar joined channel #puppet | ||
| [2009/07/01 11:51:11] @ wiqd joined channel #puppet | ||
| [2009/07/01 11:51:11] @ bobbyz_ joined channel #puppet | ||
| [2009/07/01 11:51:11] @ Zed1 joined channel #puppet | ||
| [2009/07/01 11:51:11] @ mspo joined channel #puppet | ||
| [2009/07/01 11:51:11] @ pietro joined channel #puppet | ||
| [2009/07/01 11:51:11] @ joe-mac joined channel #puppet | ||
| [2009/07/01 11:51:11] @ Bass10 joined channel #puppet | ||
| [2009/07/01 11:51:12] @ pvh_sa|wrk joined channel #puppet | ||
| [2009/07/01 11:51:12] @ eal joined channel #puppet | ||
| [2009/07/01 11:51:12] @ francois1 joined channel #puppet | ||
| [2009/07/01 11:51:12] @ pugnacity joined channel #puppet | ||
| [2009/07/01 11:51:13] @ fzzzt joined channel #puppet | ||
| [2009/07/01 11:51:13] @ |Mike| joined channel #puppet | ||
| [2009/07/01 11:51:13] @ bajan joined channel #puppet | ||
| [2009/07/01 11:51:13] @ mvn071 joined channel #puppet | ||
| [2009/07/01 11:51:14] @ Kindred joined channel #puppet | ||
| [2009/07/01 11:51:14] @ apbarrett joined channel #puppet | ||
| [2009/07/01 11:51:14] @ CaptianCupcake joined channel #puppet | ||
| [2009/07/01 11:51:15] @ DerekW joined channel #puppet | ||
| [2009/07/01 11:51:15] @ jtimberman joined channel #puppet | ||
| [2009/07/01 11:51:15] @ Innocenti joined channel #puppet | ||
| [2009/07/01 11:51:15] @ saurabhverma joined channel #puppet | ||
| [2009/07/01 11:51:16] @ Demosthenes joined channel #puppet | ||
| [2009/07/01 11:51:16] @ wrobel` joined channel #puppet | ||
| [2009/07/01 11:51:16] @ jcesario joined channel #puppet | ||
| [2009/07/01 11:51:16] @ happymcplaksin joined channel #puppet | ||
| [2009/07/01 11:51:16] @ dsch04 joined channel #puppet | ||
| [2009/07/01 11:51:17] @ sazma joined channel #puppet | ||
| [2009/07/01 11:51:17] @ jmslagle joined channel #puppet | ||
| [2009/07/01 11:51:17] @ ckrough joined channel #puppet | ||
| [2009/07/01 11:51:17] @ n0ts_____ joined channel #puppet | ||
| [2009/07/01 11:51:17] @ zeroXten joined channel #puppet | ||
| [2009/07/01 11:51:17] @ pawalls joined channel #puppet | ||
| [2009/07/01 11:51:17] @ phantez joined channel #puppet | ||
| [2009/07/01 11:51:18] @ bgupta joined channel #puppet | ||
| [2009/07/01 11:51:18] @ schwagal1 joined channel #puppet | ||
| [2009/07/01 11:51:18] @ ssm joined channel #puppet | ||
| [2009/07/01 11:51:18] @ unpaidbill joined channel #puppet | ||
| [2009/07/01 11:51:18] @ egerlach joined channel #puppet | ||
| [2009/07/01 11:51:18] @ ribo joined channel #puppet | ||
| [2009/07/01 11:51:19] @ ctso1 joined channel #puppet | ||
| [2009/07/01 11:51:19] @ ckdake joined channel #puppet | ||
| [2009/07/01 11:51:19] @ _NiC joined channel #puppet | ||
| [2009/07/01 11:51:19] @ axisys joined channel #puppet | ||
| [2009/07/01 11:51:19] @ glarizza joined channel #puppet | ||
| [2009/07/01 11:51:19] @ n3kl__ joined channel #puppet | ||
| [2009/07/01 11:51:20] @ agaffney joined channel #puppet | ||
| [2009/07/01 11:51:20] @ eythian joined channel #puppet | ||
| [2009/07/01 11:51:20] @ mig5 joined channel #puppet | ||
| [2009/07/01 11:51:20] @ tuf joined channel #puppet | ||
| [2009/07/01 11:51:21] @ nwp joined channel #puppet | ||
| [2009/07/01 11:51:21] @ ekes joined channel #puppet | ||
| [2009/07/01 11:51:21] @ londo joined channel #puppet | ||
| [2009/07/01 11:51:21] @ Omahn joined channel #puppet | ||
| [2009/07/01 11:51:22] @ pinocchio joined channel #puppet | ||
| [2009/07/01 11:51:22] @ pjjw joined channel #puppet | ||
| [2009/07/01 11:51:22] @ mattw joined channel #puppet | ||
| [2009/07/01 11:51:22] @ imeyer joined channel #puppet | ||
| [2009/07/01 11:51:22] @ FUF joined channel #puppet | ||
| [2009/07/01 11:51:23] @ chrysn joined channel #puppet | ||
| [2009/07/01 11:51:23] @ ricky joined channel #puppet | ||
| [2009/07/01 11:51:23] @ tobias- joined channel #puppet | ||
| [2009/07/01 11:51:23] @ hMz joined channel #puppet | ||
| [2009/07/01 11:51:23] @ zirpu joined channel #puppet | ||
| [2009/07/01 11:51:23] @ elmo joined channel #puppet | ||
| [2009/07/01 11:51:24] @ justdave joined channel #puppet | ||
| [2009/07/01 11:51:24] @ mrrx joined channel #puppet | ||
| [2009/07/01 11:51:24] @ ralfgro_ joined channel #puppet | ||
| [2009/07/01 11:51:24] @ hacim joined channel #puppet | ||
| [2009/07/01 11:51:24] @ nico joined channel #puppet | ||
| [2009/07/01 11:51:25] @ eryc joined channel #puppet | ||
| [2009/07/01 11:51:25] @ sigmonsays joined channel #puppet | ||
| [2009/07/01 11:51:25] @ duritong joined channel #puppet | ||
| [2009/07/01 11:51:25] @ Dominic joined channel #puppet | ||
| [2009/07/01 11:51:25] @ riddley joined channel #puppet | ||
| [2009/07/01 11:51:26] @ f3ew joined channel #puppet | ||
| [2009/07/01 11:51:26] @ mikearr joined channel #puppet | ||
| [2009/07/01 11:51:26] @ siezer joined channel #puppet | ||
| [2009/07/01 11:51:26] @ dedebkbrn joined channel #puppet | ||
| [2009/07/01 11:51:26] @ jetole_ joined channel #puppet | ||
| [2009/07/01 11:51:27] @ TREllis joined channel #puppet | ||
| [2009/07/01 11:51:27] @ kuvkir joined channel #puppet | ||
| [2009/07/01 11:51:27] @ JD joined channel #puppet | ||
| [2009/07/01 11:51:27] @ bartvb_ joined channel #puppet | ||
| [2009/07/01 11:51:28] @ Disconnect joined channel #puppet | ||
| [2009/07/01 11:51:28] @ abien joined channel #puppet | ||
| [2009/07/01 11:51:28] @ pastie joined channel #puppet | ||
| [2009/07/01 11:51:28] @ n3kl_ joined channel #puppet | ||
| [2009/07/01 11:51:28] @ ezekiel joined channel #puppet | ||
| [2009/07/01 11:51:29] @ langseth joined channel #puppet | ||
| [2009/07/01 11:51:29] @ lutter joined channel #puppet | ||
| [2009/07/01 11:51:29] @ Filbert_ joined channel #puppet | ||
| [2009/07/01 11:51:29] @ bartc joined channel #puppet | ||
| [2009/07/01 11:51:29] @ mellen joined channel #puppet | ||
| [2009/07/01 11:51:30] @ felipe` joined channel #puppet | ||
| [2009/07/01 11:51:30] @ tmz joined channel #puppet | ||
| [2009/07/01 11:51:30] @ cmoates joined channel #puppet | ||
| [2009/07/01 11:51:30] @ jbooth joined channel #puppet | ||
| [2009/07/01 11:51:31] @ rellis__ joined channel #puppet | ||
| [2009/07/01 11:51:31] @ ed209 joined channel #puppet | ||
| [2009/07/01 11:51:31] @ LapTop006 joined channel #puppet | ||
| [2009/07/01 11:51:32] @ stick joined channel #puppet | ||
| [2009/07/01 11:51:32] @ msf joined channel #puppet | ||
| [2009/07/01 11:51:33] @ alhoang joined channel #puppet | ||
| [2009/07/01 11:51:33] @ Volcane joined channel #puppet | ||
| [2009/07/01 11:51:33] @ jmeeuwen joined channel #puppet | ||
| [2009/07/01 11:51:33] @ flashn joined channel #puppet | ||
| [2009/07/01 11:51:34] @ mcbride joined channel #puppet | ||
| [2009/07/01 11:51:34] @ jbk joined channel #puppet | ||
| [2009/07/01 11:51:34] @ barnoid joined channel #puppet | ||
| [2009/07/01 11:51:34] @ gwar9999 joined channel #puppet | ||
| [2009/07/01 11:51:35] @ bje joined channel #puppet | ||
| [2009/07/01 11:51:35] @ phips joined channel #puppet | ||
| [2009/07/01 11:51:35] @ jack-_- joined channel #puppet | ||
| [2009/07/01 11:51:35] @ StyleWarz joined channel #puppet | ||
| [2009/07/01 11:51:36] @ joe joined channel #puppet | ||
| [2009/07/01 11:51:36] @ tlockney joined channel #puppet | ||
| [2009/07/01 11:51:36] @ macbar joined channel #puppet | ||
| [2009/07/01 11:51:37] @ jason^ joined channel #puppet | ||
| [2009/07/01 11:51:37] @ tyler79 joined channel #puppet | ||
| [2009/07/01 11:51:37] @ lazzurs joined channel #puppet | ||
| [2009/07/01 11:51:37] @ chadh joined channel #puppet | ||
| [2009/07/01 11:51:38] @ fjay joined channel #puppet | ||
| [2009/07/01 11:51:38] @ kennobaka joined channel #puppet | ||
| [2009/07/01 11:51:38] @ madduck joined channel #puppet | ||
| [2009/07/01 11:51:38] @ meltemi joined channel #puppet | ||
| [2009/07/01 11:51:39] @ realist joined channel #puppet | ||
| [2009/07/01 11:51:39] @ thijso joined channel #puppet | ||
| [2009/07/01 11:51:39] @ Dyresen joined channel #puppet | ||
| [2009/07/01 11:51:40] @ rabbit7 joined channel #puppet | ||
| [2009/07/01 11:51:40] @ sz_ joined channel #puppet | ||
| [2009/07/01 11:51:40] @ glut joined channel #puppet | ||
| [2009/07/01 11:51:41] @ jamesturnbull joined channel #puppet | ||
| [2009/07/01 11:51:41] @ proton joined channel #puppet | ||
| [2009/07/01 11:51:41] @ _nono_ joined channel #puppet | ||
| [2009/07/01 11:51:41] @ henk joined channel #puppet | ||
| [2009/07/01 11:51:42] @ euph joined channel #puppet | ||
| [2009/07/01 11:51:42] @ odyi joined channel #puppet | ||
| [2009/07/01 11:51:42] @ markl_ joined channel #puppet | ||
| [2009/07/01 11:51:43] @ MrHeavy joined channel #puppet | ||
| [2009/07/01 11:51:43] @ catay joined channel #puppet | ||
| [2009/07/01 11:51:43] @ gebi joined channel #puppet | ||
| [2009/07/01 11:51:44] @ vinci joined channel #puppet | ||
| [2009/07/01 11:51:44] @ Mandus joined channel #puppet | ||
| [2009/07/01 11:51:45] @ bda joined channel #puppet | ||
| [2009/07/01 11:51:45] @ z00dax joined channel #puppet | ||
| [2009/07/01 11:51:45] @ Tuf8 joined channel #puppet | ||
| [2009/07/01 11:51:45] @ dixond joined channel #puppet | ||
| [2009/07/01 11:51:46] @ neh joined channel #puppet | ||
| [2009/07/01 11:51:46] @ bevans5446 joined channel #puppet | ||
| [2009/07/01 11:51:46] @ ch joined channel #puppet | ||
| [2009/07/01 11:51:46] @ slap_stick joined channel #puppet | ||
| [2009/07/01 11:51:47] @ tsb joined channel #puppet | ||
| [2009/07/01 11:51:47] @ charlieS joined channel #puppet | ||
| [2009/07/01 11:51:47] @ xmslack joined channel #puppet | ||
| [2009/07/01 11:51:47] @ fruitcake joined channel #puppet | ||
| [2009/07/01 11:51:48] @ Sakarias joined channel #puppet | ||
| [2009/07/01 11:51:48] @ hamish joined channel #puppet | ||
| [2009/07/01 11:51:48] @ Cuchulain joined channel #puppet | ||
| [2009/07/01 11:51:49] @ DasFx joined channel #puppet | ||
| [2009/07/01 11:51:49] @ euclid joined channel #puppet | ||
| [2009/07/01 11:51:49] @ Hollow joined channel #puppet | ||
| [2009/07/01 11:51:50] @ danp joined channel #puppet | ||
| [2009/07/01 11:51:50] @ Tonnerre joined channel #puppet | ||
| [2009/07/01 11:51:51] @ Jenza joined channel #puppet | ||
| [2009/07/01 11:51:51] @ jbarratt joined channel #puppet | ||
| [2009/07/01 11:51:51] @ Jiko joined channel #puppet | ||
| [2009/07/01 11:51:52] @ Soahc joined channel #puppet | ||
| [2009/07/01 11:51:52] @ mizzy joined channel #puppet | ||
| [2009/07/01 11:51:52] @ dmosemp joined channel #puppet | ||
| [2009/07/01 11:51:53] @ falsch joined channel #puppet | ||
| [2009/07/01 11:51:53] @ sid77 joined channel #puppet | ||
| [2009/07/01 11:51:53] @ buggs joined channel #puppet | ||
| [2009/07/01 11:51:54] @ nevyn joined channel #puppet | ||
| [2009/07/01 11:51:54] @ FiXion joined channel #puppet | ||
| [2009/07/01 11:51:54] @ erm joined channel #puppet | ||
| [2009/07/01 11:51:55] @ ibt joined channel #puppet | ||
| [2009/07/01 11:51:55] @ nakano joined channel #puppet | ||
| [2009/07/01 11:51:55] @ victor_ joined channel #puppet | ||
| [2009/07/01 11:51:56] @ magnachef joined channel #puppet | ||
| [2009/07/01 11:51:56] @ grim_radical joined channel #puppet | ||
| [2009/07/01 11:51:59] @ matty91 joined channel #puppet | ||
| [2009/07/01 11:52:00] @ halflife08 joined channel #puppet | ||
| [2009/07/01 11:52:00] <halflife08> hello folks, is there any easy way to list what hosts puppet actively manages ? | ||
| [2009/07/01 11:52:00] <joe-mac> halflife08: from the shell, ls /var/lib/puppet/yaml/nodes | ||
| [2009/07/01 11:52:00] <joe-mac> that might be innacurate though, there's no timeout on there, but you can check timestamps | ||
| [2009/07/01 11:53:33] <halflife08> joe-mac: thanks. | ||
| [2009/07/01 11:54:39] <joe-mac> halflife08: there's no 's' at the end of that path, sorry. it's just node | ||
| [2009/07/01 11:55:43] <halflife08> joe-mac: i realized that. initially i thought i could use puppetca to list the hosts, but realized it could have had systems that were given certificate but not live . thanks. this helped | ||
| [2009/07/01 11:56:58] @ jmarki joined channel #puppet | ||
| [2009/07/01 11:58:52] @ Quit: DerekW: "Leaving" | ||
| [2009/07/01 12:02:39] @ bajan left channel #puppet () | ||
| [2009/07/01 12:02:44] @ Quit: nd33r: | ||
| [2009/07/01 12:04:01] <apbarrett> masterzen: if ($foo != "") { ... } works well enough for my current requirements (true good, false good, undefined bad) | ||
| [2009/07/01 12:04:18] <masterzen> apbarrett: cool, good to know. | ||
| [2009/07/01 12:04:43] @ Quit: alban2: Success | ||
| [2009/07/01 12:05:44] @ Quit: matty91_: Connection timed out | ||
| [2009/07/01 12:12:11] @ randybias joined channel #puppet | ||
| [2009/07/01 12:13:43] @ Quit: poison: Remote closed the connection | ||
| [2009/07/01 12:15:35] @ matty91_ joined channel #puppet | ||
| [2009/07/01 12:16:05] @ Quit: Innocenti: Read error: 113 (No route to host) | ||
| [2009/07/01 12:17:35] @ pleemans joined channel #puppet | ||
| [2009/07/01 12:17:50] @ nd33r joined channel #puppet | ||
| [2009/07/01 12:18:01] @ Quit: nd33r: Client Quit | ||
| [2009/07/01 12:23:16] @ mfoster joined channel #puppet | ||
| [2009/07/01 12:24:12] @ Quit: saurabhverma: Read error: 104 (Connection reset by peer) | ||
| [2009/07/01 12:25:41] @ kolla joined channel #puppet | ||
| [2009/07/01 12:26:28] @ rmiller4pi81 joined channel #puppet | ||
| [2009/07/01 12:27:00] @ Quit: masterzen: "Leaving" | ||
| [2009/07/01 12:28:31] @ pjw joined channel #puppet | ||
| [2009/07/01 12:29:12] @ Quit: RexMundi: Read error: 104 (Connection reset by peer) | ||
| [2009/07/01 12:29:31] @ infotek411 joined channel #puppet | ||
| [2009/07/01 12:30:33] <infotek411> anyone here work for hyves.nl? | ||
| [2009/07/01 12:31:58] @ shood joined channel #puppet | ||
| [2009/07/01 12:32:05] @ Quit: matty91: Read error: 110 (Connection timed out) | ||
| [2009/07/01 12:32:46] @ Quit: rmiller4pi8: Read error: 60 (Operation timed out) | ||
| [2009/07/01 12:39:53] @ nd33r joined channel #puppet | ||
| [2009/07/01 12:40:07] @ Quit: alfism: "http://opensolaris.com/" | ||
| [2009/07/01 12:42:25] @ matty91 joined channel #puppet | ||
| [2009/07/01 12:42:47] @ Quit: apbarrett: Read error: 104 (Connection reset by peer) | ||
| [2009/07/01 12:44:07] @ Quit: matty91_: Read error: 60 (Operation timed out) | ||
| [2009/07/01 12:49:11] @ Quit: nd33r: | ||
| [2009/07/01 12:51:40] @ poison joined channel #puppet | ||
| [2009/07/01 12:52:26] @ tgalyean joined channel #puppet | ||
| [2009/07/01 12:52:41] <tgalyean> Anyone around? | ||
| [2009/07/01 12:54:11] @ tgalyean left channel #puppet () | ||
| [2009/07/01 12:56:48] <infotek411> negative | ||
| [2009/07/01 12:57:04] <infotek411> it is an idle race. | ||
| [2009/07/01 12:58:05] @ arubdesu joined channel #puppet | ||
| [2009/07/01 12:58:38] <n3kl_> Where is the filepath variable used? I have it set to /etc/puppet/files, but how do I access the files stored in there with the puppet:// URI? | ||
| [2009/07/01 12:58:48] @ nd33r joined channel #puppet | ||
| [2009/07/01 13:00:13] <kennobaka> if /etc/puppet/files is the filepath for [foo], /etc/puppet/files/bar would be puppet:///foo/bar | ||
| [2009/07/01 13:00:13] <joe-mac> puppet://$server/files | ||
| [2009/07/01 13:01:06] @ malraid joined channel #puppet | ||
| [2009/07/01 13:05:30] @ gilesc joined channel #puppet | ||
| [2009/07/01 13:05:53] <gilesc> ello. any virtual resource wizards about? | ||
| [2009/07/01 13:06:18] @ Quit: shood: Remote closed the connection | ||
| [2009/07/01 13:06:30] @ shood joined channel #puppet | ||
| [2009/07/01 13:06:47] <joe-mac> i am sometimes a wizard, but normally a pirate-ninja-viking | ||
| [2009/07/01 13:07:41] @ justindossey joined channel #puppet | ||
| [2009/07/01 13:08:03] <gilesc> ignore that - after about half an hour of gawping at the docs, it took the last 3 minutes of actually getting onto IRC to go "aaah" and answer my own question :-) | ||
| [2009/07/01 13:08:08] @ Quit: n3kl_: Remote closed the connection | ||
| [2009/07/01 13:08:14] @ Quit: MattyM: "ta ta" | ||
| [2009/07/01 13:08:19] <gilesc> typical case of "figured it out 3 seconds after posting to mailing list" syndrome | ||
| [2009/07/01 13:08:28] <joe-mac> yea | ||
| [2009/07/01 13:09:16] @ matty91_ joined channel #puppet | ||
| [2009/07/01 13:10:55] <gilesc> actually, just to confirm, if I do "Package <||>", will that install every package I needed through included classes, or every package on the whole damn system? | ||
| [2009/07/01 13:12:18] @ Quit: malraid: Read error: 60 (Operation timed out) | ||
| [2009/07/01 13:12:34] @ mvn072 joined channel #puppet | ||
| [2009/07/01 13:14:20] <ctso1> hey guys, is it possible to turn ssl off? | ||
| [2009/07/01 13:14:27] <ctso1> on the puppet client | ||
| [2009/07/01 13:16:43] <joe-mac> i'm guessing no | ||
| [2009/07/01 13:16:51] <joe-mac> i'll bite, why? | ||
| [2009/07/01 13:17:39] <ctso1> we're just a little tired of trying to get client/servers to trust each other in a complicated setup | ||
| [2009/07/01 13:17:43] <ctso1> and don't really care in the short term | ||
| [2009/07/01 13:17:51] <ctso1> but yeah.. i didnt think so | ||
| [2009/07/01 13:17:55] <gilesc> use use auto-sign | ||
| [2009/07/01 13:18:06] <ctso1> neg, situations with multiple puppet masters | ||
| [2009/07/01 13:18:13] <ctso1> one puppet master works very easily | ||
| [2009/07/01 13:18:30] <gilesc> we use "unison" to sync the signed keys between puppet msaters. works perfectly | ||
| [2009/07/01 13:18:30] @ nakano is now known as nakano_ | ||
| [2009/07/01 13:19:08] <ctso1> do all your masters have the same CA cert for signing? | ||
| [2009/07/01 13:19:17] <gilesc> yeah | ||
| [2009/07/01 13:19:40] <ctso1> oic.. hhm... do you use your masters basically as a load balancing solution | ||
| [2009/07/01 13:19:50] <ctso1> e.g. they are just all behind the same cname | ||
| [2009/07/01 13:20:17] <gilesc> partly load-balancing, partly because of multiple datacentres, where a new machine which is a bit "unconfigured" always talks to the one in the first datacentre cause it's too dumb at that point to talk to the right one | ||
| [2009/07/01 13:20:20] @ kambiz is now known as kambiz_away | ||
| [2009/07/01 13:20:34] <gilesc> not a cname, a searchpath. | ||
| [2009/07/01 13:20:44] <ctso1> ah yes, gilesc: i think yoursetup is simialr enough to mine | ||
| [2009/07/01 13:20:51] <ctso1> i am just trying to set up a diff puppet master on a diff DC | ||
| [2009/07/01 13:20:51] <gilesc> puppet.net1, puppet.net2, puppet.netgeneric. gets put in the searchpath and talks to "puppet" | ||
| [2009/07/01 13:21:14] <ctso1> ooh, so in resolv.conf | ||
| [2009/07/01 13:21:25] @ Quit: nd33r: Read error: 104 (Connection reset by peer) | ||
| [2009/07/01 13:21:29] <ctso1> you do a search datacenter.x.com? | ||
| [2009/07/01 13:21:42] <gilesc> yeah. a brand new machine just has "search netgeneric". once it talks to one of the puppet boxes, it puts a specific search path in so it always talks to the right cluster | ||
| [2009/07/01 13:21:47] @ nd33r joined channel #puppet | ||
| [2009/07/01 13:22:16] <ctso1> oic.. that sounds like an interesting solution as well | ||
| [2009/07/01 13:22:22] <ctso1> someone else had a similar one where they editetd /etc/hosts instead | ||
| [2009/07/01 13:22:30] <gilesc> so "search netgeneric" gets replaced with "search net1" or "search net2" depending which datacentre it's in | ||
| [2009/07/01 13:22:52] <gilesc> /etc/hosts also works, but we're also using that idea for mail, nfs mounts, proxy, you name it | ||
| [2009/07/01 13:23:11] <ctso1> oh i gotcha | ||
| [2009/07/01 13:23:17] <ctso1> yeah. that sounds like a good solution | ||
| [2009/07/01 13:23:25] <ctso1> i am more comfortable controlling my resolv.conf from puppet | ||
| [2009/07/01 13:23:28] <ctso1> than controlling /etc/hosts | ||
| [2009/07/01 13:23:36] <ctso1> (mostly because /etc/hosts has more custom crap in it usually) | ||
| [2009/07/01 13:23:41] @ ezmobius joined channel #puppet | ||
| [2009/07/01 13:24:40] <gilesc> the only thing in our /etc/hosts is the name of the box it's on :-) | ||
| [2009/07/01 13:25:50] @ Quit: matty91: Read error: 110 (Connection timed out) | ||
| [2009/07/01 13:26:08] @ Quit: jmarki: Remote closed the connection | ||
| [2009/07/01 13:26:59] @ kibahop joined channel #puppet | ||
| [2009/07/01 13:27:55] @ randybias is now known as randybias|away | ||
| [2009/07/01 13:30:39] @ Quit: nd33r: Read error: 104 (Connection reset by peer) | ||
| [2009/07/01 13:30:43] @ nd33r joined channel #puppet | ||
| [2009/07/01 13:32:13] <ctso1> gilesc: yeah im going to try your solution.. though i believe i will have to re sign everything with a new cert that uses CN "puppet" instead of "puppet.x.com"? | ||
| [2009/07/01 13:35:52] <gilesc> yep | ||
| [2009/07/01 13:36:09] @ matty91 joined channel #puppet | ||
| [2009/07/01 13:36:26] @ Quit: siezer: Read error: 110 (Connection timed out) | ||
| [2009/07/01 13:38:28] @ Quit: mvn072: "Leaving" | ||
| [2009/07/01 13:39:38] @ alfism joined channel #puppet | ||
| [2009/07/01 13:41:13] @ Quit: matty91_: Read error: 60 (Operation timed out) | ||
| [2009/07/01 13:43:19] @ rmiller4pi8 joined channel #puppet | ||
| [2009/07/01 13:49:51] <bofe> Again a puppet newbie, but is there any other way to get the puppet clients to "phone home" besides the puppetd --test that I'm seeing in a lot of tutorials? | ||
| [2009/07/01 13:50:45] <joe-mac> you mean outside of the runinterval bofe? | ||
| [2009/07/01 13:51:41] @ claymation joined channel #puppet | ||
| [2009/07/01 13:52:02] @ francois1 left channel #puppet () | ||
| [2009/07/01 13:52:10] <bofe> joe-mac: runinterval was the term I was looking for. Thanks! | ||
| [2009/07/01 13:52:28] <joe-mac> np | ||
| [2009/07/01 13:56:05] @ zenChild joined channel #puppet | ||
| [2009/07/01 13:58:19] @ Quit: rmiller4pi81: Read error: 110 (Connection timed out) | ||
| [2009/07/01 14:00:54] @ Quit: lak: | ||
| [2009/07/01 14:01:33] @ Quit: madrescher: "Leaving." | ||
| [2009/07/01 14:03:00] @ Quit: rellis__: Remote closed the connection | ||
| [2009/07/01 14:07:07] @ Quit: niczar1: Remote closed the connection | ||
| [2009/07/01 14:09:49] @ WALoeIII joined channel #puppet | ||
| [2009/07/01 14:10:36] @ Quit: nd33r: Read error: 110 (Connection timed out) | ||
| [2009/07/01 14:13:03] @ saurabhverma joined channel #puppet | ||
| [2009/07/01 14:14:00] <axisys> this creates a user http://pastie.org/531076 .. but how do I make sure it create the home dir as well ? | ||
| [2009/07/01 14:17:59] @ Telmo joined channel #puppet | ||
| [2009/07/01 14:20:19] @ fujin joined channel #puppet | ||
| [2009/07/01 14:24:06] @ francois1 joined channel #puppet | ||
| [2009/07/01 14:29:58] @ randybias|away is now known as randybias | ||
| [2009/07/01 14:31:11] @ zenChild left channel #puppet () | ||
| [2009/07/01 14:38:35] @ Quit: ezmobius: | ||
| [2009/07/01 14:39:57] @ saurabhverma1 joined channel #puppet | ||
| [2009/07/01 14:40:31] @ Quit: saurabhverma: Read error: 104 (Connection reset by peer) | ||
| [2009/07/01 14:40:35] <JordanCurzon> axisys "The directory must be created separately and is not currently checked for existence.The directory must be created separately and is not currently checked for existence." | ||
| [2009/07/01 14:40:51] <JordanCurzon> generally you want to have central homedir management, but otherwise you could do it like this | ||
| [2009/07/01 14:41:19] <JordanCurzon> file { "/opt/folder": | ||
| [2009/07/01 14:41:19] <JordanCurzon> owner => 'root', | ||
| [2009/07/01 14:41:19] <JordanCurzon> group => 'root', | ||
| [2009/07/01 14:41:20] <JordanCurzon> mode => 755, | ||
| [2009/07/01 14:41:20] <JordanCurzon> ensure => directory, | ||
| [2009/07/01 14:41:20] <JordanCurzon> } | ||
| [2009/07/01 14:41:22] <JordanCurzon> oops | ||
| [2009/07/01 14:41:24] <JordanCurzon> sorry | ||
| [2009/07/01 14:42:11] <JordanCurzon> axisys http://pastie.org/531107 | ||
| [2009/07/01 14:44:00] <JordanCurzon> and you can use "source" and "replace = false" if you want to setup the .skel files too | ||
| [2009/07/01 14:50:31] @ PhatBaja joined channel #puppet | ||
| [2009/07/01 14:58:22] <joe-mac> JordanCurzon, axisys, you want to be using managehome => for that | ||
| [2009/07/01 14:58:58] <joe-mac> wiki:TypeReference | ||
| [2009/07/01 14:59:27] <gepetto> joe-mac: wiki: wiki:TypeReference is http://reductivelabs.com/trac/puppet/wiki/TypeReference | ||
| [2009/07/01 15:01:11] @ malraid joined channel #puppet | ||
| [2009/07/01 15:01:23] @ Quit: lutter: "Leaving." | ||
| [2009/07/01 15:02:17] @ lak joined channel #puppet | ||
| [2009/07/01 15:02:58] @ randybias is now known as randybias|away | ||
| [2009/07/01 15:07:46] @ mspo left channel #puppet () | ||
| [2009/07/01 15:08:06] @ Quit: gilesc: "Lost terminal" | ||
| [2009/07/01 15:08:20] <axisys> JordanCurzon, joe-mac thanks .. i will use managehome .. seems simpler.. | ||
| [2009/07/01 15:08:59] <joe-mac> yea, it's definitely the right way, as long as your provider supports it | ||
| [2009/07/01 15:10:45] <axisys> joe-mac: i am using solaris 10 as client .. i home it supports it | ||
| [2009/07/01 15:11:00] <joe-mac> check the typereference that gepetto posted | ||
| [2009/07/01 15:11:14] <axisys> joe-mac: how do I give it a passwd `fixed' or `random' ? currently it creates a lock account | ||
| [2009/07/01 15:11:39] <joe-mac> there is a passwd parameter for the user resource. i know openbsd doesn';t support it, but linux does | ||
| [2009/07/01 15:11:41] <joe-mac> not sure about solaris | ||
| [2009/07/01 15:13:12] @ nd33r joined channel #puppet | ||
| [2009/07/01 15:16:52] @ verwilst joined channel #puppet | ||
| [2009/07/01 15:19:22] @ Quit: shood: | ||
| [2009/07/01 15:21:32] @ Quit: verwilst: Client Quit | ||
| [2009/07/01 15:24:09] @ Quit: lak: | ||
| [2009/07/01 15:33:25] @ shood joined channel #puppet | ||
| [2009/07/01 15:37:04] @ alban2 joined channel #puppet | ||
| [2009/07/01 15:38:54] @ Quit: kolla: Remote closed the connection | ||
| [2009/07/01 15:39:15] @ Shazburg joined channel #puppet | ||
| [2009/07/01 15:40:03] @ lak joined channel #puppet | ||
| [2009/07/01 15:40:31] <Telmo> Wasn't there a fix in the new facter for the Timeout for ipaddress in Solaris? | ||
| [2009/07/01 15:41:04] <Telmo> # facter facterversion ipaddress | ||
| [2009/07/01 15:41:04] <Telmo> Timed out seeking value for ipaddress | ||
| [2009/07/01 15:41:04] <Telmo> Timed out seeking value for ipaddress | ||
| [2009/07/01 15:41:04] <Telmo> facterversion => 1.5.5 | ||
| [2009/07/01 15:41:05] <Telmo> ipaddress => | ||
| [2009/07/01 15:41:06] <Telmo> # | ||
| [2009/07/01 15:41:08] <Telmo> :( | ||
| [2009/07/01 15:43:39] @ Quit: lak: Client Quit | ||
| [2009/07/01 15:52:38] @ gdhagger joined channel #puppet | ||
| [2009/07/01 15:53:31] <gdhagger> can someone please help me understand how to set a users password using puppet? i can't seem to find the info i'm looking for in the wiki or via google | ||
| [2009/07/01 15:54:28] <ctso1> gdhagger: sure | ||
| [2009/07/01 15:54:48] <ctso1> wel, the way i do it is i just mkpasswd | ||
| [2009/07/01 15:55:17] <ctso1> you can choose from several hashes, but i ended up choosing md5 because not all my servers supported SHA | ||
| [2009/07/01 15:55:26] <ctso1> you type in the passowrd, it spits out the encrypted output | ||
| [2009/07/01 15:55:32] <ctso1> and that goes in the password parameter for the user resource | ||
| [2009/07/01 15:55:43] <gdhagger> gotcha. many thanks | ||
| [2009/07/01 15:55:49] <gdhagger> didn't know about mkpasswd somehow | ||
| [2009/07/01 15:56:21] <ctso1> yeah, no worries, that took me a lot of experiemnting to get | ||
| [2009/07/01 15:56:33] @ ryguy joined channel #puppet | ||
| [2009/07/01 15:56:59] <ryguy> Submitted new feature/fix: http://projects.reductivelabs.com/issues/2382 | ||
| [2009/07/01 15:57:39] @ randybias|away is now known as randybias | ||
| [2009/07/01 16:00:35] @ Quit: nd33r: | ||
| [2009/07/01 16:00:44] @ Quit: poison: Read error: 110 (Connection timed out) | ||
| [2009/07/01 16:01:50] @ nd33r joined channel #puppet | ||
| [2009/07/01 16:01:53] @ Quit: gdhagger: "Ex-Chat" | ||
| [2009/07/01 16:04:57] @ Quit: ryguy: "Killed (Ancient (Requested by panasync))" | ||
| [2009/07/01 16:09:18] @ alban3 joined channel #puppet | ||
| [2009/07/01 16:11:03] @ Quit: alban2: Read error: 113 (No route to host) | ||
| [2009/07/01 16:12:41] @ eryc is now known as eryc- | ||
| [2009/07/01 16:13:06] @ eryc- is now known as eryc | ||
| [2009/07/01 16:13:11] @ eryc is now known as eryc-- | ||
| [2009/07/01 16:16:25] @ Quit: saurabhverma1: Connection timed out | ||
| [2009/07/01 16:20:33] @ Quit: alban3: Remote closed the connection | ||
| [2009/07/01 16:20:59] @ raphink joined channel #puppet | ||
| [2009/07/01 16:24:38] @ alban2 joined channel #puppet | ||
| [2009/07/01 16:24:47] @ Quit: alban2: Remote closed the connection | ||
| [2009/07/01 16:26:34] @ francois1 left channel #puppet () | ||
| [2009/07/01 16:30:37] @ alban2 joined channel #puppet | ||
| [2009/07/01 16:32:39] @ lak joined channel #puppet | ||
| [2009/07/01 16:38:35] @ rraphink joined channel #puppet | ||
| [2009/07/01 16:44:36] <axisys> joe-mac: so I need to do static passwd like | ||
| [2009/07/01 16:44:41] @ eryc-- is now known as eryc | ||
| [2009/07/01 16:44:45] <axisys> password => '$1$4n2dAMfg$ayVw/ei8zTucWTpg.' | ||
| [2009/07/01 16:45:05] <axisys> i did not see anythign to create random passwd | ||
| [2009/07/01 16:45:10] @ Quit: raphink: Read error: 110 (Connection timed out) | ||
| [2009/07/01 16:46:25] @ jbarbuto joined channel #puppet | ||
| [2009/07/01 16:47:16] @ Ken joined channel #puppet | ||
| [2009/07/01 16:47:55] <Ken> Greetings. | ||
| [2009/07/01 16:48:06] <Ken> I have a question about facter 1.3.x vs 1.5.x | ||
| [2009/07/01 16:48:33] <Ken> When I do "facter | grep archi" I see "amd64" on 1.3.x and "x86_64" on 1.5.x | ||
| [2009/07/01 16:48:50] <jbarbuto> hi all, i've run into a problem running 0.25.0b2 with apache/passenger, following the instructions on http://github.com/reductivelabs/puppet/tree/master/ext/rack | ||
| [2009/07/01 16:49:14] <jbarbuto> i'm having the same problem this person had: http://www.mail-archive.com/puppet-users@googlegroups.com/msg03929.html | ||
| [2009/07/01 16:49:58] <joe-mac> axisys: you cuold create a server side function to do it | ||
| [2009/07/01 16:50:16] <joe-mac> functions can return strings to your manifests | ||
| [2009/07/01 16:50:27] <jbarbuto> the error I'm getting is:Exception NoMethodError in PhusionPassenger::Rack::ApplicationSpawner | ||
| [2009/07/01 16:50:27] <jbarbuto> (undefined method `start_with?' for | ||
| [2009/07/01 16:50:27] <jbarbuto> "/production/catalog/XXXXXXXXXXXXXXX":String) | ||
| [2009/07/01 16:50:46] <jbarbuto> (i replaced the server hostname with XXXXXXXXX) | ||
| [2009/07/01 16:50:50] <axisys> joe-mac: ok . | ||
| [2009/07/01 16:51:02] <axisys> joe-mac: thanks | ||
| [2009/07/01 16:51:05] <joe-mac> np | ||
| [2009/07/01 16:51:23] @ Quit: kngus: "Leaving." | ||
| [2009/07/01 16:51:28] <jbarbuto> AFAICT, the string class in ruby doesn't have a start_with? method | ||
| [2009/07/01 16:51:29] <axisys> joe-mac: my server is ubuntu .. so I guess I could use the mkpasswd like someone suggested here as part of my function | ||
| [2009/07/01 16:51:33] @ kngus joined channel #puppet | ||
| [2009/07/01 16:52:03] <joe-mac> yep | ||
| [2009/07/01 16:53:56] @ Quit: pleemans: Read error: 60 (Operation timed out) | ||
| [2009/07/01 16:56:13] <JD> anyone fancy answering http://serverfault.com/questions/34642/call-puppet-function-from-puppet-template/ ? | ||
| [2009/07/01 16:56:55] @ kolla joined channel #puppet | ||
| [2009/07/01 17:02:16] @ Quit: nd33r: | ||
| [2009/07/01 17:02:39] @ randybias is now known as randybias|away | ||
| [2009/07/01 17:03:14] @ fzzzt left channel #puppet () | ||
| [2009/07/01 17:13:10] @ Quit: d3vilb0x: Read error: 60 (Operation timed out) | ||
| [2009/07/01 17:13:26] @ randybias|away is now known as randybias | ||
| [2009/07/01 17:14:09] <axisys> I know it is possible to change this http://pastie.org/531334 so to make the @user a template and populate the template with a list of users in a loop .. but would be awesome if there is a recipe of that done already .. anyone know of one ? | ||
| [2009/07/01 17:15:06] @ Quit: randybias: "Leaving..." | ||
| [2009/07/01 17:15:54] <jrojas> axisys: are you assigning specific uids/gids to the users? | ||
| [2009/07/01 17:16:47] @ docelic joined channel #puppet | ||
| [2009/07/01 17:17:41] @ randybia joined channel #puppet | ||
| [2009/07/01 17:17:50] <JordanCurzon> JD: I'm going to make sure I get the right answer, then I'll post it | ||
| [2009/07/01 17:18:34] <joe-mac> axisys: have tyou tried fully qualifying the method, like Puppet::Parser::SoOnandSoForth | ||
| [2009/07/01 17:21:06] @ Quit: jbarbuto: | ||
| [2009/07/01 17:21:06] <axisys> joe-mac: http://reductivelabs.com/trac/puppet/search?q=Puppet%3A%3AParser%3A%3ASoOnandSoForth&wiki=on&changeset=on&ticket=on did not get any result | ||
| [2009/07/01 17:21:47] @ jbarbuto joined channel #puppet | ||
| [2009/07/01 17:22:07] <axisys> joe-mac: yes | ||
| [2009/07/01 17:22:16] <joe-mac> axisys: i mean JD, sorry dude | ||
| [2009/07/01 17:22:22] @ Quit: jbarbuto: Client Quit | ||
| [2009/07/01 17:22:57] @ Quit: kolla: Read error: 110 (Connection timed out) | ||
| [2009/07/01 17:23:56] <axisys> jrojas: yes | ||
| [2009/07/01 17:24:10] <axisys> joe-mac: sorry that was to jrojas | ||
| [2009/07/01 17:24:28] <joe-mac> lol | ||
| [2009/07/01 17:24:34] <joe-mac> whole lot of tab completion fubars going on | ||
| [2009/07/01 17:25:36] <axisys> joe-mac: yep.. in irssi | ||
| [2009/07/01 17:27:14] @ Quit: randybia: Client Quit | ||
| [2009/07/01 17:38:46] <hacim> jamesturnbull: there was an old ticket in trac (http://reductivelabs.com/trac/puppet/ticket/1135) which detailed the problems with the --parseonly option that people used for a pre-commit hook to 'lint' their manifests. | ||
| [2009/07/01 17:39:00] <hacim> jamesturnbull: do you happen to know what happened to it? did it get moved to redmine, or was it resolved? | ||
| [2009/07/01 17:41:00] <Ken> Never mind about "architecture amd64 vs. x86_64". Seems it's an Ubuntu issue. | ||
| [2009/07/01 17:41:06] @ Quit: Demosthenes: "leaving" | ||
| [2009/07/01 17:41:50] @ Quit: Ken: | ||
| [2009/07/01 17:44:32] <joe-mac> yea. it is | ||
| [2009/07/01 17:44:38] <joe-mac> annoying to say the least | ||
| [2009/07/01 17:45:40] @ ezmobius joined channel #puppet | ||
| [2009/07/01 17:46:35] <CaptianCupcake> i have a template in a module i'm creating. how do I specify the path to the erb file that I pass into template() ?? | ||
| [2009/07/01 17:46:55] <joe-mac> template("/modulename/templatefilename.whatever") | ||
| [2009/07/01 17:47:18] @ Quit: notbrien: | ||
| [2009/07/01 17:47:30] <CaptianCupcake> will try that thanks | ||
| [2009/07/01 17:47:37] @ verwilst joined channel #puppet | ||
| [2009/07/01 17:48:44] <JordanCurzon> JD: I posted an answer to your serverfault question | ||
| [2009/07/01 17:50:14] <CaptianCupcake> hmm not sure why but it's still not finding the erb file in the templates dir in my module | ||
| [2009/07/01 17:51:52] @ Quit: lak: | ||
| [2009/07/01 17:52:07] <CaptianCupcake> nvm, workiing great now | ||
| [2009/07/01 17:54:13] <CaptianCupcake> and it's freakin sweet too | ||
| [2009/07/01 17:59:07] @ randybia joined channel #puppet | ||
| [2009/07/01 18:00:57] @ Quit: kngus: "Leaving." | ||
| [2009/07/01 18:02:52] @ Djelibeybi joined channel #puppet | ||
| [2009/07/01 18:10:15] @ reyjrar left channel #puppet ("Leaving") | ||
| [2009/07/01 18:11:03] @ Quit: joe-mac: "Leaving." | ||
| [2009/07/01 18:11:15] @ Quit: tecto: | ||
| [2009/07/01 18:20:22] <JD> JordanCurzon: cheers :) | ||
| [2009/07/01 18:23:38] @ Quit: shood: | ||
| [2009/07/01 18:25:11] <JordanCurzon> JD: That's my first reputation points on server fault. Thanks | ||
| [2009/07/01 18:25:34] @ Quit: rraphink: Read error: 113 (No route to host) | ||
| [2009/07/01 18:29:25] <JD> JordanCurzon: :) | ||
| [2009/07/01 18:29:45] <JD> JordanCurzon: I figured it was possible, just wasn't sure how :) | ||
| [2009/07/01 18:30:15] <JD> My answer wasn't entirely helpful, so figured someone here could answer better | ||
| [2009/07/01 18:45:50] @ Quit: bendsu: "Leaving." | ||
| [2009/07/01 18:46:04] @ Quit: bobbyz_: Read error: 110 (Connection timed out) | ||
| [2009/07/01 18:48:59] @ martha left channel #puppet () | ||
| [2009/07/01 18:54:05] @ Quit: verwilst: "Ex-Chat" | ||
| [2009/07/01 19:01:00] @ Quit: arubdesu: | ||
| [2009/07/01 19:01:50] <gepetto> ::trac:: Frequently Asked Questions edited by jbarratt @ http://reductivelabs.com/trac/puppet/wiki/FrequentlyAskedQuestions (by jbarratt@serialized.net) | ||
| [2009/07/01 19:09:34] @ Quit: mfoster: "Leaving." | ||
| [2009/07/01 19:11:04] @ Quit: fbe: Read error: 110 (Connection timed out) | ||
| [2009/07/01 19:11:56] @ testing joined channel #puppet | ||
| [2009/07/01 19:12:24] @ testing is now known as Guest18496 | ||
| [2009/07/01 19:17:43] @ Quit: randybia: Client Quit | ||
| [2009/07/01 19:26:49] @ kolla joined channel #puppet | ||
| [2009/07/01 19:27:28] @ Quit: matty91: | ||
| [2009/07/01 19:31:09] @ lak joined channel #puppet | ||
| [2009/07/01 19:31:24] @ Quit: pjw: | ||
| [2009/07/01 19:38:25] @ Quit: lak: | ||
| [2009/07/01 19:39:11] @ bobbyz_ joined channel #puppet | ||
| [2009/07/01 19:45:25] @ Quit: ezmobius: | ||
| [2009/07/01 19:53:26] @ Quit: kolla: Remote closed the connection | ||
| [2009/07/01 20:01:09] @ matty91 joined channel #puppet | ||
| [2009/07/01 20:04:19] @ Demosthenes joined channel #puppet | ||
| [2009/07/01 20:06:40] @ loganspencer joined channel #puppet | ||
| [2009/07/01 20:11:24] @ Quit: PhatBaja: | ||
| [2009/07/01 20:14:47] @ Quit: matty91: | ||
| [2009/07/01 20:16:03] @ Quit: andrewcshafer: | ||
| [2009/07/01 20:17:59] @ andrewcshafer joined channel #puppet | ||
| [2009/07/01 20:32:04] @ siezer joined channel #puppet | ||
| [2009/07/01 20:32:48] @ shood joined channel #puppet | ||
| [2009/07/01 20:33:39] @ mfoster joined channel #puppet | ||
| [2009/07/01 20:35:40] @ Quit: mfoster: Read error: 104 (Connection reset by peer) | ||
| [2009/07/01 20:35:44] @ mfoster joined channel #puppet | ||
| [2009/07/01 20:36:44] @ Quit: barnoid: Read error: 110 (Connection timed out) | ||
| [2009/07/01 20:39:41] @ mfoster1 joined channel #puppet | ||
| [2009/07/01 20:40:03] @ Quit: shood: | ||
| [2009/07/01 20:49:27] <gepetto> ::trac:: Installation Guide edited by BobCochran @ http://reductivelabs.com/trac/puppet/wiki/InstallationGuide (by cochranb@speakeasy.net) | ||
| [2009/07/01 20:57:07] @ Quit: mfoster: Read error: 110 (Connection timed out) | ||
| [2009/07/01 21:00:08] @ Quit: andrewcshafer: | ||
| [2009/07/01 21:01:38] @ Quit: Guest18496: Ping timeout: 180 seconds | ||
| [2009/07/01 21:10:40] @ mfoster joined channel #puppet | ||
| [2009/07/01 21:13:47] @ Quit: alfism: "http://opensolaris.com/" | ||
| [2009/07/01 21:14:37] @ andrewcshafer joined channel #puppet | ||
| [2009/07/01 21:18:40] @ nuccad joined channel #puppet | ||
| [2009/07/01 21:23:17] @ kibahop left channel #puppet () | ||
| [2009/07/01 21:27:30] @ Quit: WALoeIII: Read error: 60 (Operation timed out) | ||
| [2009/07/01 21:30:08] @ d3vilb0x joined channel #puppet | ||
| [2009/07/01 21:34:17] @ shood joined channel #puppet | ||
| [2009/07/01 21:36:18] @ Quit: mfoster1: Read error: 110 (Connection timed out) | ||
| [2009/07/01 21:37:04] @ Quit: nuccad1: Read error: 110 (Connection timed out) | ||
| [2009/07/01 21:38:58] @ Quit: ivan: "Coyote finally caught me" | ||
| [2009/07/01 21:39:42] @ ivan joined channel #puppet | ||
| [2009/07/01 21:40:33] @ nd33r joined channel #puppet | ||
| [2009/07/01 21:46:29] @ n0ts______ joined channel #puppet | ||
| [2009/07/01 21:46:38] @ Quit: n0ts_____: Read error: 60 (Operation timed out) | ||
| [2009/07/01 21:50:14] @ fruitcak1 joined channel #puppet | ||
| [2009/07/01 21:52:13] @ Quit: Demosthenes: "leaving" | ||
| [2009/07/01 21:54:52] @ WALoeIII joined channel #puppet | ||
| [2009/07/01 21:56:01] @ lak joined channel #puppet | ||
| [2009/07/01 22:01:26] @ Quit: fruitcake: Read error: 110 (Connection timed out) | ||
| [2009/07/01 22:01:58] @ Quit: lak: | ||
| [2009/07/01 22:09:04] @ Quit: d3vilb0x: | ||
| [2009/07/01 22:12:47] @ Quit: Bass10: Success | ||
| [2009/07/01 22:12:54] @ Quit: nd33r: | ||
| [2009/07/01 22:15:10] @ arubdesu joined channel #puppet | ||
| [2009/07/01 22:17:04] @ blahdeblah1 joined channel #puppet | ||
| [2009/07/01 22:17:49] <blahdeblah1> Hi. I've just been looking at http://reductivelabs.com/trac/puppet/wiki/CompleteConfiguration trying to understand how i can construct a file out of fragments on the puppet server | ||
| [2009/07/01 22:18:51] <blahdeblah1> Am i right in thinking that i need to distribute an entire directory on the server, then use concatenated_file to combine those files into one file on the puppet agent? | ||
| [2009/07/01 22:20:35] <blahdeblah1> I'd rather not distribute the entire directory - is there a way i can do this with templates that include other files? (Or templates that are plain text rather than .erb?) | ||
| [2009/07/01 22:21:43] <blahdeblah1> For the record, the application is creating a squid url_regex ACL source file for various different sites | ||
| [2009/07/01 22:23:22] @ Quit: arubdesu: | ||
| [2009/07/01 22:31:28] @ Quit: WALoeIII: | ||
| [2009/07/01 22:36:14] @ Quit: fujin: | ||
| [2009/07/01 22:36:27] @ d3vilb0x joined channel #puppet | ||
| [2009/07/01 22:37:53] @ Quit: bobbyz_: Read error: 60 (Operation timed out) | ||
| [2009/07/01 22:48:58] @ Quit: infotek411: "wow." | ||
| [2009/07/01 22:56:24] @ bobbyz joined channel #puppet | ||
| [2009/07/01 22:59:17] @ pinoyskull joined channel #puppet | ||
| [2009/07/01 23:00:16] @ Quit: blahdeblah1: "Leaving." | ||
| [2009/07/01 23:00:24] @ blahdeblah1 joined channel #puppet | ||
| [2009/07/01 23:01:13] @ Quit: d3vilb0x: | ||
| [2009/07/01 23:08:53] @ D-CoDe joined channel #puppet | ||
| [2009/07/01 23:15:23] @ Quit: bobbyz: Success | ||
| [2009/07/01 23:16:18] @ bobbyz joined channel #puppet | ||
| [2009/07/01 23:26:34] @ PhabX joined channel #puppet | ||
| [2009/07/01 23:51:47] @ d3vilb0x joined channel #puppet | ||
| [2009/07/01 23:54:52] @ Quit: Tuf8: |
Generated by irclog2html.py 2.6 by Marius Gedminas - find it at mg.pov.lt!