Best unofficial Apache Server developers community |
| Threads | Replies | First post | Last post | |
|---|---|---|---|---|
|
PATCH/puppet 1/1] [#4685] Classes, defines, and nodes allowed inside of non-evaluated conditionals By: Paul Berry Previously, ASTArray#evaluate() was responsible for checking whether
the user had tried to declare a class, define, or node in a prohibited
location (such as a conditional construct). This meant that errors
would only be reported to the user if…
|
2 | Sep 1, 2010 16:31 |
Sep 7, 2010 16:00 |
|
|
PATCH/puppet 1/1] [#4656] Autoloading can lead to nondeterministic catalogs By: Paul Berry Previously, the set of definitions, node declaraions, and classes
used during compilation was cached in the environment in
known_resource_types and re-used for future compilations. This was a
significant timesaver on the master, since it avoided…
|
2 | Sep 2, 2010 16:15 |
Sep 3, 2010 11:51 |
|
|
PATCH/puppet 1/1] [#4657] Customer-supplied .rb files are not compatible with multiple environments By: Paul Berry Changed the resource type API to create AST objects rather than
directly instantiating resource types. This allows the same code
paths to be used to handle the results of parsing both .pp and .rb
files. This makes .rb files work properly in…
|
2 | Sep 2, 2010 20:43 |
Sep 7, 2010 14:18 |
|
|
Re: Question about directories and recursive By: Nigel Kersten On Sun, Sep 5, 2010 at 4:09 AM, Peter Meier <peter.###
@immerda.ch> wrote: > -----BEGIN PGP SIGNED MESSAGE----- >
Hash: SHA1 > >>> I assumed that when doing a directory and
specifying recursive that it >>> would…
|
0 | Sep 5, 2010 13:00 |
Sep 5, 2010 13:00 |
|
|
Re: Question about directories and recursive By: Markus Roberts > I was thinking a function could work for the people who really
want > this feature and that way we're not creating issues with the
way the > file type actually works. > > $mypath =
"/usr/local/foo/bin" > > file {…
|
6 | Sep 5, 2010 13:16 |
Sep 7, 2010 10:49 |
|
|
PATCH/puppet 1/1] Fix for #4693 -- implicit stages should never be serialized By: Markus Roberts My fix for #4542 was overly enthusiastic about assuring that all
resources had a stage, resulting in stages designations being
serialized for resources in manifests which did not use resources
(everything was in implicit main). This broke 0.25.x…
|
0 | Sep 5, 2010 13:32 |
Sep 5, 2010 13:32 |
|
|
PATCH/puppet 1/1] Minimal fix for #4691 -- class name uppercased in $name By: Markus Roberts The class name is now stored internally with an initial capital,
which changed the contents of $name in a way that broke some
manifests. This fix stores the downcased version in $name.
Signed-off-by: Markus Roberts <Mark### @reality.com> --- …
|
0 | Sep 6, 2010 13:13 |
Sep 6, 2010 13:13 |
|
|
ANNOUNCE: Puppet 2.6.1 - Release Candidate 4 available! By: James Turnbull This is a multi-part message in MIME format.In the long Puppet
tradition of fast releases and agile iteration comes the 2.6.1
release! The fourth (and hopefully final!) release candidate is now
available and is a maintenance release in the 2.6.x…
|
0 | Sep 7, 2010 01:09 |
Sep 7, 2010 01:09 |
|
|
PATCH/puppet 1/1] Fixes #4025. Update launchd service provider to deal with binary plists. Add RubyC By: Nigel Kersten Signed-off-by: Nigel Kersten <nig### @explanatorygap.net> ---
lib/puppet/feature/base.rb | 3 ++
lib/puppet/provider/service/launchd.rb | 44
++++++++++++++++++++++++------- spec/unit/provider/service/launchd.rb
| 22…
|
0 | Sep 16, 2010 20:56 |
Sep 16, 2010 20:56 |
|
|
PATCH/puppet 1/1] Fix for #4711 - need unit tests for yum provider. By: Dan Bode Signed-off-by: Dan Bode <bode### @gmail.com> ---
spec/unit/provider/package/yum.rb | 61
+++++++++++++++++++++++++++++++++++++ 1 files changed, 61
insertions(+), 0 deletions(-) create mode 100644
spec/unit/provider/package/yum.rb diff…
|
0 | Sep 7, 2010 16:48 |
Sep 7, 2010 16:48 |
|
|
PATCH/puppet 2/2] Fix for #2866: yum should support downgrade. By: Dan Bode patch originally from Grzegorz Nosek with contributions on the test
from Oliver Hookins. checks if the current version is greater than
the should version, if so, calls yum downgrade. Signed-off-by: Dan
Bode <bode### @gmail.com> --- …
|
1 | Sep 7, 2010 17:09 |
Sep 8, 2010 18:09 |
|
|
PATCH/puppet 1/2] Fix for #4711 - need unit tests for yum provider. By: Dan Bode Signed-off-by: Dan Bode <bod### @gmail.com> ---
spec/unit/provider/package/yum.rb | 61
+++++++++++++++++++++++++++++++++++++ 1 files changed, 61
insertions(+), 0 deletions(-) create mode 100644
spec/unit/provider/package/yum.rb diff…
|
0 | Sep 7, 2010 17:09 |
Sep 7, 2010 17:09 |
|
|
By: Dan Bode these patches should be applied togther. they add support for yum
downgrade.
|
1 | Sep 7, 2010 17:09 |
Sep 8, 2010 18:22 |
|
|
Fwd: custom facts setup questions By: James Cammarata Forwarding to -dev as well, since apparently this topic may be too
advanced to get a response from the standard users list. Since facts
are ruby code, I don't expect too many people write them... I'm
trying to setup a module to deploy custom…
|
0 | Sep 8, 2010 09:52 |
Sep 8, 2010 09:52 |
|
|
PATCH/puppet 1/1] Modified the error message that is generated when a class, definition, or node occ By: Paul Berry Signed-off-by: Paul Berry <pau### @puppetlabs.com> ---
lib/puppet/parser/ast/definition.rb | 2 +
lib/puppet/parser/ast/node.rb | 2 +-
lib/puppet/parser/grammar.ra | 3 +-
lib/puppet/parser/parser.rb …
|
0 | Sep 8, 2010 12:36 |
Sep 8, 2010 12:36 |
|
|
PATCH/puppet 1/1] [#4590] SimpleGraph is slow By: Paul Berry Rewrote SimpleGraph to use a more efficient internal representation.
To preserve compatibility with older clients, graphs are still
serialized to YAML using the format used by Puppet 2.6. However, a
newer, more compact format can be enabled by…
|
0 | Sep 8, 2010 13:53 |
Sep 8, 2010 13:53 |
|
|
PATCH/puppet 1/1] [Maint] Removed unused functionality from Puppet::Util::Autoload By: Paul Berry Removed the @autoloaders hash (and the classproxy declaration which
enabled code to access it). This hash was only being stored into and
never read. This made it possible to remove the "object" parameter to
Autoload#initialize(), which was only…
|
0 | Sep 9, 2010 17:32 |
Sep 9, 2010 17:32 |
|
|
Markus back online By: Markus Roberts Devs -- Sorry about the unscheduled down time. I'm back on line
today going through e-mails, etc. Not feeling 100% but I'm doing much
better, should be in Monday as planned. -- M
|
0 | Sep 10, 2010 11:30 |
Sep 10, 2010 11:30 |
|
|
PATCH] Fix for #4741 -- add a deployer By: simpsonjulian In my original ticket I mooted adding Capistrano support. James
suggested that the Vlad was more appropriate. Having checked it out, I
agree. --- config/deploy.rb | 8 ++++++++ lib/tasks/vlad.rake
| 6 ++++++ tmp/.gitignore | 2…
|
1 | Sep 10, 2010 13:01 |
Sep 10, 2010 16:15 |
|
|
PATCH/facter 1/1] Fix #4755: add support for GNU/kFreeBSD platform where missing. By: Marc Fournier Signed-off-by: Marc Fournier <marc.f### @camptocamp.com> ---
lib/facter/hardwareisa.rb | 2 +- lib/facter/id.rb
| 2 +- lib/facter/lsb.rb
| 2 +- …
|
0 | Sep 10, 2010 13:01 |
Sep 10, 2010 13:01 |