[Puppet - Bug #5240] Default ownership for newly created files when uid/gid are unspecified

2012-11-01 Thread tickets
Issue #5240 has been updated by Thomas Guthmann. Bump. I am using puppet 3.0.1 and we still have this problem. 99% of the time we set owner, group and mode but lately we found some oversights. In puppet 2.7 all files were owned by root and since we've migrated to our new puppet 3 platform

[Puppet - Bug #16730] (In Topic Branch Pending Review) Hiera ignores calling_module and calling_class pseudo variables

2012-11-01 Thread tickets
Issue #16730 has been updated by Avishai Ish-Shalom. Status changed from Code Insufficient to In Topic Branch Pending Review Fixed the nil issue. Bug #16730: Hiera ignores calling_module and calling_class pseudo variables

[Puppet - Bug #14857] gid on files and directories don't change if group's gid is changed

2012-11-01 Thread tickets
Issue #14857 has been updated by Bram Mertens. Hi, I agree that puppet shouldn't alter the ownership of files just anywhere on the file system but it should change the ownership in the user's home directory. On my fedora 17 system running version 2.7.18 changing the user ID and group ID of

[Puppet - Bug #16728] puppet agent --verbose has lost notice tag

2012-11-01 Thread tickets
Issue #16728 has been updated by Malcolm Howe. If I'm understanding it correctly then, yes, Pieter van de Bruggen's described behaviour would address my problem as in the example I gave it would be possible to tell that the diff output was being logged at a notice level, not a debug level.

[Puppet - Feature #1107] Allow exclusion in tags specified on the command line

2012-11-01 Thread tickets
Issue #1107 has been updated by Andrew Stangl. I would also like to see this feature become available, it opens up lots of possibilities Feature #1107: Allow exclusion in tags specified on the command line

[Puppet - Bug #17350] (Unreviewed) improve invalid parameter error message from create resources

2012-11-01 Thread tickets
Issue #17350 has been reported by Luke Bigum. Bug #17350: improve invalid parameter error message from create resources https://projects.puppetlabs.com/issues/17350 Author: Luke Bigum Status: Unreviewed Priority: Normal Assignee: Category: Target

[Puppet - Bug #17129] (Accepted) SSL REST API bails out completely on permissions errors

2012-11-01 Thread tickets
Issue #17129 has been updated by Josh Cooper. Status changed from In Topic Branch Pending Review to Accepted The current behavior in 2.7.x is: rest client issues a request, and receives an 400 HTTP response: pre $ curl -v --insecure -H Accept: yaml

[Puppet - Bug #17358] (Unreviewed) Requiring a non-available gem in a plugin causes unrelated things to blow up

2012-11-01 Thread tickets
Issue #17358 has been reported by Ben Ford. Bug #17358: Requiring a non-available gem in a plugin causes unrelated things to blow up https://projects.puppetlabs.com/issues/17358 Author: Ben Ford Status: Unreviewed Priority: Normal Assignee: Category:

[Puppet - Bug #17361] (Unreviewed) Daemon forking for catalog run disabled by code merge

2012-11-01 Thread tickets
Issue #17361 has been reported by Patrick Mooney. Bug #17361: Daemon forking for catalog run disabled by code merge https://projects.puppetlabs.com/issues/17361 Author: Patrick Mooney Status: Unreviewed Priority: Normal Assignee: eric sorenson Category:

[Puppet - Bug #17129] (Rejected) SSL REST API bails out completely on permissions errors

2012-11-01 Thread tickets
Issue #17129 has been updated by Josh Cooper. Status changed from Accepted to Rejected Target version deleted (2.7.20) After talking this over with Jeff and Max, there's no good way in our current REST API for a `search` method to return a combination of success and failed results. Since

[Puppet - Feature #15669] A more helpful error message when the puppet master is at the wrong version (2.7.x to 3.0)

2012-11-01 Thread tickets
Issue #15669 has been updated by Lee Lowder. Saw this brought up in IRC recently, so thought I'd add a few comments. I've got a 2.7.19 master and inadvertently wound up with a couple of 3.0.0 nodes. I get a similar message when these nodes run, but as a warning. The full output is available

[Puppet - Bug #16637] Puppet confdir and vardir are wrong when running non-root

2012-11-01 Thread tickets
Issue #16637 has been updated by Jeff McCune. Curtis Ruck wrote: So looking at my issues deeper... I am using a puppet manifest to build my puppet master (for production). So my steps currently are creating the two sets of certificates (including CAs). 1) su - puppet -s /bin/bash -c

[Puppet - Bug #17361] Daemon forking for catalog run disabled by code merge

2012-11-01 Thread tickets
Issue #17361 has been updated by Patrick Mooney. Added pull request [1253](https://github.com/puppetlabs/puppet/pull/1253) with a potential fix implementation. The feature was documented as being present in 3.0

[Puppet - Feature #17319] (Needs Decision) show_diff should honor loglevel

2012-11-01 Thread tickets
Issue #17319 has been updated by Andrew Parker. Tracker changed from Bug to Feature Status changed from Unreviewed to Needs Decision Assignee set to eric sorenson Target version deleted (2.7.20) This is a request for a new feature, and after a bit of discussion with Nan and Josh Cooper, this

[Facter] 'Wiki' wiki page has been updated

2012-11-01 Thread tickets
The 'Wiki' wiki page has been updated by Moses Mendoza. Wiki: https://projects.puppetlabs.com/projects/facter/wiki/Wiki View differences: https://projects.puppetlabs.com/projects/facter/wiki/Wiki/diff/53 -- You have received this notification because you have either subscribed to it, or are

[Puppet] 'Downloading Puppet' wiki page has been updated

2012-11-01 Thread tickets
The 'Downloading Puppet' wiki page has been updated by Moses Mendoza. Downloading Puppet: https://projects.puppetlabs.com/projects/puppet/wiki/Downloading_Puppet View differences: https://projects.puppetlabs.com/projects/puppet/wiki/Downloading_Puppet/diff/215 -- You have received this

[Puppet - Feature #17319] show_diff should honor loglevel

2012-11-01 Thread tickets
Issue #17319 has been updated by Jo Rhett. I would argue that it is an implementation inconsistent with the existing functionality. If one were to read the descriptions of tagmail reports in conjunction with loglevel, the current implementation does not align with what they say. At the very

[Puppet] 'Puppet Augeas' wiki page has been updated

2012-11-01 Thread tickets
The 'Puppet Augeas' wiki page has been updated by Nick Fagerlund. Everybody must stop nesting defines inside classes, ugh. Puppet Augeas: https://projects.puppetlabs.com/projects/puppet/wiki/Puppet_Augeas View differences:

[Puppet - Bug #17371] Setting owner, group, mode for files specified in puppet.conf no longer seems to work

2012-11-01 Thread tickets
Issue #17371 has been updated by eric sorenson. Project changed from Puppet Community Package Repository to Puppet Bug #17371: Setting owner, group, mode for files specified in puppet.conf no longer seems to work

[Puppet - Feature #15669] (Closed) A more helpful error message when the puppet master is at the wrong version (2.7.x to 3.0)

2012-11-01 Thread tickets
Issue #15669 has been updated by Andrew Parker. Status changed from Needs Decision to Closed This changed from a fatal error to just a warning because of the fix for #16327. Providing any more information about this isn't really reasonable without fixing #6789 or something else related to

[Puppet - Feature #15669] A more helpful error message when the puppet master is at the wrong version (2.7.x to 3.0)

2012-11-01 Thread tickets
Issue #15669 has been updated by Andrew Parker. Assignee deleted (eric sorenson) Target version deleted (3.x) Feature #15669: A more helpful error message when the puppet master is at the wrong version (2.7.x to 3.0)

[Puppet - Bug #17371] Setting owner, group, mode for files specified in puppet.conf no longer seems to work

2012-11-01 Thread tickets
Issue #17371 has been updated by Andrew Parker. Affected Puppet version set to 3.0.1 Bug #17371: Setting owner, group, mode for files specified in puppet.conf no longer seems to work https://projects.puppetlabs.com/issues/17371#change-75553 Author:

[Puppet - Bug #14055] Windows packages should ignore exit code 3010

2012-11-01 Thread tickets
Issue #14055 has been updated by Josh Cooper. Target version changed from 3.0.x to 2.7.19 This was marked as fixed in 2.7.19, and reopened, but that turned out to be a different issue in puppet 3.0, so marking this as released in 2.7.19 again. Bug

[Puppet - Bug #17382] (Unreviewed) exec command quote handling

2012-11-01 Thread tickets
Issue #17382 has been reported by Chad Huneycutt. Bug #17382: exec command quote handling https://projects.puppetlabs.com/issues/17382 Author: Chad Huneycutt Status: Unreviewed Priority: Normal Assignee: Category: Target version: Affected Puppet