[Puppet - Bug #18565] (Rejected) filebucket doesn't seem to inherit server

2013-01-21 Thread tickets
Issue #18565 has been updated by Paul Tötterman. Status changed from Needs More Information to Rejected You should use the puppetlabs registry module to configure the dns suffixes :) http://support.microsoft.com/kb/275553 seems to imply that this no longer works on Windows 7. What does

[Puppet - Bug #17278] Double entry when using nagios_host

2013-01-21 Thread tickets
Issue #17278 has been updated by Jens Bräuer. This also happens to me with Puppet 3.0.2. Bug #17278: Double entry when using nagios_host https://projects.puppetlabs.com/issues/17278#change-81492 Author: Alexandre Angel Status: Investigating Priority:

[Facter - Feature #7559] Fact for identifying Amazon VPC instances.

2013-01-21 Thread tickets
Issue #7559 has been updated by Martijn Heemels. Jeff McCune wrote: I'm curious why your instance isn't reporting physical = xen. Could you let me know what Facter version you're running Brian? Jeff, this sounds exactly like bug #14366 virtual = physical and is_virtual = false on EC2

[Puppet - Bug #18762] (Unreviewed) behavior difference when ENC is providing list of classes versus array format

2013-01-21 Thread tickets
Issue #18762 has been reported by Niek Beernink. Bug #18762: behavior difference when ENC is providing list of classes versus array format https://projects.puppetlabs.com/issues/18762 Author: Niek Beernink Status: Unreviewed Priority: Normal Assignee:

[Puppet - Bug #18763] (Unreviewed) find_template function in source doesn't work as documented.

2013-01-21 Thread tickets
Issue #18763 has been reported by Rudy Gevaert. Bug #18763: find_template function in source doesn't work as documented. https://projects.puppetlabs.com/issues/18763 Author: Rudy Gevaert Status: Unreviewed Priority: Normal Assignee: Category: Target

[Puppet - Feature #11331] Add 'foreach' structure in manifests

2013-01-21 Thread tickets
Issue #11331 has been updated by Henrik Lindberg. This was much easier to implement that I first imagined. (Pull request coming soon). By introducing a parameterized block (a Puppet::Parser::AST::Lambda) and some minor improvements to the ephemeral scope support I was able to quickly make

[Puppet - Feature #18764] (Unreviewed) Add support for enumerable methods/functions

2013-01-21 Thread tickets
Issue #18764 has been reported by Henrik Lindberg. Feature #18764: Add support for enumerable methods/functions https://projects.puppetlabs.com/issues/18764 Author: Henrik Lindberg Status: Unreviewed Priority: Normal Assignee: Category: functions Target

[Puppet - Feature #18764] Add support for enumerable methods/functions

2013-01-21 Thread tickets
Issue #18764 has been updated by Henrik Lindberg. Keywords set to collections functions language Feature #18764: Add support for enumerable methods/functions https://projects.puppetlabs.com/issues/18764#change-81505 Author: Henrik Lindberg Status:

[Puppet - Feature #18764] Add support for enumerable methods/functions

2013-01-21 Thread tickets
Issue #18764 has been updated by Henrik Lindberg. Description updated Feature #18764: Add support for enumerable methods/functions https://projects.puppetlabs.com/issues/18764#change-81506 Author: Henrik Lindberg Status: Unreviewed Priority: Normal

[Facter - Feature #7559] Fact for identifying Amazon VPC instances.

2013-01-21 Thread tickets
Issue #7559 has been updated by Jeff McCune. Thanks Martijn, I'll have a look at both this ticket and the related one on Tuesday. Sorry this has been affecting you. -Jeff Feature #7559: Fact for identifying Amazon VPC instances.

[Puppet] 'Generating a config file from fragments' wiki page has been updated

2013-01-21 Thread tickets
The 'Generating a config file from fragments' wiki page has been updated by Reid Vandewiele. Generating a config file from fragments: https://projects.puppetlabs.com/projects/puppet/wiki/Generating_a_config_file_from_fragments View differences:

[Puppet - Feature #18769] (Unreviewed) Solaris 10 packages not versionable?

2013-01-21 Thread tickets
Issue #18769 has been reported by Brandon Wilson. Feature #18769: Solaris 10 packages not versionable? https://projects.puppetlabs.com/issues/18769 Author: Brandon Wilson Status: Unreviewed Priority: Normal Assignee: Category: Target version: Affected

[Puppet - Feature #11331] Add 'foreach' structure in manifests

2013-01-21 Thread tickets
Issue #11331 has been updated by Henrik Lindberg. Also see #18764 for additional methods making use of lambda. Feature #11331: Add 'foreach' structure in manifests https://projects.puppetlabs.com/issues/11331#change-81511 Author: Steve Shipway Status:

[Puppet - Feature #11331] Add 'foreach' structure in manifests

2013-01-21 Thread tickets
Issue #11331 has been updated by Henrik Lindberg. Branch set to https://github.com/puppetlabs/puppet/pull/1420 The implementation is now ready for review. There are some fixes required for Ruby 1.8.7, but what is in PL 1420 works on 1.9.3 The additional methods discussed in #18764 are

[Puppet - Feature #11331] Add 'foreach' structure in manifests

2013-01-21 Thread tickets
Issue #11331 has been updated by Steve Shipway. Many thanks for your work on this feature, which will help us no end -- once we fix our current modules to be v3.x compatible and we upgrade to v3 on our puppet server, of course. The new syntax looks convenient and understandable, and more

[Puppet - Bug #18755] Puppet apply completely broken in 3.1rc1

2013-01-21 Thread tickets
Issue #18755 has been updated by Josh Cooper. Thanks Ashley. It appears puppet on your system is loading an older version of `lib/puppet/type/group.rb` that doesn't contain the `exists?` method, which was added in commit 006c5def for #9862. Can try the following? pre # irb # require 'puppet'

[Puppet - Bug #18677] Resource chain operators conflict uncleanly with inline metaparameter specification

2013-01-21 Thread tickets
Issue #18677 has been updated by Peter Meier. This is quite a nasty one and happening a lot if you want to use the arrow operators. I thought this have already been reported in another bug report. It looks like the relevant part is in: #7422 - Could you please verify that (has it been