Sunday, 2009-12-13

[2009/12/13 00:07:22] @ Log started by gepetto
[2009/12/13 00:07:22] @ gaveen joined channel #puppet
[2009/12/13 00:18:36] @ Quit: jcape: Connection timed out
[2009/12/13 00:40:44] @ fxer joined channel #puppet
[2009/12/13 00:55:30] @ qwebirc5986 joined channel #puppet
[2009/12/13 00:57:00] @ Quit: qwebirc5986: Client Quit
[2009/12/13 01:09:36] @ Quit: fxer: Client Quit
[2009/12/13 01:11:06] @ bug joined channel #puppet
[2009/12/13 01:26:17] @ tecto_ joined channel #puppet
[2009/12/13 01:32:00] @ Quit: tecto: Read error: 60 (Operation timed out)
[2009/12/13 01:32:03] @ tecto_ is now known as tecto
[2009/12/13 01:42:03] @ Quit: erm__: "leaving"
[2009/12/13 01:43:03] @ Quit: gaveen: Read error: 104 (Connection reset by peer)
[2009/12/13 01:51:25] @ Quit: elijahwright: Read error: 110 (Connection timed out)
[2009/12/13 01:52:46] @ Quit: tecto:
[2009/12/13 02:02:07] @ elijahwright joined channel #puppet
[2009/12/13 02:26:36] @ ixaeon joined channel #puppet
[2009/12/13 02:26:43] @ ixaeon left channel #puppet ()
[2009/12/13 02:50:46] @ ixaeon joined channel #puppet
[2009/12/13 02:59:15] @ ixaeon left channel #puppet ()
[2009/12/13 03:19:11] @ bobbyz_ joined channel #puppet
[2009/12/13 03:48:52] @ Quit: bobbyz_: Read error: 110 (Connection timed out)
[2009/12/13 03:58:37] @ nevyn_ is now known as nevyn
[2009/12/13 04:40:11] @ toi joined channel #puppet
[2009/12/13 04:47:00] @ Quit: alban2: "A bientot"
[2009/12/13 05:00:35] @ Quit: barn: "Lost terminal"
[2009/12/13 05:02:36] @ barn joined channel #puppet
[2009/12/13 05:24:01] @ mvn071 joined channel #puppet
[2009/12/13 05:34:07] @ Quit: bobbyz: Read error: 110 (Connection timed out)
[2009/12/13 05:57:02] @ Quit: nexx|: Read error: 104 (Connection reset by peer)
[2009/12/13 05:57:26] @ Quit: toi: Read error: 113 (No route to host)
[2009/12/13 05:58:48] @ nexx| joined channel #puppet
[2009/12/13 06:33:43] @ Quit: Demosthenes: "leaving"
[2009/12/13 06:55:48] @ yarihm joined channel #puppet
[2009/12/13 07:07:15] @ poison joined channel #puppet
[2009/12/13 07:24:28] @ Quit: yarihm: Read error: 60 (Operation timed out)
[2009/12/13 07:25:49] @ yarihm joined channel #puppet
[2009/12/13 07:31:07] @ Quit: poison: Remote closed the connection
[2009/12/13 07:55:42] @ Chiku joined channel #puppet
[2009/12/13 08:38:15] @ jab_doa joined channel #puppet
[2009/12/13 08:46:05] @ crdant joined channel #puppet
[2009/12/13 08:48:26] @ Quit: yarihm: Connection timed out
[2009/12/13 08:49:43] @ LinuxCode joined channel #puppet
[2009/12/13 08:51:20] @ yarihm joined channel #puppet
[2009/12/13 08:51:39] <LinuxCode> I need to do a tidy before a defined function is run
[2009/12/13 08:51:52] <LinuxCode> how can I address that function ?
[2009/12/13 08:52:25] <LinuxCode> before => myfunction tells me that it is not a valid resource
[2009/12/13 08:56:44] @ Quit: crdant: "Leaving."
[2009/12/13 08:58:10] <Volcane> when you say defined function, do you mean a function tht u call foo() or something created with define blah () { } ?
[2009/12/13 08:58:28] <LinuxCode> created with define ;-}
[2009/12/13 08:58:33] <LinuxCode> hi Volcane ;-D
[2009/12/13 08:59:00] <LinuxCode> define gen-tsig { ....
[2009/12/13 08:59:21] <Volcane> so thats a "defined type"
[2009/12/13 08:59:36] <Volcane> and it works just like any other type - File, Package etc
[2009/12/13 08:59:39] <LinuxCode> before => Defined[gen-tsig] ?
[2009/12/13 08:59:44] <Volcane> require => Yourdefine["foo"]
[2009/12/13 08:59:47] <Volcane> or before etc
[2009/12/13 09:00:01] <LinuxCode> ohhh
[2009/12/13 09:00:07] <LinuxCode> I think I get you
[2009/12/13 09:00:11] <LinuxCode> hmmm
[2009/12/13 09:02:07] <LinuxCode> hmmm
[2009/12/13 09:02:10] <omry__|work> anyone automated memcached installation and configuration on opensoalris?
[2009/12/13 09:03:05] <LinuxCode> Volcane, define gen-tsig {....} I call it with gen-tsig { $servers: }
[2009/12/13 09:03:54] <LinuxCode> it is telling me cant find dependency
[2009/12/13 09:04:11] @ Quit: ewdafa: Read error: 60 (Operation timed out)
[2009/12/13 09:06:08] <LinuxCode> I guess I hit another brick wall in puppet again
[2009/12/13 09:06:35] <LinuxCode> as I am addressing something that has an array as name
[2009/12/13 09:09:36] @ ewdafa joined channel #puppet
[2009/12/13 09:11:07] <Volcane> LinuxCode: a) dont put "-" in the name b) if you are using an array you cant do Gensig[$arry] only Gensig[$arraymember]
[2009/12/13 09:11:42] <Volcane> LinuxCode: to do n x Gensig, put them in a class and: include class then before => Class[sigs]
[2009/12/13 09:11:58] <LinuxCode> functions cant have a - in their name ?
[2009/12/13 09:12:20] <Volcane> its not a function, its a defined type
[2009/12/13 09:12:24] <Volcane> functions are something else
[2009/12/13 09:12:27] <LinuxCode> ok
[2009/12/13 09:12:51] <LinuxCode> with regards to the array member, that could be tricky
[2009/12/13 09:13:02] <LinuxCode> fortunately I have another tidy
[2009/12/13 09:13:03] <Volcane> see http://reductivelabs.com/trac/puppet/wiki/LanguageTutorial#reserved-words-acceptable-characters
[2009/12/13 09:13:13] <LinuxCode> so I used that as before option
[2009/12/13 09:13:49] * LinuxCode looks
[2009/12/13 09:14:47] <LinuxCode> hmmm
[2009/12/13 09:14:59] <LinuxCode> just says cant use class, define, etc..
[2009/12/13 09:15:06] <LinuxCode> anyway I changed it
[2009/12/13 09:15:30] <Volcane> says "You can use Aa-Zz, 0-9 and underscores in variables, resources and class names. "
[2009/12/13 09:16:12] <LinuxCode> ahh indeed
[2009/12/13 09:16:25] <LinuxCode> sorry, Ive been statring at the screen all morning and afternoon
[2009/12/13 09:16:26] <LinuxCode> hehe
[2009/12/13 09:16:39] <Volcane> currently "-" works
[2009/12/13 09:16:47] <Volcane> but who knows, maybe one day puppet wil work as documented :P
[2009/12/13 09:16:52] <LinuxCode> yah
[2009/12/13 09:17:02] <LinuxCode> no worries, I changed it
[2009/12/13 09:17:04] <LinuxCode> thanks for the pointer
[2009/12/13 09:18:30] * Volcane wonders how long this 1.5TB USB disk will fsck
[2009/12/13 09:18:36] <LinuxCode> hahah
[2009/12/13 09:20:02] <LinuxCode> Volcane, could you look at this quickly ? and tell me why it might not remove my files ?
[2009/12/13 09:20:06] <LinuxCode> http://fpaste.org/ojN5/
[2009/12/13 09:20:35] <Volcane> looks ok, but i dont think I've ever even looked at the tidy type
[2009/12/13 09:20:41] <Volcane> just doesnt seem the right place to do it for me
[2009/12/13 09:20:42] <LinuxCode> ok
[2009/12/13 09:20:51] <LinuxCode> ?
[2009/12/13 09:21:04] <LinuxCode> right place how ?
[2009/12/13 09:21:20] <Volcane> yeah logrotate, or cron jobs or something, i dont wan a failure on my master to end up with all my server drives rnning full
[2009/12/13 09:21:28] <LinuxCode> ohhh
[2009/12/13 09:21:34] <LinuxCode> i get ya
[2009/12/13 09:21:50] <LinuxCode> yeh, that would be a risk
[2009/12/13 09:22:08] <LinuxCode> but as this isnt a log or anything, this is different hehe
[2009/12/13 09:23:57] <LinuxCode> I am taling the logs too, yet it wont remove the files or even log an error
[2009/12/13 09:23:58] <LinuxCode> ;-|
[2009/12/13 09:23:58] * LinuxCode waves fist
[2009/12/13 09:40:51] @ Quit: mvn071: Remote closed the connection
[2009/12/13 09:56:29] @ tecto joined channel #puppet
[2009/12/13 10:02:32] @ bevans5446_ joined channel #puppet
[2009/12/13 10:02:36] @ crdant joined channel #puppet
[2009/12/13 10:08:33] @ g0nzo joined channel #puppet
[2009/12/13 10:08:48] @ Quit: Welsh_Dwarf: Read error: 104 (Connection reset by peer)
[2009/12/13 10:09:58] @ Welsh_Dwarf joined channel #puppet
[2009/12/13 10:10:27] @ Quit: Welsh_Dwarf: Remote closed the connection
[2009/12/13 10:13:05] @ Quit: bevans5446: Read error: 110 (Connection timed out)
[2009/12/13 10:13:06] @ bevans5446_ is now known as bevans5446
[2009/12/13 10:19:16] @ giskard joined channel #puppet
[2009/12/13 10:19:26] @ alfredo_ joined channel #puppet
[2009/12/13 10:42:40] @ Quit: alfredo_: "Leaving"
[2009/12/13 10:49:15] @ Quit: crdant: "Leaving."
[2009/12/13 10:50:10] @ crdant joined channel #puppet
[2009/12/13 10:57:04] @ RageLink joined channel #puppet
[2009/12/13 10:57:11] @ toi joined channel #puppet
[2009/12/13 11:04:52] @ rmiller4pi81 joined channel #puppet
[2009/12/13 11:06:33] @ Quit: toi: Read error: 145 (Connection timed out)
[2009/12/13 11:08:43] @ Quit: crdant: "Leaving."
[2009/12/13 11:09:28] @ Robbie_ joined channel #puppet
[2009/12/13 11:17:34] @ toi joined channel #puppet
[2009/12/13 11:20:48] @ Quit: rmiller4pi8: Read error: 110 (Connection timed out)
[2009/12/13 11:29:31] @ crdant joined channel #puppet
[2009/12/13 11:35:48] @ Quit: toi: Read error: 111 (Connection refused)
[2009/12/13 11:40:03] @ bodepd joined channel #puppet
[2009/12/13 11:56:21] @ Quit: Robbie_: Remote closed the connection
[2009/12/13 12:21:33] @ Quit: tecto:
[2009/12/13 12:28:32] @ Quit: crdant: "Leaving."
[2009/12/13 12:38:52] @ Quit: sjefen6: Connection timed out
[2009/12/13 12:48:43] @ joe-mac joined channel #puppet
[2009/12/13 12:59:41] @ Quit: bug:
[2009/12/13 13:01:20] @ bug joined channel #puppet
[2009/12/13 13:05:49] @ Quit: bug: Client Quit
[2009/12/13 13:18:48] @ bug joined channel #puppet
[2009/12/13 13:20:36] @ bobbyz joined channel #puppet
[2009/12/13 13:24:45] @ Quit: giskard: Remote closed the connection
[2009/12/13 13:30:54] @ mvn071 joined channel #puppet
[2009/12/13 13:33:03] @ giskard joined channel #puppet
[2009/12/13 13:36:37] @ Quit: bug:
[2009/12/13 13:48:30] @ Quit: giskard: Remote closed the connection
[2009/12/13 13:50:32] @ toi joined channel #puppet
[2009/12/13 14:03:27] @ bug joined channel #puppet
[2009/12/13 14:05:29] @ Quit: bodepd:
[2009/12/13 14:18:27] @ Chiku|dc joined channel #puppet
[2009/12/13 14:33:34] @ Quit: Chiku: Read error: 110 (Connection timed out)
[2009/12/13 15:10:59] @ Demosthenes joined channel #puppet
[2009/12/13 15:12:31] @ Quit: bug:
[2009/12/13 15:15:25] @ Quit: Jenza: "Changing server"
[2009/12/13 15:31:43] @ docelic joined channel #puppet
[2009/12/13 15:35:48] @ Quit: yarihm: "This computer has gone to sleep"
[2009/12/13 15:39:11] @ alfredo joined channel #puppet
[2009/12/13 15:41:55] @ nakano is now known as nakano_
[2009/12/13 15:47:33] @ Quit: mvn071: "Leaving"
[2009/12/13 15:47:34] @ p3rror joined channel #puppet
[2009/12/13 15:50:40] @ Quit: p3rror: Read error: 60 (Operation timed out)
[2009/12/13 15:50:41] @ alfredo left channel #puppet ("Leaving")
[2009/12/13 15:52:08] @ Quit: toi: "Ex-Chat"
[2009/12/13 15:53:01] @ rmiller4pi8 joined channel #puppet
[2009/12/13 15:55:06] @ rmiller4pi82 joined channel #puppet
[2009/12/13 15:58:37] @ rmiller4pi83 joined channel #puppet
[2009/12/13 16:00:08] @ giskard joined channel #puppet
[2009/12/13 16:01:27] @ Quit: LinuxCode: "Connection Closed"
[2009/12/13 16:06:42] @ Quit: rmiller4pi82: Read error: 145 (Connection timed out)
[2009/12/13 16:07:24] @ Djelibeybi joined channel #puppet
[2009/12/13 16:08:52] @ Quit: rmiller4pi81: Read error: 110 (Connection timed out)
[2009/12/13 16:15:14] @ Quit: Demosthenes: "leaving"
[2009/12/13 16:24:02] @ Quit: rmiller4pi8: Read error: 110 (Connection timed out)
[2009/12/13 16:29:08] @ bug_ joined channel #puppet
[2009/12/13 16:47:19] @ Quit: barn: zelazny.freenode.net irc.freenode.net
[2009/12/13 16:47:26] @ Quit: FiXion: zelazny.freenode.net irc.freenode.net
[2009/12/13 16:47:29] @ Quit: rodjek: zelazny.freenode.net irc.freenode.net
[2009/12/13 16:47:31] @ Quit: Filbert: zelazny.freenode.net irc.freenode.net
[2009/12/13 16:47:33] @ Quit: Av: zelazny.freenode.net irc.freenode.net
[2009/12/13 16:47:34] @ Quit: Dominic: zelazny.freenode.net irc.freenode.net
[2009/12/13 16:47:36] @ Quit: cshields: zelazny.freenode.net irc.freenode.net
[2009/12/13 16:47:37] @ Quit: windo: zelazny.freenode.net irc.freenode.net
[2009/12/13 16:47:39] @ Quit: cmek: zelazny.freenode.net irc.freenode.net
[2009/12/13 16:47:47] @ Quit: Mandus: zelazny.freenode.net irc.freenode.net
[2009/12/13 16:47:48] @ Quit: kennethd: zelazny.freenode.net irc.freenode.net
[2009/12/13 16:47:51] @ Quit: samppah: zelazny.freenode.net irc.freenode.net
[2009/12/13 16:47:54] @ Quit: ggillies_: zelazny.freenode.net irc.freenode.net
[2009/12/13 16:47:59] @ Quit: whack: zelazny.freenode.net irc.freenode.net
[2009/12/13 16:48:02] @ Quit: arj: zelazny.freenode.net irc.freenode.net
[2009/12/13 16:48:05] @ Quit: choffee__: zelazny.freenode.net irc.freenode.net
[2009/12/13 16:48:11] @ Quit: thijso: zelazny.freenode.net irc.freenode.net
[2009/12/13 16:48:25] @ Quit: skaar: zelazny.freenode.net irc.freenode.net
[2009/12/13 16:48:29] @ Quit: markwell: zelazny.freenode.net irc.freenode.net
[2009/12/13 16:48:35] @ Quit: nakano_: zelazny.freenode.net irc.freenode.net
[2009/12/13 16:48:41] @ Quit: himanshu: zelazny.freenode.net irc.freenode.net
[2009/12/13 16:48:46] @ Quit: jameswhi1e: zelazny.freenode.net irc.freenode.net
[2009/12/13 16:48:59] @ Quit: phearless: zelazny.freenode.net irc.freenode.net
[2009/12/13 16:49:02] @ Quit: Bosse: zelazny.freenode.net irc.freenode.net
[2009/12/13 16:49:07] @ Quit: CoolCold: zelazny.freenode.net irc.freenode.net
[2009/12/13 16:49:11] @ Quit: jds2001: zelazny.freenode.net irc.freenode.net
[2009/12/13 16:49:15] @ Quit: proton: zelazny.freenode.net irc.freenode.net
[2009/12/13 16:49:23] @ Quit: blue: zelazny.freenode.net irc.freenode.net
[2009/12/13 16:50:10] @ Quit: sid77: zelazny.freenode.net irc.freenode.net
[2009/12/13 16:50:11] @ Quit: glut: zelazny.freenode.net irc.freenode.net
[2009/12/13 16:50:12] @ Quit: mark: zelazny.freenode.net irc.freenode.net
[2009/12/13 16:50:13] @ Quit: opqdonut: zelazny.freenode.net irc.freenode.net
[2009/12/13 16:50:14] @ Quit: ptman: zelazny.freenode.net irc.freenode.net
[2009/12/13 16:50:15] @ choffee_ joined channel #puppet
[2009/12/13 16:50:16] @ cmek joined channel #puppet
[2009/12/13 16:50:16] @ nakano_ joined channel #puppet
[2009/12/13 16:50:16] @ Mandus joined channel #puppet
[2009/12/13 16:50:16] @ glut joined channel #puppet
[2009/12/13 16:50:16] @ rodjek joined channel #puppet
[2009/12/13 16:50:16] @ Filbert joined channel #puppet
[2009/12/13 16:50:17] @ blue joined channel #puppet
[2009/12/13 16:50:17] @ CoolCold joined channel #puppet
[2009/12/13 16:50:17] @ Bosse joined channel #puppet
[2009/12/13 16:50:17] @ whack joined channel #puppet
[2009/12/13 16:50:17] @ proton joined channel #puppet
[2009/12/13 16:50:17] @ arj joined channel #puppet
[2009/12/13 16:50:17] @ Av joined channel #puppet
[2009/12/13 16:50:17] @ opqdonut joined channel #puppet
[2009/12/13 16:50:17] @ jameswhite joined channel #puppet
[2009/12/13 16:50:18] @ Dominic joined channel #puppet
[2009/12/13 16:50:18] @ Filbert is now known as Guest32483
[2009/12/13 16:50:18] @ ptman joined channel #puppet
[2009/12/13 16:50:18] @ ggillies joined channel #puppet
[2009/12/13 16:50:18] @ thijso joined channel #puppet
[2009/12/13 16:50:18] @ kennethd joined channel #puppet
[2009/12/13 16:50:19] @ sid77 joined channel #puppet
[2009/12/13 16:50:19] @ windo joined channel #puppet
[2009/12/13 16:50:19] @ samppah joined channel #puppet
[2009/12/13 16:50:19] @ cshields joined channel #puppet
[2009/12/13 16:50:19] @ skaar joined channel #puppet
[2009/12/13 16:53:11] @ mark joined channel #puppet
[2009/12/13 16:53:34] @ Quit: rodjek: Killed by reynolds.freenode.net (Nick collision)
[2009/12/13 16:53:36] @ Quit: proton: Killed by reynolds.freenode.net (Nick collision)
[2009/12/13 16:53:39] @ Quit: cshields: Killed by reynolds.freenode.net (Nick collision)
[2009/12/13 16:53:40] @ Quit: Dominic: Killed by reynolds.freenode.net (Nick collision)
[2009/12/13 16:53:47] @ Quit: Bosse: Killed by reynolds.freenode.net (Nick collision)
[2009/12/13 16:53:52] @ barn joined channel #puppet
[2009/12/13 16:53:53] @ cshields joined channel #puppet
[2009/12/13 16:53:53] @ ggillies_ joined channel #puppet
[2009/12/13 16:53:54] @ markwell joined channel #puppet
[2009/12/13 16:53:55] @ himanshu joined channel #puppet
[2009/12/13 16:53:55] @ Bosse joined channel #puppet
[2009/12/13 16:53:56] @ jameswhi1e joined channel #puppet
[2009/12/13 16:53:56] @ choffee__ joined channel #puppet
[2009/12/13 16:53:56] @ Dominic joined channel #puppet
[2009/12/13 16:53:56] @ rodjek joined channel #puppet
[2009/12/13 16:53:56] @ proton joined channel #puppet
[2009/12/13 16:53:57] @ phearless joined channel #puppet
[2009/12/13 16:53:58] @ FiXion joined channel #puppet
[2009/12/13 16:53:59] @ Quit: proton: Connection reset by peer
[2009/12/13 16:54:00] @ cshields_ joined channel #puppet
[2009/12/13 16:54:01] @ proton_ joined channel #puppet
[2009/12/13 16:54:02] @ Dominic_ joined channel #puppet
[2009/12/13 16:54:03] @ Bosse_ joined channel #puppet
[2009/12/13 16:54:03] @ rodjek_ joined channel #puppet
[2009/12/13 16:54:18] @ Quit: jameswhi1e: Read error: 104 (Connection reset by peer)
[2009/12/13 16:54:22] @ Quit: barn: Network is unreachable
[2009/12/13 16:54:24] @ Quit: cshields: Read error: 104 (Connection reset by peer)
[2009/12/13 16:54:31] @ Quit: FiXion: Read error: 104 (Connection reset by peer)
[2009/12/13 16:54:33] @ Quit: rodjek: Connection reset by peer
[2009/12/13 16:54:43] @ Quit: Dominic: Read error: 104 (Connection reset by peer)
[2009/12/13 16:55:32] @ barn joined channel #puppet
[2009/12/13 16:57:47] @ FiXion joined channel #puppet
[2009/12/13 16:58:14] @ Quit: giskard: Remote closed the connection
[2009/12/13 16:58:36] @ Quit: bug_:
[2009/12/13 16:59:04] @ rodjek_ is now known as rodjek
[2009/12/13 17:03:04] @ Quit: markwell: No route to host
[2009/12/13 17:03:06] @ Quit: choffee__: Connection timed out
[2009/12/13 17:03:24] @ Quit: Bosse: Connection timed out
[2009/12/13 17:06:22] @ Quit: ggillies_: No route to host
[2009/12/13 17:06:37] @ cshields_ is now known as cshields
[2009/12/13 17:08:43] @ p3rror joined channel #puppet
[2009/12/13 17:18:33] @ Dominic_ is now known as Dominic
[2009/12/13 17:23:04] @ Quit: rmiller4pi83: "Leaving."
[2009/12/13 17:29:20] @ proton_ is now known as proton
[2009/12/13 17:34:54] @ giskard joined channel #puppet
[2009/12/13 17:41:05] @ yarihm joined channel #puppet
[2009/12/13 17:41:58] @ Quit: yarihm: Client Quit
[2009/12/13 17:42:33] @ Quit: komitee: zelazny.freenode.net irc.freenode.net
[2009/12/13 17:42:36] @ Quit: angrox: zelazny.freenode.net irc.freenode.net
[2009/12/13 17:42:40] @ Quit: Whoop: zelazny.freenode.net irc.freenode.net
[2009/12/13 17:44:26] @ Quit: dan__t: zelazny.freenode.net irc.freenode.net
[2009/12/13 17:44:30] @ Quit: jrojas: zelazny.freenode.net irc.freenode.net
[2009/12/13 17:44:31] @ Quit: bzrk: zelazny.freenode.net irc.freenode.net
[2009/12/13 17:44:33] @ Quit: zirpu: zelazny.freenode.net irc.freenode.net
[2009/12/13 17:44:35] @ Quit: ReinH: zelazny.freenode.net irc.freenode.net
[2009/12/13 17:44:36] @ Whoop joined channel #puppet
[2009/12/13 17:44:38] @ angrox joined channel #puppet
[2009/12/13 17:44:38] @ dan__t joined channel #puppet
[2009/12/13 17:44:39] @ jrojas joined channel #puppet
[2009/12/13 17:44:43] @ bzrk joined channel #puppet
[2009/12/13 17:44:46] @ ReinH joined channel #puppet
[2009/12/13 17:45:02] @ crdant joined channel #puppet
[2009/12/13 17:45:03] @ zirpu joined channel #puppet
[2009/12/13 17:50:59] @ Quit: crdant: "Leaving."
[2009/12/13 17:52:08] @ Guest32483 is now known as Filbert
[2009/12/13 17:52:10] @ nmi joined channel #puppet
[2009/12/13 17:53:04] @ poison joined channel #puppet
[2009/12/13 17:56:55] @ crdant joined channel #puppet
[2009/12/13 18:01:44] @ Quit: docelic: Read error: 60 (Operation timed out)
[2009/12/13 18:02:08] @ Quit: p3rror: "أستودعكم الله"
[2009/12/13 18:08:45] @ joe-mac1 joined channel #puppet
[2009/12/13 18:10:26] <ashp> I found what appears to be a legitimate bug in ESXi, how annoying.
[2009/12/13 18:10:28] <ashp> There goes all my plans for the week!
[2009/12/13 18:12:59] @ daMaestro joined channel #puppet
[2009/12/13 18:13:47] <daMaestro> if i have a previously defined File resource, how do I conditionally require that resource in a define?
[2009/12/13 18:14:05] <daMaestro> basically, i have a File defined, and i'd like to pass in an option variable to my defines to either require that file or not
[2009/12/13 18:17:25] <daMaestro> ah, require +> looks like what i've been looking for
[2009/12/13 18:24:06] @ Quit: joe-mac: Read error: 110 (Connection timed out)
[2009/12/13 18:29:07] <daMaestro> nope, that does not work
[2009/12/13 18:30:06] @ M- joined channel #puppet
[2009/12/13 18:34:59] <daMaestro> it looks like i have to create a list and then require the list
[2009/12/13 18:35:22] <Volcane> not really sure what u want to do, best to show sample code on pastie
[2009/12/13 18:41:16] @ Quit: pLr: Read error: 110 (Connection timed out)
[2009/12/13 18:49:37] @ tecto joined channel #puppet
[2009/12/13 18:52:44] @ bug joined channel #puppet
[2009/12/13 18:59:49] @ alfredo joined channel #puppet
[2009/12/13 19:02:18] <Clint> should http://web.mit.edu/people/marthag/puppet/pecl.rb work with 0.25?
[2009/12/13 19:06:00] <daMaestro> Volcane, http://fpaste.org/af4M/ is what i'm trying to do
[2009/12/13 19:06:34] @ PaulWay[w] joined channel #puppet
[2009/12/13 19:13:07] <daMaestro> basically, i have a File resource defined outside of this module and i want to conditionally require it
[2009/12/13 19:25:38] @ Quit: crdant: "Leaving."
[2009/12/13 19:25:43] @ Quit: giskard: Remote closed the connection
[2009/12/13 19:26:04] @ crdant joined channel #puppet
[2009/12/13 19:27:08] @ Quit: crdant: Client Quit
[2009/12/13 19:28:53] <daMaestro> i get Puppet::Parser::AST::VarDef failed with error TypeError: can't convert Array into String when i'm trying to require => File[$list] where i construct all the files i need and stick them into $list
[2009/12/13 19:29:19] <daMaestro> i've also tried passing require a list of File[] instance
[2009/12/13 19:33:35] @ Quit: poison: Remote closed the connection
[2009/12/13 19:38:51] @ Quit: PaulWay[w]: Remote closed the connection
[2009/12/13 19:39:50] @ Djeli joined channel #puppet
[2009/12/13 19:40:24] @ Quit: Djelibeybi: "Leaving"
[2009/12/13 19:40:49] <LapTop006> Does anyone have any large-scale nagios examples that include checks of unmanaged devices (eg, routers, switches, etc)
[2009/12/13 19:41:00] @ Djeli is now known as Djelibeybi
[2009/12/13 19:46:04] @ Quit: vzctl_: Remote closed the connection
[2009/12/13 19:59:32] @ Quit: neek: Read error: 60 (Operation timed out)
[2009/12/13 20:01:24] @ Quit: Djelibeybi: "Leaving"
[2009/12/13 20:04:39] @ nakano_ is now known as nakano
[2009/12/13 20:08:45] @ QMan joined channel #puppet
[2009/12/13 20:12:41] @ vzctl_ joined channel #puppet
[2009/12/13 20:28:21] @ Quit: jab_doa: "Verlassend"
[2009/12/13 20:37:45] <joe-mac1> LapTop006: what do you want to check?
[2009/12/13 20:42:18] <ohadlevy> morning
[2009/12/13 20:43:06] @ Quit: toky: Read error: 60 (Operation timed out)
[2009/12/13 20:43:26] @ Djelibeybi joined channel #puppet
[2009/12/13 20:44:41] @ Quit: alfredo: Read error: 60 (Operation timed out)
[2009/12/13 20:55:07] @ Quit: daMaestro: "Leaving"
[2009/12/13 21:03:25] <LapTop006> joe-mac1: switches, routers, NetApp's, etc.
[2009/12/13 21:03:34] <joe-mac1> but... what do you want to check on them?
[2009/12/13 21:03:34] <LapTop006> joe-mac1: we have 10k checks per master nagios now
[2009/12/13 21:03:44] <joe-mac1> wtf?
[2009/12/13 21:03:59] <LapTop006> ~20 odd snmp checks per device, plus ssh
[2009/12/13 21:04:08] <joe-mac1> you mean, as in like, thousands of hosts and several checks per host
[2009/12/13 21:04:08] <joe-mac1> yea
[2009/12/13 21:04:28] <LapTop006> ~500 hosts, ~10% being non-servers, average ~30 checks/host
[2009/12/13 21:06:19] <joe-mac1> i c
[2009/12/13 21:07:00] <joe-mac1> to answer the the original question, no i don't have an example. was just curious about your question.
[2009/12/13 21:22:20] @ alexine_dsouza joined channel #puppet
[2009/12/13 21:23:40] @ Quit: RageLink: "up up and away"
[2009/12/13 21:23:57] @ RageLink joined channel #puppet
[2009/12/13 21:24:44] @ crdant joined channel #puppet
[2009/12/13 21:33:31] @ PaulWay[w] joined channel #puppet
[2009/12/13 22:07:45] @ OpenMedia joined channel #puppet
[2009/12/13 22:58:34] @ joe-mac1 left channel #puppet ()
[2009/12/13 23:33:51] @ Quit: brothers: Read error: 113 (No route to host)
[2009/12/13 23:57:44] @ nakano is now known as nakano_

Generated by irclog2html.py 2.6 by Marius Gedminas - find it at mg.pov.lt!