| [2010/02/28 00:02:55] @ Log started by gepetto | ||
| [2010/02/28 00:02:55] @ Quit: WALoeIII: Quit: Bai. | ||
| [2010/02/28 00:09:24] @ Quit: bug: Quit: bug | ||
| [2010/02/28 00:26:04] @ bug joined channel #puppet | ||
| [2010/02/28 01:03:09] @ zed joined channel #puppet | ||
| [2010/02/28 01:04:26] <zed> hhi | ||
| [2010/02/28 01:04:41] <zed> how do I change the "environment" fact for a node? | ||
| [2010/02/28 01:06:18] <zed> how facts in general, and add new facts for a node? Trying to do something like this: | ||
| [2010/02/28 01:06:18] <zed> node 'host1.example.com' inherits base_redhat { $environment = "production" $role = "web server" $location = "Datacenter 1" $rack = "P12" $unit = "U14" } node 'host2.example.com' inherits base_redhat { $environment = "test" $role = "management server" $location = "Datacenter 2" $rack = "K12" $unit = "U32" } | ||
| [2010/02/28 01:06:51] <zed> assign som specific variables in the node manifest where I store some information, ex. role, environments .etc | ||
| [2010/02/28 01:07:52] <zed> Then Im trying to pull that info to a erb-template, in this case present that information in the /etc/motd on all hosts: | ||
| [2010/02/28 01:07:52] <zed> more modules/motd-issue/templates/motd.erb +############################################################+ System: : <%= fqdn %> Uptime : <%= uptime %> Serial# : <%= serialnumber %> Model: : <%= productname %> Environment : <%= environment %> +############################################################+ | ||
| [2010/02/28 01:08:54] <zed> but that doesnt work, cant use the rack, unit, location and self-defined values... | ||
| [2010/02/28 01:15:56] @ Quit: ichristo: Quit: ichristo | ||
| [2010/02/28 01:24:04] @ finalprefix joined channel #puppet | ||
| [2010/02/28 02:02:26] @ tyll joined channel #puppet | ||
| [2010/02/28 02:02:54] @ Quit: zed: Quit: Page closed | ||
| [2010/02/28 02:03:02] @ qwebirc64643 joined channel #puppet | ||
| [2010/02/28 02:09:55] @ ckauhaus joined channel #puppet | ||
| [2010/02/28 02:14:04] @ Quit: qwebirc64643: Ping timeout: 252 seconds | ||
| [2010/02/28 02:20:13] @ bgupta_ joined channel #puppet | ||
| [2010/02/28 02:22:02] @ Quit: bgupta: Ping timeout: 265 seconds | ||
| [2010/02/28 02:25:45] @ bgupta joined channel #puppet | ||
| [2010/02/28 02:29:15] @ Quit: bgupta_: Ping timeout: 252 seconds | ||
| [2010/02/28 02:32:35] @ forfunky joined channel #puppet | ||
| [2010/02/28 03:04:38] @ Quit: finalprefix: Quit: This computer has gone to sleep | ||
| [2010/02/28 03:05:10] @ Quit: bug: Quit: bug | ||
| [2010/02/28 03:09:08] @ finalprefix joined channel #puppet | ||
| [2010/02/28 03:16:41] @ vermeer joined channel #puppet | ||
| [2010/02/28 03:39:44] @ forfunky left channel #puppet () | ||
| [2010/02/28 03:44:48] @ spackest joined channel #puppet | ||
| [2010/02/28 03:46:07] <spackest> sure seems like something like this should work, http://pastebin.com/7TsYLkyE | ||
| [2010/02/28 03:46:25] <spackest> just want to pull something down via http and stick it in a file | ||
| [2010/02/28 04:18:36] @ Quit: ckauhaus: Read error: Operation timed out | ||
| [2010/02/28 04:20:51] <whack> spackest: it could, but it doesn't at present | ||
| [2010/02/28 04:21:09] <whack> I serve some of my configs over http and I use a custom parser function to do it | ||
| [2010/02/28 04:21:23] <whack> instead of source => ..., I set content => myfunc("blah") | ||
| [2010/02/28 04:22:46] <spackest> I was just seeing the function stuff and thought the function wouldn't be too hard | ||
| [2010/02/28 04:22:54] <spackest> my first night with puppet :) | ||
| [2010/02/28 04:23:59] <spackest> I am fine with setting up a puppet server, just can't seem to put my files in the right place | ||
| [2010/02/28 04:24:25] <whack> if you're not too bad with ruby, parser functions are pretty simple | ||
| [2010/02/28 04:25:09] <spackest> I'm a perl guy but am starting to do more server management and am giving puppet a try | ||
| [2010/02/28 04:25:20] <spackest> guess I could use a ruby project :) | ||
| [2010/02/28 04:25:26] @ nexx joined channel #puppet | ||
| [2010/02/28 04:26:14] @ Quit: tyll: Quit: leaving | ||
| [2010/02/28 04:26:21] <whack> ruby's not too hard if you alreayd know how to code | ||
| [2010/02/28 04:26:31] <spackest> I put /etc/puppet/files in my /etc/puppet/fileserver.conf for my files path | ||
| [2010/02/28 04:27:32] <spackest> then I have /etc/puppet/files/fred as a file and try source => "puppet://fred"; but it doesn't find it | ||
| [2010/02/28 04:28:13] <spackest> forgot to put puppet in my /etc/hosts, so that's one thing | ||
| [2010/02/28 04:32:54] <spackest> guess trying to treat it like DocumentRoot, but maybe there are other rules? | ||
| [2010/02/28 04:37:39] <whack> you probably want puppet:///fred (3 slashes) | ||
| [2010/02/28 04:37:49] <whack> but I've never changed fileserver from default | ||
| [2010/02/28 04:46:58] @ giskard joined channel #puppet | ||
| [2010/02/28 04:47:48] @ Quit: finalprefix: Quit: This computer has gone to sleep | ||
| [2010/02/28 04:54:45] @ finalprefix joined channel #puppet | ||
| [2010/02/28 05:02:13] @ Guest50301 joined channel #puppet | ||
| [2010/02/28 05:03:08] @ Quit: Guest50301: Remote host closed the connection | ||
| [2010/02/28 05:10:36] @ Quit: finalprefix: Quit: This computer has gone to sleep | ||
| [2010/02/28 05:19:43] <spackest> figured it out | ||
| [2010/02/28 05:20:33] <spackest> had a [files] section, then my source looked like source => "puppet://puppet/files/fred"; | ||
| [2010/02/28 05:20:37] <spackest> thanks for the help | ||
| [2010/02/28 05:20:58] @ SwwS joined channel #puppet | ||
| [2010/02/28 05:21:57] @ SwwS left channel #puppet () | ||
| [2010/02/28 05:23:10] <spackest> and had to restart the master | ||
| [2010/02/28 05:24:12] <spackest> actually don't think you have to restart the master | ||
| [2010/02/28 05:41:20] @ dllh_ joined channel #puppet | ||
| [2010/02/28 05:44:33] @ Quit: dllh: Ping timeout: 265 seconds | ||
| [2010/02/28 05:51:11] @ sjampoo joined channel #puppet | ||
| [2010/02/28 05:53:19] <sjampoo> Hi, why is puppet daemonized by default? Are there any arguments against running puppet from cron? And just putting "puppetd --onetime --no-daemonize" in crontab should be enough right? | ||
| [2010/02/28 05:54:16] * Volcane runs from cron, but you want to have some random sleeping either with splay or with just running sleep | ||
| [2010/02/28 05:54:33] <sjampoo> random sleeping would be great yes | ||
| [2010/02/28 05:54:46] <Volcane> i also just do puppetd --onetime so it sleep in the background and exits when done | ||
| [2010/02/28 05:54:53] <sjampoo> aha | ||
| [2010/02/28 05:55:29] @ gebi joined channel #puppet | ||
| [2010/02/28 05:55:42] <sjampoo> What is this 'splay' you are talking about? | ||
| [2010/02/28 05:56:23] <sjampoo> ah found it | ||
| [2010/02/28 05:59:13] @ buffalo_ joined channel #puppet | ||
| [2010/02/28 05:59:28] @ Quit: spackest: Quit: Leaving. | ||
| [2010/02/28 06:02:07] @ finalprefix joined channel #puppet | ||
| [2010/02/28 06:05:10] @ Quit: danblick: Disconnected by services | ||
| [2010/02/28 06:05:58] @ danblick joined channel #puppet | ||
| [2010/02/28 06:09:31] @ Quit: danblick: Disconnected by services | ||
| [2010/02/28 06:10:30] @ danblick1 joined channel #puppet | ||
| [2010/02/28 06:12:04] <buffalo_> Hi. Someone told me about puppet dashboard. But Im getting issues installing it on debian. After I had to retrieve the mysql gem, I now have an error when making 'rake install' ==> Couldnt create database for (adapter=>mysql, database=> dashboard_development ....) . Last line says : Error no such file or directory /tmp/mysql.sock | ||
| [2010/02/28 06:23:24] @ Quit: finalprefix: Quit: This computer has gone to sleep | ||
| [2010/02/28 06:23:24] @ Quit: \ask: Remote host closed the connection | ||
| [2010/02/28 06:23:47] @ \ask joined channel #puppet | ||
| [2010/02/28 06:29:35] @ allsystemsarego joined channel #puppet | ||
| [2010/02/28 06:34:38] <buffalo_> Ok, Im going further. For people interested, u have to specifiy the socket in the database.yaml file. For debian : /var/run/mysqld/mysqld.sock :) | ||
| [2010/02/28 06:47:59] @ toi joined channel #puppet | ||
| [2010/02/28 06:48:17] @ lanky joined channel #puppet | ||
| [2010/02/28 06:53:39] @ Quit: toi: Ping timeout: 256 seconds | ||
| [2010/02/28 06:57:04] @ mattwynne joined channel #puppet | ||
| [2010/02/28 07:05:13] @ Quit: tim|imac: Ping timeout: 276 seconds | ||
| [2010/02/28 07:11:29] @ Quit: sjampoo: Quit: sjampoo | ||
| [2010/02/28 07:23:10] @ Quit: \ask: Remote host closed the connection | ||
| [2010/02/28 07:23:33] @ \ask joined channel #puppet | ||
| [2010/02/28 07:25:19] @ Quit: mattwynne: Remote host closed the connection | ||
| [2010/02/28 07:25:41] @ sparagos_away is now known as sparagos | ||
| [2010/02/28 07:42:04] @ Quit: bozzo: Ping timeout: 276 seconds | ||
| [2010/02/28 07:50:53] @ sjampoo joined channel #puppet | ||
| [2010/02/28 07:51:09] @ Quit: sjampoo: Client Quit | ||
| [2010/02/28 07:55:44] @ vizzord joined channel #puppet | ||
| [2010/02/28 07:58:31] @ mattwynne joined channel #puppet | ||
| [2010/02/28 08:11:07] @ stewartl42 joined channel #puppet | ||
| [2010/02/28 08:11:33] @ Quit: stewartl42: Client Quit | ||
| [2010/02/28 08:22:37] @ Quit: Cyis: Read error: Operation timed out | ||
| [2010/02/28 08:31:49] @ jab_doa joined channel #puppet | ||
| [2010/02/28 08:32:13] @ Quit: errr: Remote host closed the connection | ||
| [2010/02/28 08:32:35] @ biertie joined channel #puppet | ||
| [2010/02/28 08:34:36] @ toi joined channel #puppet | ||
| [2010/02/28 08:37:29] @ Quit: mattwynne: Remote host closed the connection | ||
| [2010/02/28 08:45:32] @ Quit: dotNox: Read error: Connection reset by peer | ||
| [2010/02/28 08:57:50] <buffalo_> Hi, anyone got that error while installing puppet dashboard ? - rake install : rake aborted; undefined method `[]' for #<Puppet::Util::Metric:0xb6e02764> | ||
| [2010/02/28 09:00:46] @ Quit: joe-mac: Ping timeout: 265 seconds | ||
| [2010/02/28 09:11:04] @ joe-mac joined channel #puppet | ||
| [2010/02/28 09:15:57] @ ckauhaus joined channel #puppet | ||
| [2010/02/28 09:31:26] @ Quit: Demosthenes: Ping timeout: 246 seconds | ||
| [2010/02/28 09:32:33] @ Quit: Whoop: Ping timeout: 240 seconds | ||
| [2010/02/28 09:32:58] @ Quit: buffalo_: Ping timeout: 252 seconds | ||
| [2010/02/28 09:33:30] @ Demosthenes joined channel #puppet | ||
| [2010/02/28 09:35:21] @ pheezy joined channel #puppet | ||
| [2010/02/28 09:36:13] @ Whoop joined channel #puppet | ||
| [2010/02/28 09:38:24] @ joe-mac1 joined channel #puppet | ||
| [2010/02/28 09:38:57] @ Quit: joe-mac: Ping timeout: 265 seconds | ||
| [2010/02/28 09:40:56] @ tim|imac joined channel #puppet | ||
| [2010/02/28 09:47:34] @ keds joined channel #puppet | ||
| [2010/02/28 09:47:57] @ Quit: ckauhaus: Quit: Leaving. | ||
| [2010/02/28 09:53:48] @ Bass10 joined channel #puppet | ||
| [2010/02/28 09:59:13] @ ckauhaus joined channel #puppet | ||
| [2010/02/28 10:14:23] @ Quit: afletcher: Quit: afletcher | ||
| [2010/02/28 10:28:49] @ joe-mac joined channel #puppet | ||
| [2010/02/28 10:29:25] @ jfryman left channel #puppet () | ||
| [2010/02/28 10:29:42] @ Quit: joe-mac1: Ping timeout: 265 seconds | ||
| [2010/02/28 10:30:03] @ jfryman joined channel #puppet | ||
| [2010/02/28 10:45:51] @ Quit: explody: Read error: Operation timed out | ||
| [2010/02/28 10:49:45] @ Quit: mdp_: Ping timeout: 252 seconds | ||
| [2010/02/28 10:51:56] @ explody joined channel #puppet | ||
| [2010/02/28 10:52:43] @ Quit: matti: Ping timeout: 276 seconds | ||
| [2010/02/28 10:54:36] @ furbage joined channel #puppet | ||
| [2010/02/28 10:55:59] @ joe-mac1 joined channel #puppet | ||
| [2010/02/28 10:56:25] @ cliff-hm joined channel #puppet | ||
| [2010/02/28 10:58:13] @ Quit: joe-mac: Ping timeout: 265 seconds | ||
| [2010/02/28 11:07:03] @ Quit: furbage: Quit: furbage | ||
| [2010/02/28 11:13:31] @ keddie joined channel #puppet | ||
| [2010/02/28 11:16:17] @ Quit: keds: Ping timeout: 260 seconds | ||
| [2010/02/28 11:16:53] @ rmiller4pi8 joined channel #puppet | ||
| [2010/02/28 11:19:09] @ joe-mac joined channel #puppet | ||
| [2010/02/28 11:20:24] @ bug joined channel #puppet | ||
| [2010/02/28 11:20:56] @ Quit: joe-mac1: Ping timeout: 265 seconds | ||
| [2010/02/28 11:25:41] @ Robbie joined channel #puppet | ||
| [2010/02/28 11:25:59] @ furbage joined channel #puppet | ||
| [2010/02/28 11:26:09] @ Robbie is now known as Guest46604 | ||
| [2010/02/28 11:28:08] @ Quit: furbage: Client Quit | ||
| [2010/02/28 11:36:04] @ Quit: toi: Quit: Ex-Chat | ||
| [2010/02/28 11:41:28] @ mdp_ joined channel #puppet | ||
| [2010/02/28 11:42:43] @ Quit: vizzord: Quit: see you | ||
| [2010/02/28 11:44:45] @ finalprefix joined channel #puppet | ||
| [2010/02/28 11:52:14] @ afletcher joined channel #puppet | ||
| [2010/02/28 11:56:08] @ Quit: finalprefix: Quit: This computer has gone to sleep | ||
| [2010/02/28 12:02:56] @ goretoxo joined channel #puppet | ||
| [2010/02/28 12:03:18] @ finalprefix joined channel #puppet | ||
| [2010/02/28 12:13:08] @ Quit: pheezy: Remote host closed the connection | ||
| [2010/02/28 12:13:38] @ Quit: londo: Remote host closed the connection | ||
| [2010/02/28 12:14:52] @ furbage joined channel #puppet | ||
| [2010/02/28 12:15:02] @ Quit: furbage: Client Quit | ||
| [2010/02/28 12:15:23] @ furbage joined channel #puppet | ||
| [2010/02/28 12:15:51] @ furbage_ joined channel #puppet | ||
| [2010/02/28 12:15:52] @ Quit: furbage: Read error: Connection reset by peer | ||
| [2010/02/28 12:15:52] @ furbage_ is now known as furbage | ||
| [2010/02/28 12:16:05] @ Quit: explody: Ping timeout: 256 seconds | ||
| [2010/02/28 12:16:27] @ Quit: finalprefix: Quit: This computer has gone to sleep | ||
| [2010/02/28 12:17:43] @ pheezy joined channel #puppet | ||
| [2010/02/28 12:17:58] @ explody joined channel #puppet | ||
| [2010/02/28 12:19:44] @ DigitalFlux joined channel #puppet | ||
| [2010/02/28 12:19:50] <DigitalFlux> Hey guys | ||
| [2010/02/28 12:20:01] <DigitalFlux> I am fairly new to ruby and puppet | ||
| [2010/02/28 12:20:13] @ Quit: pheezy: Remote host closed the connection | ||
| [2010/02/28 12:20:46] <DigitalFlux> and i need to see some code samples that is using both to achieve just any task, i just need to see how developers are integrating both to do what they have in mind .. | ||
| [2010/02/28 12:21:03] <DigitalFlux> Can some one please give me hints to projects doing so ? | ||
| [2010/02/28 12:22:51] @ goretoxo left channel #puppet ("Leaving") | ||
| [2010/02/28 12:23:32] <Volcane> DigitalFlux: http://www.devco.net/archives/2009/08/31/complex_data_and_puppet.php i extended the puppet language with a new function to lookup data from external sources | ||
| [2010/02/28 12:23:45] <Volcane> mostly you dont need ruby for more than just basic stuff though | ||
| [2010/02/28 12:26:27] <buffalo> Hi, anyone got that error while installing puppet-dashboard ? - During the "rake install" I get that : rake aborted; undefined method `[]' for #<Puppet::Util::Metric:0xb6e02764>. As Im new to ruby I dont see where it comes from. | ||
| [2010/02/28 12:30:38] @ Quit: chrisg: Ping timeout: 246 seconds | ||
| [2010/02/28 12:36:47] @ Quit: furbage: Quit: furbage | ||
| [2010/02/28 12:48:21] @ Quit: afletcher: Quit: afletcher | ||
| [2010/02/28 12:55:05] @ chrisg joined channel #puppet | ||
| [2010/02/28 12:56:13] @ Quit: explody: Ping timeout: 276 seconds | ||
| [2010/02/28 12:56:33] @ matti joined channel #puppet | ||
| [2010/02/28 12:57:22] @ explody joined channel #puppet | ||
| [2010/02/28 13:01:06] @ Quit: getha: Ping timeout: 248 seconds | ||
| [2010/02/28 13:02:29] @ Quit: ckauhaus: Ping timeout: 246 seconds | ||
| [2010/02/28 13:03:29] @ finalprefix joined channel #puppet | ||
| [2010/02/28 13:04:37] @ Quit: f3ew: Ping timeout: 264 seconds | ||
| [2010/02/28 13:09:29] @ thijso joined channel #puppet | ||
| [2010/02/28 13:13:06] @ furbage joined channel #puppet | ||
| [2010/02/28 13:14:52] @ Quit: keddie: | ||
| [2010/02/28 13:15:13] @ keds joined channel #puppet | ||
| [2010/02/28 13:21:02] @ ckauhaus joined channel #puppet | ||
| [2010/02/28 13:23:29] @ f3ew joined channel #puppet | ||
| [2010/02/28 13:34:20] @ Quit: f3ew: Ping timeout: 246 seconds | ||
| [2010/02/28 13:42:44] @ Quit: furbage: Quit: furbage | ||
| [2010/02/28 13:42:56] @ shadoi joined channel #puppet | ||
| [2010/02/28 13:44:22] <DigitalFlux> Volcane: I will check it, and thanks for your contineuos help | ||
| [2010/02/28 13:44:59] @ Quit: bug: Quit: bug | ||
| [2010/02/28 13:47:05] @ furbage joined channel #puppet | ||
| [2010/02/28 13:48:11] @ Quit: ckauhaus: Read error: Operation timed out | ||
| [2010/02/28 13:51:33] @ f3ew joined channel #puppet | ||
| [2010/02/28 13:51:34] @ lak joined channel #puppet | ||
| [2010/02/28 13:55:57] @ pheezy joined channel #puppet | ||
| [2010/02/28 14:01:59] @ Quit: furbage: Quit: furbage | ||
| [2010/02/28 14:04:37] @ ckauhaus joined channel #puppet | ||
| [2010/02/28 14:07:53] @ londo joined channel #puppet | ||
| [2010/02/28 14:10:17] @ benlovell joined channel #puppet | ||
| [2010/02/28 14:22:07] @ Quit: finalprefix: Quit: This computer has gone to sleep | ||
| [2010/02/28 14:22:27] <hacim> i keep having this odd exception on each puppet run: | ||
| [2010/02/28 14:22:27] <hacim> notice: //sshd::client::base/Sshkey[79.119.133.187]/ensure: created | ||
| [2010/02/28 14:22:28] <hacim> err: Got an uncaught exception of type ArgumentError: Field 'key' is required | ||
| [2010/02/28 14:22:49] <hacim> the Sshkey ensure is a different one each time | ||
| [2010/02/28 14:23:09] @ Quit: benlovell: Ping timeout: 265 seconds | ||
| [2010/02/28 14:23:37] @ Quit: lak: Quit: lak | ||
| [2010/02/28 14:23:54] @ lak joined channel #puppet | ||
| [2010/02/28 14:24:12] <hacim> i am exporting my sshkeys, but all of those exports are including the key parameter | ||
| [2010/02/28 14:25:12] @ Quit: lak: Client Quit | ||
| [2010/02/28 14:25:32] <hacim> perhaps I have an empty key for one of the resources somewhere? | ||
| [2010/02/28 14:26:08] @ bug joined channel #puppet | ||
| [2010/02/28 14:31:37] <hacim> but I'm not clear how I can find that in the database | ||
| [2010/02/28 14:32:35] <hacim> i can see all the exported Sshkey resources by doing: select * from resources where restype='Sshkey'; | ||
| [2010/02/28 14:32:54] <hacim> but tht doesn't show the actual contents of the file(s) which I need to determine if a key is set or not | ||
| [2010/02/28 14:40:04] @ Quit: joe-mac: Ping timeout: 265 seconds | ||
| [2010/02/28 14:47:40] @ joe-mac joined channel #puppet | ||
| [2010/02/28 14:48:36] @ benlovell joined channel #puppet | ||
| [2010/02/28 14:54:56] <hacim> it seems i had a node that had an empty host ssh key in /etc/ssh/known_hosts, i removed that line and now that is not happening | ||
| [2010/02/28 14:55:57] @ Quit: pheezy: Remote host closed the connection | ||
| [2010/02/28 14:56:19] @ Quit: bug: Quit: bug | ||
| [2010/02/28 14:56:59] @ Quit: benlovell: Ping timeout: 265 seconds | ||
| [2010/02/28 14:59:21] @ bug joined channel #puppet | ||
| [2010/02/28 15:06:15] @ benlovell joined channel #puppet | ||
| [2010/02/28 15:06:17] @ Quit: swygue: Remote host closed the connection | ||
| [2010/02/28 15:08:53] @ swygue joined channel #puppet | ||
| [2010/02/28 15:12:34] @ Quit: scooby2: Ping timeout: 245 seconds | ||
| [2010/02/28 15:20:22] @ Quit: bug: Quit: bug | ||
| [2010/02/28 15:34:25] <buffalo> What frontends do u use for puppet ? Im testing puppet dashboard which is very new, but can manage my sites.pp or gather facter from each nodes... | ||
| [2010/02/28 15:35:19] @ Spruit_elf joined channel #puppet | ||
| [2010/02/28 15:48:10] <Volcane> the only other real option is theforeman.org | ||
| [2010/02/28 15:51:59] <nico> (and some home grown solutions) | ||
| [2010/02/28 16:05:08] @ sparagos is now known as sparagos_away | ||
| [2010/02/28 16:07:05] <buffalo> And what do u think about theforeman?? Any feedback ? | ||
| [2010/02/28 16:08:49] <Volcane> it looks good, i've not used it though | ||
| [2010/02/28 16:09:49] @ joe-mac1 joined channel #puppet | ||
| [2010/02/28 16:10:56] @ Quit: joe-mac: Ping timeout: 265 seconds | ||
| [2010/02/28 16:12:18] @ Quit: benlovell: Quit: benlovell | ||
| [2010/02/28 16:15:00] <buffalo> hmm. I'll install theforeman and see what it looks like... | ||
| [2010/02/28 16:17:37] @ Ramonster joined channel #puppet | ||
| [2010/02/28 16:19:06] @ furbage joined channel #puppet | ||
| [2010/02/28 16:26:27] @ Quit: mordy: Read error: Operation timed out | ||
| [2010/02/28 16:26:44] @ mordy joined channel #puppet | ||
| [2010/02/28 16:29:04] @ Quit: ckauhaus: Quit: Leaving. | ||
| [2010/02/28 16:32:57] @ Quit: p3rror: Ping timeout: 265 seconds | ||
| [2010/02/28 16:43:12] @ Djelibeybi joined channel #puppet | ||
| [2010/02/28 16:49:17] @ p3rror joined channel #puppet | ||
| [2010/02/28 16:52:02] @ Quit: furbage: Quit: furbage | ||
| [2010/02/28 16:54:07] <z00dax> thoughts on client side evaluated templates ? | ||
| [2010/02/28 16:54:17] <z00dax> other than doing an Exec for erb | ||
| [2010/02/28 16:59:17] <Djelibeybi> z00dax: why do you need your client to evaluate templates? | ||
| [2010/02/28 16:59:30] <Djelibeybi> (Though, I suspect if you ran puppet on the client locally, it probably would -- I have no proof of this, though) | ||
| [2010/02/28 17:03:24] <z00dax> i want the state of some files to depend on the local conditions | ||
| [2010/02/28 17:04:12] <z00dax> eg. if 5 min la goes over a certain amount, or if i/o rate in the last 5 min is averaging over XX mb/sec | ||
| [2010/02/28 17:04:13] <Volcane> z00dax: jamesturnbull has some nice tutorials for writing a type :P | ||
| [2010/02/28 17:04:46] <z00dax> too much work, writing a type or fact's - there might be upto 150 different metrics that influence some teplates | ||
| [2010/02/28 17:05:06] @ furbage joined channel #puppet | ||
| [2010/02/28 17:05:08] <Volcane> a type to do client side erbs | ||
| [2010/02/28 17:05:21] <z00dax> ah, i see. | ||
| [2010/02/28 17:05:26] <Volcane> cant b hard | ||
| [2010/02/28 17:05:31] @ furbage is now known as jfairbairn | ||
| [2010/02/28 17:06:14] * z00dax goes back to focusing on the hockey | ||
| [2010/02/28 17:06:43] <Djelibeybi> z00dax: I wouldn't have thought that Puppet runs often enough for that either. | ||
| [2010/02/28 17:09:47] @ Quit: Eghie: Remote host closed the connection | ||
| [2010/02/28 17:14:04] @ Quit: nb: Quit: ZNC - http://znc.sourceforge.net | ||
| [2010/02/28 17:15:40] @ Quit: omry: Read error: Connection reset by peer | ||
| [2010/02/28 17:16:06] @ omry joined channel #puppet | ||
| [2010/02/28 17:18:46] @ nb joined channel #puppet | ||
| [2010/02/28 17:19:40] @ Quit: mordy: Quit: Reconnecting | ||
| [2010/02/28 17:19:56] @ mordy joined channel #puppet | ||
| [2010/02/28 17:20:28] <z00dax> Djelibeybi: sure, just an example | ||
| [2010/02/28 17:21:47] <Djelibeybi> z00dax: but yeah, I also suspect the official answer is "write a fact" | ||
| [2010/02/28 17:29:36] @ Quit: Guest46604: Remote host closed the connection | ||
| [2010/02/28 17:30:12] @ Quit: vermeer: Ping timeout: 265 seconds | ||
| [2010/02/28 17:33:32] @ Quit: allsystemsarego: Quit: Leaving | ||
| [2010/02/28 17:35:38] @ bug joined channel #puppet | ||
| [2010/02/28 17:42:28] @ Quit: Spruit_elf: Quit: Spruit_elf | ||
| [2010/02/28 17:44:39] @ Quit: jfairbairn: Quit: jfairbairn | ||
| [2010/02/28 17:45:22] @ Quit: bug: Quit: bug | ||
| [2010/02/28 17:47:21] @ bug joined channel #puppet | ||
| [2010/02/28 17:50:04] @ Quit: bug: Client Quit | ||
| [2010/02/28 17:58:56] @ Quit: zobbo_: Ping timeout: 245 seconds | ||
| [2010/02/28 18:02:22] @ biertie_laptop joined channel #puppet | ||
| [2010/02/28 18:06:15] @ Quit: biertie: Ping timeout: 276 seconds | ||
| [2010/02/28 18:07:31] @ jfairbairn joined channel #puppet | ||
| [2010/02/28 18:09:10] @ Quit: Ramonster: Quit: Get MacIrssi - http://www.sysctl.co.uk/projects/macirssi/ | ||
| [2010/02/28 18:16:00] @ Quit: giskard: Remote host closed the connection | ||
| [2010/02/28 18:28:23] @ bug joined channel #puppet | ||
| [2010/02/28 18:30:50] @ Quit: bug: Client Quit | ||
| [2010/02/28 18:30:53] @ lak joined channel #puppet | ||
| [2010/02/28 18:38:25] @ Quit: monachus: Read error: Operation timed out | ||
| [2010/02/28 18:39:57] @ jbu joined channel #puppet | ||
| [2010/02/28 18:40:58] @ bug joined channel #puppet | ||
| [2010/02/28 18:42:26] @ Quit: Volcane: Ping timeout: 248 seconds | ||
| [2010/02/28 18:48:03] @ Volcane joined channel #puppet | ||
| [2010/02/28 18:48:40] @ Quit: jbu: Quit: leaving | ||
| [2010/02/28 18:49:16] @ Quit: bug: Quit: bug | ||
| [2010/02/28 18:52:50] @ Quit: alban2: Ping timeout: 258 seconds | ||
| [2010/02/28 18:53:11] @ Quit: gebi: Ping timeout: 246 seconds | ||
| [2010/02/28 18:56:30] @ giskard joined channel #puppet | ||
| [2010/02/28 18:56:53] @ Quit: giskard: Remote host closed the connection | ||
| [2010/02/28 19:01:32] @ Quit: joe-mac1: Ping timeout: 265 seconds | ||
| [2010/02/28 19:02:53] @ joe-mac joined channel #puppet | ||
| [2010/02/28 19:04:19] @ Quit: mordy: Quit: Reconnecting | ||
| [2010/02/28 19:04:36] @ mordy joined channel #puppet | ||
| [2010/02/28 19:07:07] @ Quit: jfairbairn: Quit: jfairbairn | ||
| [2010/02/28 19:12:23] @ Quit: mordy: Ping timeout: 258 seconds | ||
| [2010/02/28 19:17:21] @ Spruit_elf joined channel #puppet | ||
| [2010/02/28 19:29:04] @ mordy_ joined channel #puppet | ||
| [2010/02/28 19:29:35] @ Quit: mordy_: Client Quit | ||
| [2010/02/28 19:31:15] @ Quit: lak: Quit: lak | ||
| [2010/02/28 19:31:53] @ Quit: ptman: Read error: Operation timed out | ||
| [2010/02/28 19:31:57] @ ptman joined channel #puppet | ||
| [2010/02/28 19:45:39] @ lak joined channel #puppet | ||
| [2010/02/28 19:56:53] @ Quit: lak: Quit: lak | ||
| [2010/02/28 19:59:55] @ sebas891 joined channel #puppet | ||
| [2010/02/28 20:04:33] @ Quit: Djelibeybi: Ping timeout: 260 seconds | ||
| [2010/02/28 20:05:23] @ joe-mac1 joined channel #puppet | ||
| [2010/02/28 20:05:49] @ Quit: joe-mac: Ping timeout: 265 seconds | ||
| [2010/02/28 20:09:02] @ Djelibeybi joined channel #puppet | ||
| [2010/02/28 20:12:12] @ Quit: Chiku: Quit: Quitte | ||
| [2010/02/28 20:15:59] @ Quit: kubicek: Quit: kubicek | ||
| [2010/02/28 20:38:24] @ Quit: Spruit_elf: Quit: Spruit_elf | ||
| [2010/02/28 20:41:20] @ Quit: jab_doa: Quit: Verlassend | ||
| [2010/02/28 20:43:05] @ Quit: justdave: Ping timeout: 246 seconds | ||
| [2010/02/28 20:48:21] @ justdave joined channel #puppet | ||
| [2010/02/28 21:04:48] @ afletcher joined channel #puppet | ||
| [2010/02/28 21:07:20] @ pheezy joined channel #puppet | ||
| [2010/02/28 21:08:58] @ joe-mac joined channel #puppet | ||
| [2010/02/28 21:10:35] @ Quit: joe-mac1: Ping timeout: 265 seconds | ||
| [2010/02/28 21:14:01] @ alexine_dsouza joined channel #puppet | ||
| [2010/02/28 21:24:41] @ danblick1 is now known as danblick | ||
| [2010/02/28 21:27:53] @ Quit: danblick: Quit: Leaving. | ||
| [2010/02/28 21:28:02] @ danblick joined channel #puppet | ||
| [2010/02/28 21:31:40] @ Quit: pheezy: Remote host closed the connection | ||
| [2010/02/28 21:32:15] @ pheezy joined channel #puppet | ||
| [2010/02/28 21:35:47] @ Quit: dirkD: Ping timeout: 264 seconds | ||
| [2010/02/28 21:42:24] @ Quit: Djelibeybi: Quit: This computer has gone to sleep | ||
| [2010/02/28 21:58:26] @ Quit: joe-mac: Ping timeout: 265 seconds | ||
| [2010/02/28 22:06:49] @ tessier__ joined channel #puppet | ||
| [2010/02/28 22:07:33] <tessier__> Is there any way to say I want this class applied to all machines *except* these two? | ||
| [2010/02/28 22:08:26] <tessier__> I have 40 machines which need certain files copied onto them and only two that don't. | ||
| [2010/02/28 22:11:16] @ joe-mac joined channel #puppet | ||
| [2010/02/28 22:18:03] @ Quit: Bass10: Ping timeout: 294 seconds | ||
| [2010/02/28 22:18:13] @ sebas891 left channel #puppet () | ||
| [2010/02/28 22:30:33] @ prometheanfire joined channel #puppet | ||
| [2010/02/28 22:42:11] @ asenchi joined channel #puppet | ||
| [2010/02/28 22:53:12] @ Quit: pheezy: Remote host closed the connection | ||
| [2010/02/28 22:53:36] <eric0> tessier__: i'd have the class applied to everybody but wrap actions insdie the class with 'if $hostname !~ /notthis1|notthis2/' but that might be the cfengine talking | ||
| [2010/02/28 22:57:07] <lamech> turn the class on/off in a local config file that you keep a different version of per host | ||
| [2010/02/28 22:58:32] <eric0> lamech: imo its better to make obvious, just from looking at the manifest, what is going to happen | ||
| [2010/02/28 22:59:06] @ pheezy joined channel #puppet | ||
| [2010/02/28 23:00:07] <lamech> manifest? | ||
| [2010/02/28 23:00:54] <lamech> oh crap this isn't #cfengine :P | ||
| [2010/02/28 23:00:56] <lamech> never mind me | ||
| [2010/02/28 23:04:31] @ Djelibeybi joined channel #puppet | ||
| [2010/02/28 23:05:38] @ happymcplaksin joined channel #puppet | ||
| [2010/02/28 23:06:07] @ dirkD joined channel #puppet | ||
| [2010/02/28 23:09:29] @ bug joined channel #puppet | ||
| [2010/02/28 23:11:58] @ prometheanfire left channel #puppet () | ||
| [2010/02/28 23:14:13] @ Quit: pheezy: Remote host closed the connection | ||
| [2010/02/28 23:14:14] @ Quit: bug: Client Quit | ||
| [2010/02/28 23:15:17] @ Quit: cliff-hm: Ping timeout: 265 seconds | ||
| [2010/02/28 23:21:10] @ pheezy joined channel #puppet | ||
| [2010/02/28 23:22:28] @ jbu joined channel #puppet | ||
| [2010/02/28 23:22:34] @ Quit: jbu: Client Quit | ||
| [2010/02/28 23:22:42] @ jbu joined channel #puppet | ||
| [2010/02/28 23:22:53] @ Quit: jbu: Client Quit | ||
| [2010/02/28 23:23:02] @ Quit: tjoe: Remote host closed the connection | ||
| [2010/02/28 23:23:13] @ tjoe joined channel #puppet | ||
| [2010/02/28 23:23:21] @ bug joined channel #puppet | ||
| [2010/02/28 23:23:42] <tjoe> hi, I am trying to write a custom processing reports | ||
| [2010/02/28 23:23:59] <tjoe> is there more doc for that then http://reductivelabs.com/trac/puppet/wiki/ReportsAndReporting ? | ||
| [2010/02/28 23:24:24] <tjoe> what I want is get the diff between every old and new files | ||
| [2010/02/28 23:36:42] @ Quit: bug: Quit: bug | ||
| [2010/02/28 23:42:31] @ lak joined channel #puppet | ||
| [2010/02/28 23:50:22] <tjoe> hi, anybody familiar with writing custom processing reports ? | ||
| [2010/02/28 23:50:42] @ susheel joined channel #puppet | ||
| [2010/02/28 23:52:30] @ Quit: tjoe: Quit: leaving | ||
| [2010/02/28 23:52:35] @ Quit: pheezy: Remote host closed the connection | ||
| [2010/02/28 23:53:47] <jamesturnbull> pastie: help | ||
| [2010/02/28 23:53:57] <jamesturnbull> woot pastie is back! |
Generated by irclog2html.py 2.9.2 by Marius Gedminas - find it at mg.pov.lt!