[Facter - Bug #23269] (In Topic Branch Pending Review) facter fails on smartos

2013-12-03 Thread tickets
Issue #23269 has been updated by Adrien Thebo. Status changed from Unreviewed to In Topic Branch Pending Review Target version set to 1.7.x Branch set to https://github.com/puppetlabs/facter/pull/566 Bug #23269: facter fails on smartos

[Puppet - Bug #23185] (Accepted) puppet agent service can't start when using GBK encoding in windows environment

2013-12-03 Thread tickets
Issue #23185 has been updated by Josh Cooper. Subject changed from puppet agent service can't start when current system locale is not english in windows environment to puppet agent service can't start when using GBK encoding in windows environment Status changed from Duplicate to Accepted

[Puppet - Feature #23321] (Unreviewed) sort classfile

2013-12-02 Thread tickets
Issue #23321 has been reported by cristian falcas. Feature #23321: sort classfile https://projects.puppetlabs.com/issues/23321 * Author: cristian falcas * Status: Unreviewed * Priority: Normal * Assignee: * Category: * Target version: * Affected

[Puppet - Bug #16871] (Re-opened) gem package provider should reset permissions

2013-12-02 Thread tickets
Issue #16871 has been updated by Rodney Beede. Status changed from Rejected to Re-opened I'd have to agree that some kind of help is needed. There are numerous bugs in the Rub gem package provider about unexpected behavior around permissions when installing gems into system-wide libraries.

[Puppet - Bug #16871] gem package provider should reset permissions

2013-12-02 Thread tickets
Issue #16871 has been updated by Rodney Beede. Setting the umask may not be the answer versus some kind of chmod option or feature? Bug #16871: gem package provider should reset permissions https://projects.puppetlabs.com/issues/16871#change-100293 *

[Puppet - Bug #10063] (Rejected) cron resource violates resource ordering

2013-12-02 Thread tickets
Issue #10063 has been updated by Nigel Kersten. Status changed from Accepted to Rejected Rejected as per Felix's update in https://projects.puppetlabs.com/issues/10063#note-4 Bug #10063: cron resource violates resource ordering

[Puppet - Bug #22848] Encoding bug in Puppet 3.3.1 when using Ruby 1.9.3 (and above)

2013-12-02 Thread tickets
Issue #22848 has been updated by Charlie Sharpsteen. File more_cowbell-1.0-1.noarch.rpm added File more-cowbell_1.0_all.deb added I've attached Debian and RPM packages that can trigger this behavior if they are installed and then Puppet is run under an ASCII locale. Both packages install a

[Facter - Bug #22622] Puppet fails when facter loads a script based external fact that doesn't return any output

2013-12-02 Thread tickets
Issue #22622 has been updated by Ethan Brown. Branch set to https://github.com/puppetlabs/facter/pull/564 Bug #22622: Puppet fails when facter loads a script based external fact that doesn't return any output

[Puppet - Feature #7286] Add virtualenv support to the pip package provider

2013-12-02 Thread tickets
Issue #7286 has been updated by Jason Antman. jbouse (github.com/jbouse or Jeremy Bouse in watchers) and I are working on this, as we absolutely need it. I've looked at SMAC's branch, and https://github.com/jbouse/puppet/tree/feature/pip-multiple-venv/ is based off of that. Hopefully we can

[Puppet - Bug #21043] runinterval setting in puppet.conf ignored on Windows in Puppet 3.2.1

2013-12-02 Thread tickets
Issue #21043 has been updated by Rob Reynolds. In puppet.conf: [main] runinterval=1 c:\ puppet --version 3.3.1 (Puppet Enterprise 3.1.0) Adding some logging to daemon.rb at https://github.com/puppetlabs/puppet/blob/master/ext/windows/service/daemon.rb#L48 and then taking a

[Puppet - Bug #23332] (Unreviewed) Re: Your Puppet Labs account activation

2013-12-02 Thread tickets
Issue #23332 has been reported by Linda Castleberry. Bug #23332: Re: Your Puppet Labs account activation https://projects.puppetlabs.com/issues/23332 * Author: Linda Castleberry * Status: Unreviewed * Priority: Normal * Assignee: * Category: * Target

[Puppet - Feature #7286] Add virtualenv support to the pip package provider

2013-12-02 Thread tickets
Issue #7286 has been updated by Jeremy Bouse. Yes, originally I looked at SMAC's branch but found that solution to be too rigid and version dependent as it worked with older versions of python-pip but would fail with newer versions that no longer had the environment CLI option. I'm working

[Puppet - Bug #22008] Signal traps are broken under Ruby 2

2013-12-02 Thread tickets
Issue #22008 has been updated by Paul Makepeace. Priority changed from Normal to Immediate OS X's default ruby is now Ruby 2. So puppet is DOA on OS X. Is there any work scheduled for this showstopping bug? Bug #22008: Signal traps are broken under

[Puppet - Bug #23335] (Unreviewed) external facts cause puppet apply to take inordinately longer to run

2013-12-02 Thread tickets
Issue #23335 has been reported by Glenn Poston. Bug #23335: external facts cause puppet apply to take inordinately longer to run https://projects.puppetlabs.com/issues/23335 * Author: Glenn Poston * Status: Unreviewed * Priority: High * Assignee: *

[Puppet - Bug #23336] (Unreviewed) Re: Your Puppet Labs account activation

2013-12-02 Thread tickets
Issue #23336 has been reported by Charlie Sharpsteen. Bug #23336: Re: Your Puppet Labs account activation https://projects.puppetlabs.com/issues/23336 * Author: Charlie Sharpsteen * Status: Unreviewed * Priority: Normal * Assignee: * Category: * Target

[Puppet - Bug #22800] (Accepted) dynamic variable lookup works in templates

2013-12-01 Thread tickets
Issue #22800 has been updated by Felix Frank. Status changed from Unreviewed to Accepted Assignee set to Robert Birnie Turns out this only happens with the new @var syntax in templates. The (now deprecated) %= var % still works as intended. Bug #22800:

[Puppet - Bug #22800] dynamic variable lookup works in templates

2013-12-01 Thread tickets
Issue #22800 has been updated by David Portabella. Felix Frank wrote: Turns out this only happens with the new @var syntax in templates. The (now deprecated) %= var % still works as intended. the deprecated version does not work 100% as intended. in my opinion, to work 100% as intended,

[Puppet - Bug #22800] (In Topic Branch Pending Review) dynamic variable lookup works in templates

2013-12-01 Thread tickets
Issue #22800 has been updated by Felix Frank. Status changed from Accepted to In Topic Branch Pending Review Assignee changed from Robert Birnie to Damon Atkins Branch set to https://github.com/puppetlabs/puppet/pull/2117 Have a patch :-) Bug #22800:

[Puppet - Bug #22800] dynamic variable lookup works in templates

2013-12-01 Thread tickets
Issue #22800 has been updated by Felix Frank. David Portabella wrote: the deprecated version does not work 100% as intended. in my opinion, to work 100% as intended, the templates should show a warning against using dynamic lookup (as it is done in puppet manifests). Does attempting the

[Puppet - Bug #22800] dynamic variable lookup works in templates

2013-12-01 Thread tickets
Issue #22800 has been updated by David Portabella. Felix Frank wrote: David Portabella wrote: the deprecated version does not work 100% as intended. in my opinion, to work 100% as intended, the templates should show a warning against using dynamic lookup (as it is done in puppet

[Puppet - Feature #651] Exec checks should be turned into metaparameters

2013-12-01 Thread tickets
Issue #651 has been updated by Felix Frank. Hmm, this seems exceedingly difficult in terms of semantics. I see two ways to go about this and they're both painful. 1. Prefetch all checks (except those for exec resources, ouch!) This will lead to surprises for many users because resource

[Puppet - Bug #23320] (Unreviewed) NetworkManager dispatcher script needs to reload Puppet agent, not restart

2013-12-01 Thread tickets
Issue #23320 has been reported by James Ralston. Bug #23320: NetworkManager dispatcher script needs to reload Puppet agent, not restart https://projects.puppetlabs.com/issues/23320 * Author: James Ralston * Status: Unreviewed * Priority: Normal *

[Puppet - Bug #23320] NetworkManager dispatcher script needs to reload Puppet agent, not restart

2013-12-01 Thread tickets
Issue #23320 has been updated by James Ralston. Git pull request sent. Bug #23320: NetworkManager dispatcher script needs to reload Puppet agent, not restart https://projects.puppetlabs.com/issues/23320#change-100280 * Author: James Ralston * Status:

[Puppet - Bug #21641] Windows puppet service should log to the eventlog

2013-12-01 Thread tickets
Issue #21641 has been updated by Glenn Sarti. Redmine misinterpreted the PR number. Pull Request 2025 https://github.com/puppetlabs/puppet/pull/2025 Bug #21641: Windows puppet service should log to the eventlog

[Facter - Bug #23269] facter fails on smartos

2013-12-01 Thread tickets
Issue #23269 has been updated by Don Jackson. AFAICT, I have confirmed Klynton Jessup's findings WRT ruby2 and installing puppet/facter via gem install. On the one hand, I feel sorry that all of us spent time on this when there is a working solution, but OTOH, I feel that I initially

[Facter - Bug #23269] facter fails on smartos

2013-11-30 Thread tickets
Issue #23269 has been updated by Klynton Jessup. It seems that this only fails on Ruby 1.9.3. I've tested on Ruby2.0.0 using the http://pkgsrc.joyent.com/packages/SmartOS/2013Q3/x86_64/All release of the smartos packages and everything works normally: http://pastebin.com/pEV6rTUn

[Puppet - Bug #23318] (Unreviewed) Invalid YAML (hiera) file and automatic param binding fails in vague errors

2013-11-30 Thread tickets
Issue #23318 has been reported by Dolf Schimmel. Bug #23318: Invalid YAML (hiera) file and automatic param binding fails in vague errors https://projects.puppetlabs.com/issues/23318 * Author: Dolf Schimmel * Status: Unreviewed * Priority: Normal *

[Puppet - Bug #23319] (Unreviewed) Unnecessary service restart when service is down and we set ensure = running and subscribe the service to some file(s) in puppet-2.7

2013-11-30 Thread tickets
Issue #23319 has been reported by Alex D. Bug #23319: Unnecessary service restart when service is down and we set ensure = running and subscribe the service to some file(s) in puppet-2.7 https://projects.puppetlabs.com/issues/23319 * Author: Alex D *

[Puppet - Bug #23319] Unnecessary service restart when service is down and we set ensure = running and subscribe the service to some file(s) in puppet-2.7

2013-11-30 Thread tickets
Issue #23319 has been updated by Alex D. Under puppet-3.3 it works as expected - it brings the server up once without restarts: pre Notice: /Stage[main]//File[/tmp/test1]/ensure: defined content as '{md5}502675e3d4e9692deb2e3b2e262450c1' Notice: /Stage[main]//Service[nginx]/ensure: ensure

[Puppet - Bug #19422] Nagios_host provider undefined method file=

2013-11-30 Thread tickets
Issue #19422 has been updated by David Bishop. Affected Puppet version changed from 3.1.0 to 3.3.2 Bug #19422: Nagios_host provider undefined method file= https://projects.puppetlabs.com/issues/19422#change-100270 * Author: Ben Roberts * Status:

[Puppet - Bug #19422] Nagios_host provider undefined method file=

2013-11-30 Thread tickets
Issue #19422 has been updated by David Bishop. I've just run into the same thing using 3.3.2, updated accordingly. More interestingly, I believe I know what triggered it. I was trying to override an action_url that I'd set for all generic hosts in nagios, by adding action_url = '' into a

[Puppet - Feature #23316] (Unreviewed) Add support for 'held' ensure value to Yum provider by using yum-versionlock.

2013-11-29 Thread tickets
Issue #23316 has been reported by Gavin Williams. Feature #23316: Add support for 'held' ensure value to Yum provider by using yum-versionlock. https://projects.puppetlabs.com/issues/23316 * Author: Gavin Williams * Status: Unreviewed * Priority:

[Puppet - Bug #23311] vardir default in 3.3.2

2013-11-29 Thread tickets
Issue #23311 has been updated by Felix Frank. I believe that this may indeed be a regression introduced through #16637. The way I see it, vardir now defaults to a subdir of confdir for non-root users, but for root (with confdir defaulting to /etc/puppet), this semantics makes no sense and

[Puppet - Refactor #23317] (Unreviewed) source function library *before* client sysconfig overrides

2013-11-29 Thread tickets
Issue #23317 has been reported by Robin Bowes. Refactor #23317: source function library *before* client sysconfig overrides https://projects.puppetlabs.com/issues/23317 * Author: Robin Bowes * Status: Unreviewed * Priority: Normal * Assignee: *

[Puppet - Refactor #23317] source function library *before* client sysconfig overrides

2013-11-29 Thread tickets
Issue #23317 has been updated by Robin Bowes. Forgot to link to pull request: https://github.com/puppetlabs/puppet/pull/2112 Refactor #23317: source function library *before* client sysconfig overrides

[Puppet - Bug #22800] dynamic variable lookup works in templates

2013-11-28 Thread tickets
Issue #22800 has been updated by David Portabella. I have the same issue. according to http://docs.puppetlabs.com/guides/scope_and_puppet.html about dynamic lookup from an included puppet file: puppet 2.7 warns about it, and puppet 3.2 stops working, as expected. however, about dynamic lookup

[Puppet - Bug #22999] Service Provider 'init' does not detect correct location for script directory on AIX - Patch included

2013-11-28 Thread tickets
Issue #22999 has been updated by Christian Schwabl. AIX is not only using startsrc/stopsrc/etc commands but also support init-style scripts. We are using this for several internal applications/services (like starting the TSM scheduler or starting our own performance collector scripts). I

[Puppet - Feature #19561] Providers should be able to extend the type they implement

2013-11-28 Thread tickets
Issue #19561 has been updated by Felix Frank. I believe this is a duplicate of #4113. Feature #19561: Providers should be able to extend the type they implement https://projects.puppetlabs.com/issues/19561#change-100248 * Author: Anthony Ryan * Status:

[Puppet - Bug #22999] Service Provider 'init' does not detect correct location for script directory on AIX - Patch included

2013-11-28 Thread tickets
Issue #22999 has been updated by Klaus Wagner. Assignee changed from Klaus Wagner to eric sorenson To my understanding AIX including latest Versions supports System V sytle init scripts residing at /etc/rc.d/init.d This may not be the preferred version of starting Services in an AIX system.

[Puppet - Bug #23311] (Unreviewed) vardir default in 3.3.2

2013-11-28 Thread tickets
Issue #23311 has been reported by James Eckersall. Bug #23311: vardir default in 3.3.2 https://projects.puppetlabs.com/issues/23311 * Author: James Eckersall * Status: Unreviewed * Priority: Normal * Assignee: * Category: * Target version: * Affected

[Puppet - Bug #22999] (Needs Decision) Service Provider 'init' does not detect correct location for script directory on AIX - Patch included

2013-11-28 Thread tickets
Issue #22999 has been updated by Klaus Wagner. Status changed from Needs More Information to Needs Decision Bug #22999: Service Provider 'init' does not detect correct location for script directory on AIX - Patch included

[Puppet - Bug #23313] (Unreviewed) file type is enforcing a type I did not set.

2013-11-28 Thread tickets
Issue #23313 has been reported by James Patterson. Bug #23313: file type is enforcing a type I did not set. https://projects.puppetlabs.com/issues/23313 * Author: James Patterson * Status: Unreviewed * Priority: Normal * Assignee: * Category: * Target

[Puppet - Bug #19547] Forge Module Download does not observer HTTP Proxy Credentials

2013-11-28 Thread tickets
Issue #19547 has been updated by Felix Frank. I believe this duplicates #8281. Bug #19547: Forge Module Download does not observer HTTP Proxy Credentials https://projects.puppetlabs.com/issues/19547#change-100252 * Author: Kyle C * Status: In Topic

[Puppet - Bug #23313] file type is enforcing a type I did not set.

2013-11-28 Thread tickets
Issue #23313 has been updated by James Patterson. File works.pp added File broken.pp added This problem seems to be related to classes. Attached is a way to reproduce it. To use: puppet apply --no-daemonize --verbose --debug works.pp semanage fcontext -d '/apps/conf.d(/.*)?';

[Facter - Feature #23314] (Unreviewed) Add Docker to the virtual facts

2013-11-28 Thread tickets
Issue #23314 has been reported by James Turnbull. Feature #23314: Add Docker to the virtual facts https://projects.puppetlabs.com/issues/23314 * Author: James Turnbull * Status: Unreviewed * Priority: Normal * Assignee: * Category: virtual * Target

[Facter - Feature #23314] (In Topic Branch Pending Review) Add Docker to the virtual facts

2013-11-28 Thread tickets
Issue #23314 has been updated by James Turnbull. Status changed from Unreviewed to In Topic Branch Pending Review Branch set to https://github.com/puppetlabs/facter/pull/563 Feature #23314: Add Docker to the virtual facts

[Facter - Bug #16641] Could not retrieve swapsize_mb: undefined method `swap_size' for Facter::Memory:Module

2013-11-28 Thread tickets
Issue #16641 has been updated by Nathan Sullivan. Affected Facter version deleted (2.0.0rc3) John Julien wrote: I saw this with Facter 1.6.18. Updated to 1.7.0 and the error went away. Confirmed, this is still an issue with Facter 1.7.3 on OSX 10.8 Standard installation of Facter using

[Facter - Bug #16641] Could not retrieve swapsize_mb: undefined method `swap_size' for Facter::Memory:Module

2013-11-28 Thread tickets
Issue #16641 has been updated by Nathan Sullivan. I cannot pinpoint this one, I did notice though the Module is named Facter::Memory, whereas it might need to be Facter::Util::Memory When I change the naming convention there, I get an uninitialized constant though... which doesn't help.

[Puppet - Bug #21286] noop = true is ignored when resource is triggered by other resource

2013-11-27 Thread tickets
Issue #21286 has been updated by Mathias Brodala. Charlie Sharpsteen wrote: eric sorenson wrote: It seems like the simplest fix would be to change the current check so that it avoids processing events if `resource.noop?` returns true. +1 could you give this a try and we'll see if

[Puppet - Bug #23302] (Unreviewed) pupept fails with uppercase hostname and class with parameters

2013-11-27 Thread tickets
Issue #23302 has been reported by cristian falcas. Bug #23302: pupept fails with uppercase hostname and class with parameters https://projects.puppetlabs.com/issues/23302 * Author: cristian falcas * Status: Unreviewed * Priority: Normal * Assignee: *

[Puppet - Bug #23302] pupept fails with uppercase hostname and class with parameters

2013-11-27 Thread tickets
Issue #23302 has been updated by cristian falcas. sorry about formatting, i didn't do a preview before posting. If it's not clear, let me know and i will post again. Bug #23302: pupept fails with uppercase hostname and class with parameters

[Facter - Bug #23179] operatingsystemmajrelease has a confine for Debian, but not Ubuntu

2013-11-27 Thread tickets
Issue #23179 has been updated by Chris Malton. Keywords set to facter ubuntu Affected Facter version set to 1.7.3 Bug #23179: operatingsystemmajrelease has a confine for Debian, but not Ubuntu https://projects.puppetlabs.com/issues/23179#change-100204 *

[Puppet - Bug #23212] Types not inheriting parameters and properties from given parent

2013-11-27 Thread tickets
Issue #23212 has been updated by Josh Cooper. Description updated Bug #23212: Types not inheriting parameters and properties from given parent https://projects.puppetlabs.com/issues/23212#change-100207 * Author: Bert Hajee * Status: Unreviewed *

[Puppet - Bug #23212] Types not inheriting parameters and properties from given parent

2013-11-27 Thread tickets
Issue #23212 has been updated by Josh Cooper. Branch changed from master/stable to https://github.com/puppetlabs/puppet/pull/2092 Bug #23212: Types not inheriting parameters and properties from given parent

[Puppet - Feature #9293] (In Topic Branch Pending Review) yum repos should be ensurable.

2013-11-27 Thread tickets
Issue #9293 has been updated by Charlie Sharpsteen. Status changed from Tests Insufficient to In Topic Branch Pending Review Start date deleted (08/31/2011) Branch changed from https://github.com/puppetlabs/puppet/pull/1236 to https://github.com/puppetlabs/puppet/pull/2086 New pull request:

[Puppet - Refactor #8758] (In Topic Branch Pending Review) Yumrepo should be refactored to use a provider

2013-11-27 Thread tickets
Issue #8758 has been updated by Charlie Sharpsteen. Status changed from Code Insufficient to In Topic Branch Pending Review Start date deleted (08/03/2011) Branch changed from https://github.com/lak/puppet/tree/ticket/master/8758-yumrepo_with_provider to

[Puppet - Bug #23305] (Accepted) Deprecate parent parameter for type

2013-11-27 Thread tickets
Issue #23305 has been reported by Josh Cooper. Bug #23305: Deprecate parent parameter for type https://projects.puppetlabs.com/issues/23305 * Author: Josh Cooper * Status: Accepted * Priority: Normal * Assignee: * Category: * Target version: *

[Puppet - Bug #23212] (Closed) Types not inheriting parameters and properties from given parent

2013-11-27 Thread tickets
Issue #23212 has been updated by Kylo Ginsberg. Status changed from Unreviewed to Closed We're going to close this as will not fix and have opened 23305 for the deprecation warning around this not-fully-working behavior. Thanks again for raising this issue!

[Puppet - Refactor #8758] Yumrepo should be refactored to use a provider

2013-11-27 Thread tickets
Issue #8758 has been updated by eric sorenson. Target version changed from 3.x to 3.5.0 We'll pull this in for the 3.5.0 timeframe. Refactor #8758: Yumrepo should be refactored to use a provider https://projects.puppetlabs.com/issues/8758#change-100213

[Puppet - Feature #22304] (In Topic Branch Pending Review) Add metalink parameter to yumrepo

2013-11-27 Thread tickets
Issue #22304 has been updated by Charlie Sharpsteen. Status changed from Code Insufficient to In Topic Branch Pending Review Target version set to 3.x Affected Puppet version deleted (3.2.4) Branch changed from https://github.com/puppetlabs/puppet/pull/1889 to

[Puppet - Bug #23305] Deprecate parent parameter for type

2013-11-27 Thread tickets
Issue #23305 has been updated by Bert Hajee. Since I looked into https://github.com/puppetlabs/puppet/pull/2092, I can do this. There doesn't however seem a default deprecation mechanism in Puppet. Should I just remove the functionality? Bug #23305:

[Puppet - Bug #22925] Cached catalogs no longer work in PE 3.0.0 and above.

2013-11-27 Thread tickets
Issue #22925 has been updated by eric sorenson. Project changed from Puppet Enterprise (Public) to Puppet Target version set to 3.5.0 Moved this to the Puppet project because it was fixed upstream. It'll be in Puppet OSS 3.4.0 / Puppet Enterprise 3.2.0.

[Puppet - Feature #5526] API call to return list of available environments

2013-11-27 Thread tickets
Issue #5526 has been updated by eric sorenson. Target version changed from 3.4.0 to 3.5.0 This didn't make it in time for 3.4.0, bumping to 3.5. Feature #5526: API call to return list of available environments

[Puppet - Feature #5527] (Closed) API call to return list of available classes in an environment

2013-11-27 Thread tickets
Issue #5527 has been updated by eric sorenson. Status changed from Accepted to Closed This is available in the resource_type endpoint. Feature #5527: API call to return list of available classes in an environment

[Puppet - Feature #23306] (Unreviewed) Add modifyonly option to yumrepo

2013-11-27 Thread tickets
Issue #23306 has been reported by Orion Poplawski. Feature #23306: Add modifyonly option to yumrepo https://projects.puppetlabs.com/issues/23306 * Author: Orion Poplawski * Status: Unreviewed * Priority: Normal * Assignee: * Category: * Target version:

[Puppet - Feature #23138] (Merged - Pending Release) Document /env/status/*

2013-11-27 Thread tickets
Issue #23138 has been updated by Josh Partlow. Status changed from In Topic Branch Pending Review to Merged - Pending Release Merged in 71f844f should be released in 3.4.0 Feature #23138: Document /env/status/*

[Puppet - Bug #23126] (Merged - Pending Release) Gemfile only allows Hiera and Facter refs with git:// URLs

2013-11-27 Thread tickets
Issue #23126 has been updated by Josh Partlow. Status changed from In Topic Branch Pending Review to Merged - Pending Release Merged to stable in 0c0ed09 and into master in 8f768ae Bug #23126: Gemfile only allows Hiera and Facter refs with git:// URLs

[Puppet - Feature #23109] (Merged - Pending Release) Document PSON

2013-11-27 Thread tickets
Issue #23109 has been updated by Josh Partlow. Status changed from In Topic Branch Pending Review to Merged - Pending Release Merged to master in e47d027, to be released in 3.4.0 Feature #23109: Document PSON

[Puppet - Refactor #23307] (Unreviewed) Allow duplicate recources

2013-11-27 Thread tickets
Issue #23307 has been reported by Vadim Nevorotin. Refactor #23307: Allow duplicate recources https://projects.puppetlabs.com/issues/23307 * Author: Vadim Nevorotin * Status: Unreviewed * Priority: Urgent * Assignee: * Category: modules * Target

[Puppet - Bug #23308] (Unreviewed) Puppet cannot create an authorized key for a user which does not have write access to /tmp

2013-11-27 Thread tickets
Issue #23308 has been reported by Branan Purvine-Riley. Bug #23308: Puppet cannot create an authorized key for a user which does not have write access to /tmp https://projects.puppetlabs.com/issues/23308 * Author: Branan Purvine-Riley * Status:

[Puppet - Feature #19514] (Merged - Pending Release) Provide validated clientcert name variable for use in manifests

2013-11-27 Thread tickets
Issue #19514 has been updated by Josh Cooper. Status changed from Re-opened to Merged - Pending Release Merged into master in commit [8781cd1](https://github.com/puppetlabs/puppet/commit/8781cd1) Feature #19514: Provide validated clientcert name

[Puppet - Bug #11563] (Merged - Pending Release) Puppet on Windows can drop access control entries if the mode is not specified

2013-11-27 Thread tickets
Issue #11563 has been updated by Ethan Brown. Status changed from In Topic Branch Pending Review to Merged - Pending Release Merged to master in [0b4a2ac0ddba4bd7d8a9429a661a2a3c89da2337](https://github.com/puppetlabs/puppet/commit/0b4a2ac0ddba4bd7d8a9429a661a2a3c89da2337)

[Puppet - Bug #21874] Enabling --parser future causes classes to be not found and other errors

2013-11-27 Thread tickets
Issue #21874 has been updated by eric sorenson. Target version changed from 3.4.0 to 3.5.0 This pull request dropped off the board for 3.4.0, will address in the next version. Bug #21874: Enabling --parser future causes classes to be not found and

[Puppet - Bug #22536] windows agents don't parse runinterval as a duration setting

2013-11-27 Thread tickets
Issue #22536 has been updated by eric sorenson. Target version changed from 3.4.0 to 3.5.0 This missed the 3.4.0 train, retargeting at 3.5.0. Bug #22536: windows agents don't parse runinterval as a duration setting

[Puppet - Bug #22836] Windows Group and User fail during deletion even though it is successful

2013-11-27 Thread tickets
Issue #22836 has been updated by eric sorenson. Target version changed from 3.4.0 to 3.x Removing 3.4.0 target since that train is leavin'. Bug #22836: Windows Group and User fail during deletion even though it is successful

[Puppet - Bug #22999] Service Provider 'init' does not detect correct location for script directory on AIX - Patch included

2013-11-27 Thread tickets
Issue #22999 has been updated by Michael Stahnke. Do you have an example service that uses init? The items I see are things like ssh which end up in /etc/rc2.d but are controlled via startsrc, stopsrc. Bug #22999: Service Provider 'init' does not

[Puppet - Bug #22999] (Needs More Information) Service Provider 'init' does not detect correct location for script directory on AIX - Patch included

2013-11-27 Thread tickets
Issue #22999 has been updated by eric sorenson. Status changed from Accepted to Needs More Information Assignee changed from eric sorenson to Klaus Wagner Target version changed from 3.4.0 to 3.5.0 Untargeting from 3.4.0 since we are code-complete on that release. This one fell through the

[Puppet - Bug #23141] (Tests Insufficient) OpenBSD mount(8) does not support 'remounts'; adjust mount{} type accordingly

2013-11-27 Thread tickets
Issue #23141 has been updated by eric sorenson. Status changed from Unreviewed to Tests Insufficient Assignee set to Jasper Lievisse Adriaanse Target version changed from 3.4.0 to 3.x The pull request failed tests and there's some commentary on the PR about it -- Jasper please join onto

[Puppet - Feature #22872] Enable --trace by default

2013-11-27 Thread tickets
Issue #22872 has been updated by eric sorenson. Target version changed from 3.4.0 to 3.5.0 In jira as PP-563. Did not make the cutoff for 3.4.0, bumping to 3.5.0. Feature #22872: Enable --trace by default

[Puppet - Feature #23078] (Tests Insufficient) Implement feature :upgradeable for OpenBSD package provider

2013-11-27 Thread tickets
Issue #23078 has been updated by eric sorenson. Status changed from Unreviewed to Tests Insufficient Assignee set to Jasper Lievisse Adriaanse Target version changed from 3.4.0 to 3.x This PR needs help to pass tests -- please track us down on #puppet-dev to get it worked out. I would love to

[Puppet - Refactor #22873] (Accepted) Deprecate Instrumentation system

2013-11-27 Thread tickets
Issue #22873 has been updated by eric sorenson. Status changed from Needs Decision to Accepted Assignee changed from eric sorenson to Andrew Parker Target version changed from 3.4.0 to 3.5.0 3.5.0 will be a big deprecation release and I agree we should pull this; it can be shipped as a module

[Puppet - Bug #18913] puppetlabs_spec_helper requires rspec-puppet

2013-11-27 Thread tickets
Issue #18913 has been updated by Russell Harrison. The rspec-puppet version that has worked around this issue still hasn't been released. Can we please get some sort of movement on this issue. I'm still waiting on this to be fixed so I can use rspec-puppet at all.

[Puppet - Bug #23305] Deprecate parent parameter for type

2013-11-27 Thread tickets
Issue #23305 has been updated by Bert Hajee. Implemented in https://github.com/puppetlabs/puppet/pull/2116 Bug #23305: Deprecate parent parameter for type https://projects.puppetlabs.com/issues/23305#change-100244 * Author: Josh Cooper * Status:

[Puppet - Feature #5456] package type should accept virtual package for rpm

2013-11-26 Thread tickets
Issue #5456 has been updated by Mark McKinstry. I'm also affected by this bug. The main problem is puppet uses yum to install packages and rpm to verify a package is installed. yum understands the 'provides' part of an RPM, but the rpm command used by puppet doesn't. In terms of what

[Puppet - Bug #23284] (Unreviewed) log4perl / l4j style logging for Notify['resources']

2013-11-26 Thread tickets
Issue #23284 has been reported by Hugh Esco. Bug #23284: log4perl / l4j style logging for Notify['resources'] https://projects.puppetlabs.com/issues/23284 * Author: Hugh Esco * Status: Unreviewed * Priority: Normal * Assignee: * Category: * Target

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

2013-11-26 Thread tickets
Issue #5240 has been updated by Rob Reynolds. Commits merged in [653895b1](https://github.com/puppetlabs/puppet/commit/653895b13531e4dcffd1cef4cdba589382ff3a77), [2572d9b5](https://github.com/puppetlabs/puppet/commit/2572d9b5ad19d5) and

[Puppet - Bug #22360] Come up with a reliable json validation mechanism for spec tests

2013-11-26 Thread tickets
Issue #22360 has been updated by Josh Partlow. Target version set to 3.4.0 Bug #22360: Come up with a reliable json validation mechanism for spec tests https://projects.puppetlabs.com/issues/22360#change-100188 * Author: Kylo Ginsberg * Status: Merged -

[Puppet - Bug #22432] In provider doc strings, defaults, commands, and features are randomly ordered

2013-11-26 Thread tickets
Issue #22432 has been updated by Josh Partlow. Target version set to 3.4.0 Bug #22432: In provider doc strings, defaults, commands, and features are randomly ordered https://projects.puppetlabs.com/issues/22432#change-100189 * Author: Nick Fagerlund *

[Puppet - Bug #22442] puppet-3.2.4 future parser Puppet::Pops::Issues::ILLEGAL_NAME for capitalized variables.

2013-11-26 Thread tickets
Issue #22442 has been updated by Josh Partlow. Target version set to 3.4.0 Bug #22442: puppet-3.2.4 future parser Puppet::Pops::Issues::ILLEGAL_NAME for capitalized variables. https://projects.puppetlabs.com/issues/22442#change-100190 * Author: Alex D

[Puppet - Feature #22356] Document /env/report/*

2013-11-26 Thread tickets
Issue #22356 has been updated by Josh Partlow. Target version set to 3.4.0 Feature #22356: Document /env/report/* https://projects.puppetlabs.com/issues/22356#change-100191 * Author: Henrik Lindberg * Status: Merged - Pending Release * Priority: Normal

[Puppet - Bug #22665] (Merged - Pending Release) Mount resources should require parent mounts

2013-11-26 Thread tickets
Issue #22665 has been updated by Josh Partlow. Status changed from In Topic Branch Pending Review to Merged - Pending Release Target version changed from 3.x to 3.4.0 Merged to master in 8ec622c Bug #22665: Mount resources should require parent mounts

[Puppet - Bug #22858] ruby 2.0 is not listed as officially supported in README.md

2013-11-26 Thread tickets
Issue #22858 has been updated by Josh Partlow. Target version set to 3.4.0 Bug #22858: ruby 2.0 is not listed as officially supported in README.md https://projects.puppetlabs.com/issues/22858#change-100193 * Author: Joshua Hoblitt * Status: Merged -

[Puppet - Bug #22846] (Merged - Pending Release) Document node rest api

2013-11-26 Thread tickets
Issue #22846 has been updated by Josh Partlow. Status changed from In Topic Branch Pending Review to Merged - Pending Release Target version set to 3.4.0 Bug #22846: Document node rest api https://projects.puppetlabs.com/issues/22846#change-100194 *

[Puppet - Bug #22442] puppet-3.2.4 future parser Puppet::Pops::Issues::ILLEGAL_NAME for capitalized variables.

2013-11-26 Thread tickets
Issue #22442 has been updated by Henrik Lindberg. Ping @nick.fagerlund see comment note-4 Bug #22442: puppet-3.2.4 future parser Puppet::Pops::Issues::ILLEGAL_NAME for capitalized variables. https://projects.puppetlabs.com/issues/22442#change-100195 *

[Puppet - Feature #5456] package type should accept virtual package for rpm

2013-11-26 Thread tickets
Issue #5456 has been updated by eric sorenson. Target version set to 3.5.0 Pulling this in for 3.5.0 -- since there's code we can probably just do this as part of community pull request triage. Feature #5456: package type should accept virtual package

[Puppet - Bug #23086] `name` attribute is not always included in a Puppet::Transaction::Event

2013-11-26 Thread tickets
Issue #23086 has been updated by Josh Partlow. Target version set to 3.4.0 Bug #23086: `name` attribute is not always included in a Puppet::Transaction::Event https://projects.puppetlabs.com/issues/23086#change-100197 * Author: Kylo Ginsberg * Status:

[Puppet - Bug #23115] Function returning nil assigned to resource parameter causes value is a required option for Puppet::Parser::Resource::Param

2013-11-26 Thread tickets
Issue #23115 has been updated by Josh Partlow. Target version set to 3.4.0 Bug #23115: Function returning nil assigned to resource parameter causes value is a required option for Puppet::Parser::Resource::Param

[Puppet - Bug #23126] Gemfile only allows Hiera and Facter refs with git:// URLs

2013-11-26 Thread tickets
Issue #23126 has been updated by Josh Partlow. Target version set to 3.4.0 Bug #23126: Gemfile only allows Hiera and Facter refs with git:// URLs https://projects.puppetlabs.com/issues/23126#change-100199 * Author: Branan Purvine-Riley * Status: In

[Puppet - Feature #2247] enablerepo and disablerepo for yum type

2013-11-26 Thread tickets
Issue #2247 has been updated by Brian Pitts. What is a path forward here? Are we waiting on a decision on the pull request Adrien mentioned (https://github.com/puppetlabs/puppet/pull/2034) that adds a package_options parameter? Feature #2247:

[Facter - Refactor #22649] (Merged - Pending Release) fixture sources for example `/proc/cpuinfo` files should be consolidated

2013-11-26 Thread tickets
Issue #22649 has been updated by Adrien Thebo. Status changed from Unreviewed to Merged - Pending Release Branch set to https://github.com/puppetlabs/facter/pull/538 Merged into master in dfe90da. Refactor #22649: fixture sources for example

<    5   6   7   8   9   10   11   12   13   14   >