Friday, 2010-07-09

[2010/07/09 02:04:08] @ Log started by gepetto
[2010/07/09 02:04:08] @ github joined channel #puppet-dev
[2010/07/09 02:04:08] <github> puppet: master Markus Roberts * 5f8a242 (1 files in 1 dirs): Fix for #4120 No namevar running puppet doc -r type ...
[2010/07/09 02:04:08] <gepetto> github: puppet: #4120 is http://projects.puppetlabs.com/issues/show/4120 "Puppet - Bug #4120: puppet doc cannot generate type reference doc - Puppet Labs"
[2010/07/09 02:04:08] <github> puppet: master Jesse Wolfe * 4b00c6a (6 files in 5 dirs): [#4110] Wrap Type#retrieve calls for backwards compatibility ...
[2010/07/09 02:04:08] <github> puppet: master Nick Lewis * e419293 (4 files in 3 dirs): [#4114] Added queueing to the log ...
[2010/07/09 02:04:09] <github> puppet: master Matt Robinson * cdd4382 (6 files in 5 dirs): [#4114] Fix failures in the unit tests ...
[2010/07/09 02:04:09] <github> puppet: master Dan Bode * 8d3ced5 (2 files in 1 dirs): created init provider method self.get_services which accepts an array of filenames to exclude when processing defpath. ...
[2010/07/09 02:04:09] <github> puppet: master Dan Bode * 1e0d922 (2 files in 1 dirs): [4123] - allows self.instances to correctly report state of services. ...
[2010/07/09 02:04:09] <github> puppet: master Dan Bode * 4a6428b (3 files in 2 dirs): saving work for my unit tests. The redhat one still fails... ...
[2010/07/09 02:04:09] <github> puppet: master Nick Lewis * 2c88884 (2 files in 2 dirs): [#4114] Fixes test failures caused by previous 4114 fixes ...
[2010/07/09 02:04:10] <github> puppet: master Markus Roberts * 70af43f (2 files in 2 dirs): Fix for #4167 -- overriding file permissions in conf file ...
[2010/07/09 02:04:10] <gepetto> github: puppet: #4167 is http://projects.puppetlabs.com/issues/show/4167 "Puppet - Bug #4167: File Permissions can not be overridden in the puppetd, puppetmasterd section of the conf files - Puppet Labs"
[2010/07/09 02:04:10] <github> puppet: master Nick Lewis * b7e2580 (1 files in 1 dirs): [#3169] Adds more debugging to SSL cert verification ...
[2010/07/09 02:04:11] <github> puppet: master Jesse Wolfe * a5fc364 (2 files in 2 dirs): [#4161] RDoc fails to parse some of our ruby syntax ...
[2010/07/09 02:04:11] <github> puppet: master Markus Roberts * 62dbae5 (2 files in 2 dirs): Fix for #2807 Puppet settings available as variables ...
[2010/07/09 02:04:12] <gepetto> github: puppet: #2807 is http://projects.puppetlabs.com/issues/show/2807 "Puppet - Feature #2807: Settings should be available within the parser - Puppet Labs"
[2010/07/09 02:04:12] <github> puppet: master Markus Roberts * 3ff38df (1 files in 1 dirs): Fix for #4137 -- Oracle needs text for strings > 255 ...
[2010/07/09 02:04:12] <gepetto> github: puppet: #4137 is http://projects.puppetlabs.com/issues/show/4137 "Puppet - Bug #4137: Modify schema.rb to support Oracle-based storeconfigs - Puppet Labs"
[2010/07/09 02:04:12] <github> puppet: master commits 6ac36eb...3ff38df - http://bit.ly/b9y555
[2010/07/09 02:04:12] @ github left channel #puppet-dev ()
[2010/07/09 03:18:12] @ sejo joined channel #puppet-dev
[2010/07/09 03:18:23] <sejo> hey all while using puppet-dashboard i get this error: ActionView::TemplateError (undefined method `description' for #<NodeClass:0xb69ac3b8>) on line #20 of app/views/node_groups/show.html.haml:
[2010/07/09 03:18:23] <gepetto> sejo: #20 is http://projects.puppetlabs.com/issues/show/20 "Puppet - Feature #20: Make 'user' parameter work in :exec - Puppet Labs"
[2010/07/09 03:18:35] <sejo> someone encountered this problem beore?
[2010/07/09 03:19:13] <sejo> this is when trying to show a group, so I can add classes to it
[2010/07/09 07:04:16] <joe-mac> hmmm, so it looks like 'platform' is a param already for the package resource, however the desc says "Read-only attribute set by package"
[2010/07/09 07:04:47] <joe-mac> i added a few lines to the gem provider to try and add platform support to the gems, wondering what the implications of a 'read-only' param are?
[2010/07/09 07:05:02] <joe-mac> should i change the attribute name i was going to use from platform to something like gem_platform?
[2010/07/09 07:05:44] @ Quit: fsweetser: Remote host closed the connection
[2010/07/09 07:08:27] @ fsweetser joined channel #puppet-dev
[2010/07/09 07:19:48] @ notbrien joined channel #puppet-dev
[2010/07/09 08:00:29] @ lak joined channel #puppet-dev
[2010/07/09 08:26:19] @ Quit: lak: Quit: lak
[2010/07/09 08:58:20] @ plathrop-away is now known as plathrop
[2010/07/09 09:02:28] <jamesturnbull> sejo: yeah I believe Dave Schmidt logged a bug for that
[2010/07/09 09:02:40] <jamesturnbull> sejo: in the last day or so
[2010/07/09 09:03:00] <jamesturnbull> joe-mac: have you seen John Ferlit's options patch for the gem provider?
[2010/07/09 09:03:05] <sejo> jamesturnbull: ok cool it does work in the next branch
[2010/07/09 09:03:17] <joe-mac> jamesturnbull: no i have not
[2010/07/09 09:03:21] <sejo> also the to_yaml(opts) fails on 1.8.6
[2010/07/09 09:03:35] <joe-mac> any particular reason it's not in mainline puppet yet? (if it solves this and presumably other problems)
[2010/07/09 09:03:36] <sejo> I need to remove the to_yaml in the node.rb
[2010/07/09 09:04:31] <jamesturnbull> joe-mac: #4113
[2010/07/09 09:04:31] <gepetto> jamesturnbull: joe-mac: #4113 is http://projects.puppetlabs.com/issues/show/4113 "Puppet - Feature #4113: Implement gem options patch as supplied by John Ferlito - Puppet Labs"
[2010/07/09 09:04:55] <jamesturnbull> joe-mac: the broader problem is that every packager provider has different "options"
[2010/07/09 09:05:38] <sejo> err i mean remove the (opts) from the to_yaml(opts)
[2010/07/09 09:06:15] <joe-mac> jamesturnbull: right, but you can take the simplistic way and just add options to the command somewhere in the middle
[2010/07/09 09:07:11] <jamesturnbull> joe-mac: but options are added differently and managed differently - the more you add validation etc the more you reduce the abstraction later
[2010/07/09 09:07:14] <jamesturnbull> layer
[2010/07/09 09:07:38] <jamesturnbull> joe-mac: how do you validate a generic options field for example? --no-ri works for gems but it'd make yum choke
[2010/07/09 09:08:07] <joe-mac> right, but that should be communicated via docs
[2010/07/09 09:08:21] <joe-mac> that it's a last ditch sort of thing and it may cause lots of failurs
[2010/07/09 09:09:38] <joe-mac> simply adding this may solve lots of peoples' problems i would think
[2010/07/09 09:10:18] <joe-mac> in the meantime, should i close and link the ticket i made to that one?
[2010/07/09 09:10:24] <joe-mac> or you think i should keep mine open and separate?
[2010/07/09 09:10:38] @ lak joined channel #puppet-dev
[2010/07/09 09:10:42] <joe-mac> i have my own concerns about the already existing platform parameter and the fact that the desc says it is 'read only'
[2010/07/09 09:16:57] @ Quit: jmccune: Ping timeout: 240 seconds
[2010/07/09 09:22:13] <jamesturnbull> joe-mac: hmmm not sure what that one does - I'd have to look at the code
[2010/07/09 09:22:38] <jamesturnbull> joe-mac: it's more than a docs issue - people will still try to add incorrect options to the type
[2010/07/09 09:22:45] <joe-mac> yea under the package type file it has a bunch of parameters that say 'read only parameter set by package'
[2010/07/09 09:22:57] <jamesturnbull> joe-mac: and the type doesn't know anything about the providers because it's an abstraction (or only a little)
[2010/07/09 09:23:25] <jamesturnbull> joe-mac: the more you make the type understand about individual providers the less abstract it becomes
[2010/07/09 09:24:37] <joe-mac> jamesturnbull: so you're not making a conclusion yet or?
[2010/07/09 09:25:17] <joe-mac> i can't tell whcih way you're leaning towards
[2010/07/09 09:25:21] <jamesturnbull> joe-mac: well I am just saying its a hard problem to solve
[2010/07/09 09:25:23] <joe-mac> i know adding platform to the gem provider was like a few lines
[2010/07/09 09:25:34] <joe-mac> but yea the options thing is a can of worms basically
[2010/07/09 09:25:34] <jamesturnbull> joe-mac: it's not the provider
[2010/07/09 09:25:37] <jamesturnbull> it's the type
[2010/07/09 09:27:10] <joe-mac> well, i would only add platform to the gem provider in my ticket i mean
[2010/07/09 09:27:28] <joe-mac> though the problem/part i stopped at was when i went to add 'platform' to the type and it was already there
[2010/07/09 09:58:06] @ jmccune joined channel #puppet-dev
[2010/07/09 10:10:05] @ Quit: lak: Quit: lak
[2010/07/09 10:29:41] @ lak joined channel #puppet-dev
[2010/07/09 11:06:34] @ Quit: lak: Quit: lak
[2010/07/09 11:32:29] @ lak joined channel #puppet-dev
[2010/07/09 11:47:21] @ Quit: lak: Quit: lak
[2010/07/09 13:14:04] @ lak joined channel #puppet-dev
[2010/07/09 13:30:52] @ nicklewis joined channel #puppet-dev
[2010/07/09 13:31:07] @ Quit: nicklewis: Client Quit
[2010/07/09 13:31:23] @ nicklewis joined channel #puppet-dev
[2010/07/09 15:13:27] @ github joined channel #puppet-dev
[2010/07/09 15:13:27] <github> puppet: master Steven Jenkins * cfca62b (1 files in 1 dirs): Redmine: 2474 - Fix for mount fstype documentation
[2010/07/09 15:13:27] <github> puppet: master Ken Barber * 2353115 (1 files in 1 dirs): Fix for environments in startup script. ...
[2010/07/09 15:13:27] <github> puppet: master James Turnbull * a282cc3 (1 files in 1 dirs): Fixed subscribe example
[2010/07/09 15:13:27] <github> puppet: master Jesse Wolfe * 1715f3a (2 files in 2 dirs): [#2730] mount ensure present shouldn't unmount ...
[2010/07/09 15:13:27] <github> puppet: master James Turnbull * dda165a (2 files in 2 dirs): Fixed #4180 - Updated old module structure to match correct default ...
[2010/07/09 15:13:28] <gepetto> github: puppet: #4180 is http://projects.puppetlabs.com/issues/show/4180 "Puppet - Bug #4180: Old module structure assumed when running puppet locally - Puppet Labs"
[2010/07/09 15:13:28] <github> puppet: master James Turnbull * b4593f2 (2 files in 2 dirs): Update RDoc parser to reflect change of custom plugin and fact locations
[2010/07/09 15:13:28] <github> puppet: master Jesse Wolfe * c58e420 (2 files in 2 dirs): [#4180] Support legacy module structure ...
[2010/07/09 15:13:29] <github> puppet: master Jesse Wolfe * cea2e5b (1 files in 1 dirs): [#3582] Remove assumption that Puppet.settings would return values of a consistent type ...
[2010/07/09 15:13:29] <github> puppet: master Luke Kanies * 3c00591 (6 files in 5 dirs): Fix for #4178 - generalize autoloading to include .rb ...
[2010/07/09 15:13:30] <gepetto> github: puppet: #4178 is http://projects.puppetlabs.com/issues/show/4178 "Puppet - Bug #4178: Ruby manifests don't autoload - Puppet Labs"
[2010/07/09 15:13:30] <github> puppet: master Jesse Wolfe * a07af2b (11 files in 3 dirs): [#4196] Move the docs into the source directory structure ...
[2010/07/09 15:13:31] <github> puppet: master Jesse Wolfe * 654b564 (5 files in 3 dirs): [#4198] Require 'fileutils' everywhere FileUtils is used
[2010/07/09 15:13:31] <github> puppet: master commits 3ff38df...654b564 - http://bit.ly/aVH9Uf
[2010/07/09 15:13:31] @ github left channel #puppet-dev ()
[2010/07/09 15:14:31] @ Quit: notbrien: Quit: notbrien
[2010/07/09 15:18:53] @ Quit: lak: Quit: lak
[2010/07/09 15:48:37] @ Quit: rcrowley: Quit: rcrowley
[2010/07/09 15:54:52] @ lak joined channel #puppet-dev
[2010/07/09 17:13:36] @ Quit: nicklewis: Ping timeout: 252 seconds
[2010/07/09 17:24:04] @ Quit: lak: Quit: lak
[2010/07/09 17:31:11] @ Quit: jmccune: Ping timeout: 265 seconds
[2010/07/09 17:37:54] @ jmccune joined channel #puppet-dev
[2010/07/09 17:38:22] @ github joined channel #puppet-dev
[2010/07/09 17:38:22] <github> puppet: tickets/master/sign James Turnbull * 2cdb64b (1 files in 1 dirs): Updated GPG rake signing task for new Puppet Labs key - http://bit.ly/9ctwtt
[2010/07/09 17:38:22] @ github left channel #puppet-dev ()
[2010/07/09 17:45:22] @ github joined channel #puppet-dev
[2010/07/09 17:45:22] <github> puppet: master Markus Roberts * 5bab997 (2 files in 2 dirs): maint:rename resource_type to define in internal dsl ...
[2010/07/09 17:45:22] <github> puppet: master Bryan Kearney * 835f73c (1 files in 1 dirs): Use the name in the search path for looking for metadata
[2010/07/09 17:45:22] <github> puppet: master Jesse Wolfe * 9cf9788 (1 files in 1 dirs): Manifests with variables were broken when read from STDIN to puppet apply ...
[2010/07/09 17:45:22] <github> puppet: master Markus Roberts * 7009704 (2 files in 2 dirs): Fix for #4117 "Storing newly-audited value" messages ...
[2010/07/09 17:45:23] <gepetto> github: puppet: #4117 is http://projects.puppetlabs.com/issues/show/4117 "Puppet - Feature #4117: purging hosts outputs confusing Storing newly-audited value messages - Puppet Labs"
[2010/07/09 17:45:23] <github> puppet: master Jesse Wolfe * 94fa5d5 (2 files in 2 dirs): [#4182] show_diff was broken for streamed file contents ...
[2010/07/09 17:45:23] <github> puppet: master commits 654b564...94fa5d5 - http://bit.ly/bPRcyb
[2010/07/09 17:45:23] @ github left channel #puppet-dev ()
[2010/07/09 18:26:28] @ Quit: jmccune: Ping timeout: 260 seconds
[2010/07/09 18:35:50] @ github joined channel #puppet-dev
[2010/07/09 18:35:50] <github> puppet: master James Turnbull * 3fbc1d5 (1 files in 1 dirs): Updated GPG rake signing task for new Puppet Labs key - http://bit.ly/ba2GBl
[2010/07/09 18:35:50] @ github left channel #puppet-dev ()
[2010/07/09 18:48:54] @ github joined channel #puppet-dev
[2010/07/09 18:48:54] <github> puppet: master Markus Roberts * 77f8599 (13 files in 10 dirs): Code smell: Win32 --> MS_windows ...
[2010/07/09 18:48:54] <github> puppet: master Markus Roberts * 051bd98 (2 files in 2 dirs): Code smell: Miscellaneous oddity removal ...
[2010/07/09 18:48:54] <github> puppet: master Markus Roberts * 9ee56f2 (385 files in 121 dirs): Code smell: Inconsistent indentation and related formatting issues ...
[2010/07/09 18:48:54] <github> puppet: master Markus Roberts * 184132e (13 files in 10 dirs): Code smell: Use {} for % notation delimiters wherever practical ...
[2010/07/09 18:48:54] <github> puppet: master Markus Roberts * eefccf2 (39 files in 24 dirs): Code smell: English names for special globals rather than line-noise ...
[2010/07/09 18:48:55] <github> puppet: master Markus Roberts * e8cf063 (373 files in 113 dirs): Code smell: Use string interpolation ...
[2010/07/09 18:48:55] <github> puppet: master Markus Roberts * 81e283b (279 files in 86 dirs): Code smell: Line modifiers are preferred to one-line blocks. ...
[2010/07/09 18:48:56] <github> puppet: master Markus Roberts * 889158a (65 files in 36 dirs): Code smell: Booleans are first class values. ...
[2010/07/09 18:48:56] <github> puppet: master Markus Roberts * 8d1fbe4 (256 files in 82 dirs): Code smell: Avoid explicit returns ...
[2010/07/09 18:48:57] <github> puppet: master Markus Roberts * 07b15bf (35 files in 22 dirs): Code smell: Avoid unneeded blocks ...
[2010/07/09 18:48:57] <github> puppet: master Markus Roberts * a07bbe2 (35 files in 20 dirs): Code smell: Omit needless checks on defined ...
[2010/07/09 18:48:58] <github> puppet: master Markus Roberts * 42a5390 (43 files in 22 dirs): Code smell: Use ||= for conditional initialization ...
[2010/07/09 18:48:58] <github> puppet: master Markus Roberts * c3e2353 (4 files in 4 dirs): Code smell: Use &&= for dependent initialization ...
[2010/07/09 18:48:59] <github> puppet: master Markus Roberts * 8f15707 (29 files in 18 dirs): Code smell: Don't restate results directly after assignment ...
[2010/07/09 18:49:01] @ github left channel #puppet-dev ()
[2010/07/09 19:18:50] @ plathrop is now known as plathrop-away
[2010/07/09 19:44:41] @ beata- joined channel #puppet-dev
[2010/07/09 22:27:24] @ rcrowley joined channel #puppet-dev
[2010/07/09 23:50:55] @ github joined channel #puppet-dev
[2010/07/09 23:50:55] <github> puppet: master James Turnbull * e028310 (1 files in 1 dirs): Updated CHANGELOG for 2.6.0rc1 - http://bit.ly/cs6Oda
[2010/07/09 23:50:55] @ github left channel #puppet-dev ()

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