Re: [Puppet-dev] Patch: Implement kiB versions to all existing memory facts

2010-07-28 Thread Paul Nasrat
On 8 July 2010 09:07, Kai hashe...@gmail.com wrote: In an earlier thread on puppet-users there was a request for a patch. This is what I could come up with without discussing much. Points that I can think of: - Perhaps a suffix of 'KiB' is better in this world where kB could be interpreted

Re: [Puppet-dev] [PATCH/puppet 1/1] [#4370] Fixes extlookup precedence getting overwritten between runs

2010-07-28 Thread Michael Gliwinski
On Tuesday 27 Jul 2010 20:12:58 Rein Henrichs wrote: An 80 character limit is rarely helpful when strictly enforced in all cases, but it remains a good guideline to guide developers towards restructuring their code/thoughts in shorter, more readable lines. We may have wider screens here in the

Re: [Puppet-dev] [#4224] vardir and confdir when running puppet master as non-root user

2010-07-28 Thread DELARUELLE Xavier
Hi, I have filed a ticket: http://projects.reductivelabs.com/issues/4385 I have also seen that if I run the puppet master directly under the puppet account, I get the regular paths. So to me it seems to be an interaction issue between passenger and puppet. Thanks, Xavier Jeff McCune a

[Puppet-dev] Announcing Puppet REST API documentation

2010-07-28 Thread James Turnbull
Puppet finally has some API docs thanks to the hard work of Matt Robinson (*crowd goes wild*). You can find the initial documentation at: http://docs.puppetlabs.com/guides/rest_api.html We'd really welcome input and feedback on them and what else you'd like to see:

[Puppet-dev] [PATCH/puppet 1/1] [#4344] Fix for failing templates when module name matches file in local dir.

2010-07-28 Thread Paul Berry
When the name of a module matches the name of a file in the local directory, puppet agent would sometimes try to read that file and interpret it as puppet code. This happened because files.rb was unintentionally permitting puppet files without an extension. Fixed by changing the glob pattern to