[Puppet - Bug #14313] (Needs More Information) puppet agent usage does not mention --color argument

2012-05-07 Thread tickets
Issue #14313 has been updated by Kelsey Hightower. Status changed from Unreviewed to Needs More Information Assignee set to Nick Fagerlund Nick, Is there anything we can do on the documentation front? Let me know how I can help. Bug #14313: puppet agen

[Puppet - Bug #13441] (Investigating) A command that times out will not re-execute if "tries" is set.

2012-05-07 Thread tickets
Issue #13441 has been updated by Kelsey Hightower. Category set to exec Status changed from Unreviewed to Investigating Assignee set to Kelsey Hightower Bug #13441: A command that times out will not re-execute if "tries" is set. https://projects.puppetla

[Puppet - Bug #13441] (Accepted) A command that times out will not re-execute if "tries" is set.

2012-05-07 Thread tickets
Issue #13441 has been updated by Kelsey Hightower. Status changed from Investigating to Accepted Assignee deleted (Kelsey Hightower) Affected Puppet version set to 2.7.14 So this is a real bug. I was able to reproduce this with the following manifest: # This should run for at least 10 secon

[Puppet - Bug #14301] (Investigating) Hashes can not be used in selectors (upgrading from 2.7.1->2.7.14)

2012-05-07 Thread tickets
Issue #14301 has been updated by Kelsey Hightower. Status changed from Unreviewed to Investigating Assignee set to Kelsey Hightower Bug #14301: Hashes can not be used in selectors (upgrading from 2.7.1->2.7.14) https://projects.puppetlabs.com/issues/1430

[Puppet - Bug #14301] (Accepted) Hashes can not be used in selectors (upgrading from 2.7.1->2.7.14)

2012-05-07 Thread tickets
Issue #14301 has been updated by Kelsey Hightower. Status changed from Investigating to Accepted Assignee deleted (Kelsey Hightower) I was able to reproduce this with the following manifest: # bug14301_hash.pp $heroes = $enemy ? { 'Apocalypse' => { green => "Hulk", god => "Thor" },

[Puppet - Feature #14311] (Needs More Information) Expose catalog version

2012-05-07 Thread tickets
Issue #14311 has been updated by Kelsey Hightower. Status changed from Unreviewed to Needs More Information Assignee set to Haw Loeung Haw, In order to help us make a better decision on accepting this, it would help if you provided a use case. What are you trying to accomplish in your postrun

[Puppet - Bug #14312] (Needs More Information) Incorrect deprecation warning about node var

2012-05-07 Thread tickets
Issue #14312 has been updated by Kelsey Hightower. Status changed from Unreviewed to Needs More Information Assignee set to Rutger Spiertz This should be fixed by the scope related work in Puppet 2.7.14. What version of Puppet are you running? Can you verify this on Puppet 2.7.14? Thanks -

[Puppet - Bug #14265] (Requires CLA to be signed) yumhelper.py: yum check-config fallback if yum module is not available does not work with yum 3.2.22

2012-05-07 Thread tickets
Issue #14265 has been updated by Kelsey Hightower. Status changed from Unreviewed to Requires CLA to be signed Assignee set to Owen Smith Bug #14265: yumhelper.py: yum check-config fallback if yum module is not available does not work with yum 3.2.22 ht

[Puppet - Bug #7520] timestamp on reports should be taken from server, not client

2012-05-07 Thread tickets
Issue #7520 has been updated by Nigel Kersten. I don't believe so. We should preserve the client timestamp, but stamp the reports with the master time as they are processed, and use the latter for the authoritative timestamp. Bug #7520: timestamp on re

[Puppet - Bug #1387] parseonly fails when using custom types

2012-05-07 Thread tickets
Issue #1387 has been updated by Kelsey Hightower. Description updated Ok, so better late than never :) The ablility to validate manifests using custom types seems to be fixed in atleast Puppet 2.7.x: $ git clone git://github.com/duritong/puppet-mysql.git $ cd puppet-mysql/ $ puppe

[Puppet - Bug #14323] puppet cert list and puppet certificate are confusingly similar

2012-05-07 Thread tickets
Issue #14323 has been updated by Dan Bode. thanks Kelsey! I guess this ticket is mainly about the fact that the commands are not the same. I think it would be reasonable to expect at least the list action to work the same between the old way of doing it to the new way. If it makes sense, I m

[Facter - Bug #14332] (Merged - Pending Release) Correct Stubbing so that tests on Ubuntu don't result in operatingsystem = ubuntu

2012-05-07 Thread tickets
Issue #14332 has been updated by Ken Barber. Status changed from In Topic Branch Pending Review to Merged - Pending Release Merged by Dom here: Bug #14332: Correct Stu

[Puppet - Refactor #14348] (Accepted) Hiera should be enabled by default as the data binding terminus

2012-05-07 Thread tickets
Issue #14348 has been reported by Kelsey Hightower. Refactor #14348: Hiera should be enabled by default as the data binding terminus https://projects.puppetlabs.com/issues/14348 Author: Kelsey Hightower Status: Accepted Priority: Normal Assignee: Kelsey H

[Puppet - Bug #14313] Need balanced list of settings to include in each application's help and man page

2012-05-07 Thread tickets
Issue #14313 has been updated by Nick Fagerlund. Subject changed from puppet agent usage does not mention --color argument to Need balanced list of settings to include in each application's help and man page Description updated Assignee changed from Nick Fagerlund to Garrett Honeycutt I'm sick

[Puppet - Bug #13308] mcollective/puppetd 2.7.11-2 & RHEL57 SELinux alert

2012-05-07 Thread tickets
Issue #13308 has been updated by Stefan Heijmans. Did a fresh install of RHEL57 and this also didn't show the SELinux alert, that made me really wonder and quickly found out that the correct software was not installed and also the service not running; So after doing; 'yum install -y setrouble

[Puppet - Bug #14297] Upstart provider broken in 2.7.14

2012-05-07 Thread tickets
Issue #14297 has been updated by Matthaus Litteken. Branch set to https://github.com/haus/puppet/tree/ticket/2.7.x/14297_handle_upstart_better Potential fix at the following pull: And the following branch:

[Puppet - Bug #14297] (In Topic Branch Pending Review) Upstart provider broken in 2.7.14

2012-05-07 Thread tickets
Issue #14297 has been updated by Matthaus Litteken. Status changed from Accepted to In Topic Branch Pending Review Bug #14297: Upstart provider broken in 2.7.14 https://projects.puppetlabs.com/issues/14297#change-62112 Author: Andreas Ntaflos Status: In

[Puppet - Bug #4239] Function returning binary content trigger sql error with stored config

2012-05-07 Thread tickets
Issue #4239 has been updated by Paul Hinze. I get the same behavior with storeconfigs and binary file content (a GPG keyring, in my particular case). I don't have a special function defined, I'm just using template() to pull the content in. Switching to a `source` parameter in my case served

[Facter - Bug #7484] facter fqdn is empty when domainnames aren't containing any dot (ie tld)

2012-05-07 Thread tickets
Issue #7484 has been updated by Jeff Weiss. Assignee set to Hailee Kenney Bug #7484: facter fqdn is empty when domainnames aren't containing any dot (ie tld) https://projects.puppetlabs.com/issues/7484#change-62115 Author: Edouard Bourguignon Status: A

[Puppet - Feature #13674] (Accepted) nagios module: add support for ipv6 addresses

2012-05-07 Thread tickets
Issue #13674 has been updated by Ken Barber. Project changed from Puppet Labs Modules to Puppet Status changed from Unreviewed to Accepted Feature #13674: nagios module: add support for ipv6 addresses https://projects.puppetlabs.com/issues/13674#change-6

[Puppet - Feature #13674] nagios resource: add support for ipv6 addresses

2012-05-07 Thread tickets
Issue #13674 has been updated by Ken Barber. Subject changed from nagios module: add support for ipv6 addresses to nagios resource: add support for ipv6 addresses Category set to nagios Moving this to Puppet, as Nagios is not a module yet. Feature #13674

[Puppet - Refactor #14348] (In Topic Branch Pending Review) Hiera should be enabled by default as the data binding terminus

2012-05-07 Thread tickets
Issue #14348 has been updated by Kelsey Hightower. Status changed from Accepted to In Topic Branch Pending Review Branch set to https://github.com/puppetlabs/puppet/pull/743 Refactor #14348: Hiera should be enabled by default as the data binding terminus

[Puppet - Refactor #14348] (Merged - Pending Release) Hiera should be enabled by default as the data binding terminus

2012-05-07 Thread tickets
Issue #14348 has been updated by Daniel Pittman. Status changed from In Topic Branch Pending Review to Merged - Pending Release Refactor #14348: Hiera should be enabled by default as the data binding terminus https://projects.puppetlabs.com/issues/14348#

[Facter - Bug #7484] facter fqdn is empty when domainnames aren't containing any dot (ie tld)

2012-05-07 Thread tickets
Issue #7484 has been updated by Jeff Weiss. it looks like this would pull the tld from an `/etc/resolv.conf` if the `domain` or `search` fields existed in it. Granted this is probably not the behaviour we want to encourage. Bug #7484: facter fqdn is em

[Facter - Bug #7484] facter fqdn is empty when domainnames aren't containing any dot (ie tld)

2012-05-07 Thread tickets
Issue #7484 has been updated by Jeff Weiss. It's rumoured that on Solaris `hostname -f` will **set** the hostname to `-f`. Hailee and I will look into this because it could adversely affect making the domain fact always match `hostname -f`. Bug #7484: f

[Puppet - Bug #14306] (Unreviewed) puppet module tool version comparison issues.

2012-05-07 Thread tickets
Issue #14306 has been updated by Nan Liu. Status changed from Needs More Information to Unreviewed Assignee changed from Nan Liu to Kelsey Hightower The reason you can't reproduce it is because we actually pushed apt version 0.0.3 to forge. If you bump to version 0.0.4 in the Modulefile and use

[Puppet - Bug #14344] File being removed- three times

2012-05-08 Thread tickets
Issue #14344 has been updated by James Patterson. The problem seems to be that the file is not removed immediately (even though the log says it is). Later on in the puppet run, a puppet config file is updated which causes puppet to restart. Since the file is not removed before puppet shuts d

[Puppet - Bug #14354] (Unreviewed) puppet 2.7.14 can't start upstart services

2012-05-08 Thread tickets
Issue #14354 has been reported by Eslam El Husseiny. Bug #14354: puppet 2.7.14 can't start upstart services https://projects.puppetlabs.com/issues/14354 Author: Eslam El Husseiny Status: Unreviewed Priority: Normal Assignee: Category: service Target ver

[Puppet - Bug #14355] (Unreviewed) performance issue with 2.7.14

2012-05-08 Thread tickets
Issue #14355 has been reported by konrad rzentarzewski. Bug #14355: performance issue with 2.7.14 https://projects.puppetlabs.com/issues/14355 Author: konrad rzentarzewski Status: Unreviewed Priority: Normal Assignee: Category: compiler Target version:

[Puppet - Refactor #14337] Error message when trying to realise virtual resources where none exist

2012-05-08 Thread tickets
Issue #14337 has been updated by Walter Heck. The offending module is here: https://github.com/puppetlabs/puppetlabs-puppet/blob/master/manifests/master.pp It seems that the file has been updated in the mean time, but either way the error message should provide more information. Normally I get

[Puppet - Feature #11164] (Closed) Puppet 2.7 vimrc file

2012-05-08 Thread tickets
Issue #11164 has been updated by Nan Liu. Status changed from Investigating to Closed Assignee deleted (Nan Liu) Feature #11164: Puppet 2.7 vimrc file https://projects.puppetlabs.com/issues/11164#change-62132 Author: Nan Liu Status: Closed Priority: Nor

[Puppet - Refactor #14337] Error message when trying to realise virtual resources where none exist

2012-05-08 Thread tickets
Issue #14337 has been updated by Ken Barber. So I can't replicate this in an isolated way, I've tried this: $service_notify = Notify[undef] $puppet_config = 'foobar' notify { $puppet_conf: } if ! defined(Notify[$puppet_conf]) { notify { $puppet_conf: message => 'fo

[Puppet - Bug #14354] (Duplicate) puppet 2.7.14 can't start upstart services

2012-05-08 Thread tickets
Issue #14354 has been updated by James Turnbull. Status changed from Unreviewed to Duplicate Duplicates #14297. Bug #14354: puppet 2.7.14 can't start upstart services https://projects.puppetlabs.com/issues/14354#change-62134 Author: Eslam El Husseiny St

[Facter - Bug #7484] facter fqdn is empty when domainnames aren't containing any dot (ie tld)

2012-05-08 Thread tickets
Issue #7484 has been updated by Jeff Weiss. The Solaris [hostname man page](http://www.unix.com/man-page/OpenSolaris/1/hostname/) indicates Solaris run with `hostname -f` will indeed alter the system's hostname to `-f`. Bug #7484: facter fqdn is empty w

[Puppet - Feature #939] mailalias type does not rebuild aliases by default

2012-05-08 Thread tickets
Issue #939 has been updated by Brian King. Could someone maybe add the "notify" attribute to the mailalias type? At least then we could work around the issue by using a custom exec which could be notified when the alias file is updated. Out of curiosity, why aren't notify and subscribe part o

[Puppet - Refactor #13341] Add support for nested exceptions in Puppet::Error

2012-05-08 Thread tickets
Issue #13341 has been updated by Patrick Carlisle. Should be ready to merge now Refactor #13341: Add support for nested exceptions in Puppet::Error https://projects.puppetlabs.com/issues/13341#change-62147 Author: Chris Price Status: Accepted Priority: H

[Puppet - Bug #14036] (Re-opened) Allow puppet to handle upstart better

2012-05-08 Thread tickets
Issue #14036 has been updated by Richard Crowley. Status changed from Closed to Re-opened Target version changed from 2.7.14 to 2.7.15 This patch definitely seems to have broken `service` resources which explicitly declare `provider => "upstart"` and don't have the `/lib/init/upstart-job` syml

[Puppet - Bug #14359] (Unreviewed) Puppet Module Install fails to resolve dependencies listed in Modulefile with a hypen (-)

2012-05-08 Thread tickets
Issue #14359 has been reported by Ryan Coleman. Bug #14359: Puppet Module Install fails to resolve dependencies listed in Modulefile with a hypen (-) https://projects.puppetlabs.com/issues/14359 Author: Ryan Coleman Status: Unreviewed Priority: Normal As

[Puppet - Bug #14360] (Unreviewed) Symbolic modes mis-handle the capital X option.

2012-05-08 Thread tickets
Issue #14360 has been reported by Trevor Vaughan. Bug #14360: Symbolic modes mis-handle the capital X option. https://projects.puppetlabs.com/issues/14360 Author: Trevor Vaughan Status: Unreviewed Priority: Normal Assignee: Daniel Pittman Category: file T

[Puppet - Bug #14360] Symbolic modes mis-handle the capital X option.

2012-05-08 Thread tickets
Issue #14360 has been updated by Trevor Vaughan. As a corrolary to this, setting -x on a directory removes the execute bits. This should retain the execute bits on directories just like using the normal file modes in puppet. Bug #14360: Symbolic modes m

[Facter - Bug #7484] (In Topic Branch Pending Review) facter fqdn is empty when domainnames aren't containing any dot (ie tld)

2012-05-08 Thread tickets
Issue #7484 has been updated by Hailee Kenney. Status changed from Accepted to In Topic Branch Pending Review Branch set to https://github.com/puppetlabs/facter/pull/198 Bug #7484: facter fqdn is empty when domainnames aren't containing any dot (ie tld)

[Puppet - Bug #9112] "Duplicate generated resource; skipping" when using Tidy with File.

2012-05-08 Thread tickets
Issue #9112 has been updated by Daniel Pittman. So, I looked over the code that Trevor submitted, and it looked correct but worrying. Specifically, it only generates things that are not in catalog - but I am not certain if you can generate duplicate entries after the fact, based on the order

[Puppet - Bug #13858] (Merged - Pending Release) Custom types in environments require loading into master's libdir

2012-05-08 Thread tickets
Issue #13858 has been updated by Daniel Pittman. Status changed from In Topic Branch Pending Review to Merged - Pending Release Target version set to Telly Thanks, this is merged. We believe this resolves the problem; if not, please let us know. Bug #13

[Facter - Bug #14366] (Unreviewed) virtual => physical and is_virtual => false on EC2

2012-05-08 Thread tickets
Issue #14366 has been reported by Kevin O'Connor. Bug #14366: virtual => physical and is_virtual => false on EC2 https://projects.puppetlabs.com/issues/14366 Author: Kevin O'Connor Status: Unreviewed Priority: Normal Assignee: Category: Target version:

[Facter - Bug #11229] On a clean, minimal install of Debian 6, `facter domain` is picking crazy things!

2012-05-08 Thread tickets
Issue #11229 has been updated by Jeff Weiss. Assignee changed from Adrien Thebo to Hailee Kenney Bug #11229: On a clean, minimal install of Debian 6, `facter domain` is picking crazy things! https://projects.puppetlabs.com/issues/11229#change-62183 Aut

[Puppet - Bug #13559] (Code Insufficient) Telly requires a single console log output mechanism, but will have two after PMT merges up.

2012-05-08 Thread tickets
Issue #13559 has been updated by Daniel Pittman. Status changed from In Topic Branch Pending Review to Code Insufficient It turns out that this drops the context from various messages - including "which resource a change applied to". Bug #13559: Telly re

[Puppet - Bug #4402] (Closed) directoryservice user provider on darwin 10.4 (tiger) won't manage passwords

2012-05-08 Thread tickets
Issue #4402 has been updated by eric sorenson. Status changed from Needs More Information to Closed Tiger's now 3 major revs back, closing. Bug #4402: directoryservice user provider on darwin 10.4 (tiger) won't manage passwords https://projects.puppetlab

[Puppet - Bug #14283] Solaris 11 cron provider oddities

2012-05-08 Thread tickets
Issue #14283 has been updated by Ben Hughes. So, just to make sure. I removed the envpuppet version and the CSW version, and installed puppet via the gem. Still happens. I know it's detecting the operatingsystem, as I was adding debug output to the suntab section of lib/puppet/util/filetype.

[Puppet - Bug #14360] (Needs More Information) Symbolic modes mis-handle the capital X option.

2012-05-08 Thread tickets
Issue #14360 has been updated by Daniel Pittman. Status changed from Unreviewed to Needs More Information Trevor, is this only true for recursive operations, or do you also see it on individual files managed without recursion? Bug #14360: Symbolic modes

[Puppet - Bug #14359] (Accepted) Puppet Module Install fails to resolve dependencies listed in Modulefile with a hypen (-)

2012-05-08 Thread tickets
Issue #14359 has been updated by Daniel Pittman. Category set to modules Status changed from Unreviewed to Accepted Target version set to Telly Bug #14359: Puppet Module Install fails to resolve dependencies listed in Modulefile with a hypen (-) https:/

[Puppet - Bug #14355] (Investigating) performance issue with 2.7.14

2012-05-08 Thread tickets
Issue #14355 has been updated by Daniel Pittman. Status changed from Unreviewed to Investigating Assignee set to Carl Caum Carl, I think this is probably something you want to look into. Bug #14355: performance issue with 2.7.14 https://projects.puppetlab

[Puppet - Bug #14343] (Investigating) undefined method twoscope_lookupvar while looking for top scope or facter variables

2012-05-08 Thread tickets
Issue #14343 has been updated by Daniel Pittman. Status changed from Unreviewed to Investigating Assignee set to Andrew Parker Andrew, can you take a quick look at this. Bug #14343: undefined method twoscope_lookupvar while looking for top scope or fact

[Puppet - Bug #14269] (Rejected) Duplicate Group Membership with LDAP

2012-05-08 Thread tickets
Issue #14269 has been updated by Daniel Pittman. Status changed from Unreviewed to Rejected Unfortunately, having duplicate records returned by NSS, which is what you have here, is firmly in the realm of "undefined behaviour". Various implementations across platforms will return the first, ret

[Facter - Bug #14366] (Accepted) virtual => physical and is_virtual => false on EC2

2012-05-08 Thread tickets
Issue #14366 has been updated by Daniel Pittman. Status changed from Unreviewed to Accepted Bug #14366: virtual => physical and is_virtual => false on EC2 https://projects.puppetlabs.com/issues/14366#change-62200 Author: Kevin O'Connor Status: Accepted

[Puppet - Bug #14306] (Investigating) puppet module tool version comparison issues.

2012-05-08 Thread tickets
Issue #14306 has been updated by Daniel Pittman. Status changed from Unreviewed to Investigating Bug #14306: puppet module tool version comparison issues. https://projects.puppetlabs.com/issues/14306#change-62201 Author: Nan Liu Status: Investigating Pr

[Puppet - Bug #14343] undefined method twoscope_lookupvar while looking for top scope or facter variables

2012-05-08 Thread tickets
Issue #14343 has been updated by Andrew Parker. Konrad, can you give me some more information about your installation? Ruby version, gems installed, how you installed, etc. Also if you could confirm that what I just tried shows the same problem for you, that would help a lot. I've tried to r

[Puppet - Bug #14368] (Unreviewed) documentation gap for non-trivial providers and types

2012-05-08 Thread tickets
Issue #14368 has been reported by Philip Brown. Bug #14368: documentation gap for non-trivial providers and types https://projects.puppetlabs.com/issues/14368 Author: Philip Brown Status: Unreviewed Priority: Normal Assignee: Category: documentation Targ

[Puppet - Bug #14283] Solaris 11 cron provider oddities

2012-05-08 Thread tickets
Issue #14283 has been updated by Stefan Schulte. I can only guess that it is some sort of a permission issue. When you are already inside the suntab filetype can you please replace `output_file.delete` with `puts output_file.path` inside the `write` method? This way you can check the content

[Puppet - Bug #14343] undefined method twoscope_lookupvar while looking for top scope or facter variables

2012-05-09 Thread tickets
Issue #14343 has been updated by konrad rzentarzewski. it's hard to replicate now, as i've already patched our puppetmasters - it started with upgrade to 2.7.14 (it was a long weekend, so we found that manifests are not compiling after return - this pretty much isolates the cause to the upgra

[Puppet - Bug #14344] File being removed- three times

2012-05-09 Thread tickets
Issue #14344 has been updated by James Patterson. Issue 12879 comment 7 mentions odd behaviour during a puppet daemon restart. Can we rename this bug to "puppet daemon acts inconsistently when restarted as part of puppet run"? Bug #14344: File being rem

[Puppet - Bug #14355] performance issue with 2.7.14

2012-05-09 Thread tickets
Issue #14355 has been updated by Steve Traylen. File RunTime.tiff added File puppetmaster.tiff added Just confirming similar behavior when we went from 2.7.11 to 2.7.14: Running: {quote} time puppet master --debug --color=false --compile steve01.cern.ch {quote} for each of the intermediate v

[Puppet - Bug #14306] puppet module tool version comparison issues.

2012-05-09 Thread tickets
Issue #14306 has been updated by Kelsey Hightower. Ok, I've seen this issue before. Nan try cleaning your cache: $ puppet module clean Let me know if that woks. Bug #14306: puppet module tool version comparison issues. https://projects.puppetlabs.co

[Puppet - Bug #14156] (Closed) puppet-2.7.13-1.el6.noarch - error in destinations.rb

2012-05-09 Thread tickets
Issue #14156 has been updated by Gary Wilson (@earthgecko). Status changed from Needs More Information to Closed Assignee set to Daniel Pittman Apologies for the **very** delayed response. I went on a short holiday and before that was swamped and then had family visting while swamped... Anywa

[Facter - Bug #7484] (Code Insufficient) facter fqdn is empty when domainnames aren't containing any dot (ie tld)

2012-05-09 Thread tickets
Issue #7484 has been updated by Hailee Kenney. Status changed from In Topic Branch Pending Review to Code Insufficient Target version changed from 1.6.x to 2.0.0 Branch deleted (https://github.com/puppetlabs/facter/pull/198) Using hostname -f is a potentially breaking change, so it should be tar

[Puppet - Bug #14156] puppet-2.7.13-1.el6.noarch - error in destinations.rb

2012-05-09 Thread tickets
Issue #14156 has been updated by Gary Wilson (@earthgecko). h2. The same is true for puppet-2.7.13.el6 [root@zpf-lighttpd-dev-1-40g-ruk ~]# yum -y install puppet-2.7.13.el6 --enablerepo=puppetlabs Loaded plugins: fastestmirror Loading mirror speeds from cached hostfile * base: mirror01.th.if

[Facter - Bug #7484] (In Topic Branch Pending Review) facter fqdn is empty when domainnames aren't containing any dot (ie tld)

2012-05-09 Thread tickets
Issue #7484 has been updated by Hailee Kenney. Status changed from Code Insufficient to In Topic Branch Pending Review Branch set to https://github.com/puppetlabs/facter/pull/199 Bug #7484: facter fqdn is empty when domainnames aren't containing any dot

[Facter - Bug #7484] (Merged - Pending Release) facter fqdn is empty when domainnames aren't containing any dot (ie tld)

2012-05-09 Thread tickets
Issue #7484 has been updated by Hailee Kenney. Status changed from In Topic Branch Pending Review to Merged - Pending Release Documentation added to pre-docs. Bug #7484: facter fqdn is empty when domainnames aren't containing any dot (ie tld) https://pr

[Facter - Bug #7484] (Code Insufficient) facter fqdn is empty when domainnames aren't containing any dot (ie tld)

2012-05-09 Thread tickets
Issue #7484 has been updated by Hailee Kenney. Status changed from Merged - Pending Release to Code Insufficient Bug #7484: facter fqdn is empty when domainnames aren't containing any dot (ie tld) https://projects.puppetlabs.com/issues/7484#change-62256

[Facter - Bug #7484] (In Topic Branch Pending Review) facter fqdn is empty when domainnames aren't containing any dot (ie tld)

2012-05-09 Thread tickets
Issue #7484 has been updated by Hailee Kenney. Status changed from Code Insufficient to In Topic Branch Pending Review Bug #7484: facter fqdn is empty when domainnames aren't containing any dot (ie tld) https://projects.puppetlabs.com/issues/7484#change

[Facter - Bug #3909] Facter does not behave properly with non-existent top-level domains.

2012-05-09 Thread tickets
Issue #3909 has been updated by Hailee Kenney. Assignee set to Hailee Kenney Bug #3909: Facter does not behave properly with non-existent top-level domains. https://projects.puppetlabs.com/issues/3909#change-62259 Author: Joe McDonagh Status: Accepted P

[Facter - Bug #11229] (Duplicate) On a clean, minimal install of Debian 6, `facter domain` is picking crazy things!

2012-05-09 Thread tickets
Issue #11229 has been updated by Hailee Kenney. Status changed from Accepted to Duplicate Bug #11229: On a clean, minimal install of Debian 6, `facter domain` is picking crazy things! https://projects.puppetlabs.com/issues/11229#change-62260 Author: Da

[Facter - Bug #3909] Facter does not behave properly with non-existent top-level domains.

2012-05-09 Thread tickets
Issue #3909 has been updated by Hailee Kenney. Target version changed from 1.6.x to 2.0.0 Due to the fix in #7484, the probability of this reaching this issue is extremely rare. However, if we encounter a domain name with a trailing '.', we will strip it off. Because behavior was undefined be

[Puppet - Bug #14313] Need balanced list of settings to include in each application's help and man page

2012-05-09 Thread tickets
Issue #14313 has been updated by Nick Fagerlund. Garrett Honeycutt wrote: > If it is a valid option, it should be in the docs. We should not have secret > options. Nah, "valid" is a pointless distinction here; I'm asking what settings are relevant, which is a squishier metric. You can spe

[Facter - Bug #3909] Strip trailing dots from domain fact

2012-05-09 Thread tickets
Issue #3909 has been updated by Hailee Kenney. Subject changed from Facter does not behave properly with non-existent top-level domains. to Strip trailing dots from domain fact Bug #3909: Strip trailing dots from domain fact https://projects.puppetlabs.

[Puppet - Bug #13559] Telly requires a single console log output mechanism, but will have two after PMT merges up.

2012-05-09 Thread tickets
Issue #13559 has been updated by Daniel Pittman. Target version changed from 3.X to 3.0.0 Bug #13559: Telly requires a single console log output mechanism, but will have two after PMT merges up. https://projects.puppetlabs.com/issues/13559#change-62280

[Puppet - Feature #11608] Lowrider: Data/Model separation by including Hiera-like functionality in Puppet

2012-05-09 Thread tickets
Issue #11608 has been updated by Daniel Pittman. Target version set to 3.0.0 Feature #11608: Lowrider: Data/Model separation by including Hiera-like functionality in Puppet https://projects.puppetlabs.com/issues/11608#change-62282 Author: Nigel Kersten

[Puppet - Bug #2727] XMLRPC returned wrong size. Retrying.

2012-05-09 Thread tickets
Issue #2727 has been updated by Daniel Pittman. Target version changed from 3.X to 3.0.0 Bug #2727: XMLRPC returned wrong size. Retrying. https://projects.puppetlabs.com/issues/2727#change-62285 Author: Julien Cornuwel Status: Closed Priority: Normal A

[Puppet - Feature #3324] yumrepo doesn't support ssl options

2012-05-09 Thread tickets
Issue #3324 has been updated by Daniel Pittman. Target version changed from 3.X to 3.0.0 Feature #3324: yumrepo doesn't support ssl options https://projects.puppetlabs.com/issues/3324#change-62287 Author: Pierre Larsson Status: Merged - Pending Release

[Puppet - Feature #3641] "Import" statements should not be allowed inside of other control structures.

2012-05-09 Thread tickets
Issue #3641 has been updated by Daniel Pittman. Target version changed from 3.X to 3.0.0 Feature #3641: "Import" statements should not be allowed inside of other control structures. https://projects.puppetlabs.com/issues/3641#change-62288 Author: Jesse

[Puppet - Bug #3741] Custom facts loaded multiple times

2012-05-09 Thread tickets
Issue #3741 has been updated by Daniel Pittman. Target version changed from 3.X to 3.0.0 Bug #3741: Custom facts loaded multiple times https://projects.puppetlabs.com/issues/3741#change-62289 Author: Dan Carley Status: Merged - Pending Release Priority:

[Puppet - Feature #3757] --enable and --disable should be improved

2012-05-09 Thread tickets
Issue #3757 has been updated by Daniel Pittman. Target version changed from 3.X to 3.0.0 Feature #3757: --enable and --disable should be improved https://projects.puppetlabs.com/issues/3757#change-62290 Author: R.I. Pienaar Status: Merged - Pending Rele

[Puppet - Bug #3910] Server is not authoritative over client environment when specified in an ENC

2012-05-09 Thread tickets
Issue #3910 has been updated by Daniel Pittman. Target version changed from 3.X to 3.0.0 Bug #3910: Server is not authoritative over client environment when specified in an ENC https://projects.puppetlabs.com/issues/3910#change-62291 Author: Nigel Kers

[Puppet - Bug #3939] ALLCAPS variables arent usable in templates.

2012-05-09 Thread tickets
Issue #3939 has been updated by Daniel Pittman. Target version changed from 3.X to 3.0.0 Bug #3939: ALLCAPS variables arent usable in templates. https://projects.puppetlabs.com/issues/3939#change-62292 Author: R.I. Pienaar Status: Closed Priority: Norma

[Puppet - Bug #4107] puppet kick ignores --noop, and it isn't clear what the correct behavior should be

2012-05-09 Thread tickets
Issue #4107 has been updated by Daniel Pittman. Target version changed from 3.X to 3.0.0 Bug #4107: puppet kick ignores --noop, and it isn't clear what the correct behavior should be https://projects.puppetlabs.com/issues/4107#change-62293 Author: Jess

[Puppet - Bug #4426] ext/regexp_nodes treats "environment" as parameter

2012-05-09 Thread tickets
us: Merged - Pending Release Priority: Normal Assignee: Category: ext Target version: 3.0.0 Affected Puppet version: Keywords: Branch: https://github.com/ahpook/puppet/tree/tickets-4426-regexp Per Eric's request, here's the ticket: Environment is a top-level variable and not a paramete

[Puppet - Bug #4480] Runit service provider behavior

2012-05-09 Thread tickets
Issue #4480 has been updated by Daniel Pittman. Target version changed from 3.X to 3.0.0 Bug #4480: Runit service provider behavior https://projects.puppetlabs.com/issues/4480#change-62295 Author: Mohit Chawla Status: Merged - Pending Release Priority:

[Puppet - Bug #4707] Puppetmasterd does not load ulimits defined /etc/security/limits.conf when it changes the user credentials

2012-05-09 Thread tickets
Issue #4707 has been updated by Daniel Pittman. Target version changed from 3.X to 3.0.0 Bug #4707: Puppetmasterd does not load ulimits defined /etc/security/limits.conf when it changes the user credentials https://projects.puppetlabs.com/issues/4707#ch

[Puppet - Feature #4784] Allow different defaults for different run_modes

2012-05-09 Thread tickets
Issue #4784 has been updated by Daniel Pittman. Target version changed from 3.X to 3.0.0 Feature #4784: Allow different defaults for different run_modes https://projects.puppetlabs.com/issues/4784#change-62297 Author: Jesse Wolfe Status: Rejected Priori

[Puppet - Feature #4797] Providers should be able to process more than one resource at a time

2012-05-09 Thread tickets
Issue #4797 has been updated by Daniel Pittman. Target version changed from 3.X to 3.0.0 Feature #4797: Providers should be able to process more than one resource at a time https://projects.puppetlabs.com/issues/4797#change-62298 Author: Jesse Wolfe St

[Puppet - Feature #4836] puppetd --disable improvements

2012-05-09 Thread tickets
Issue #4836 has been updated by Daniel Pittman. Target version changed from 3.X to 3.0.0 Feature #4836: puppetd --disable improvements https://projects.puppetlabs.com/issues/4836#change-62299 Author: micah - Status: Closed Priority: Low Assignee: Chris

[Puppet - Bug #4916] Plugins should not be able to override core functionality.

2012-05-09 Thread tickets
Issue #4916 has been updated by Daniel Pittman. Target version changed from 3.X to 3.0.0 Bug #4916: Plugins should not be able to override core functionality. https://projects.puppetlabs.com/issues/4916#change-62300 Author: Nigel Kersten Status: Rejecte

[Puppet - Bug #5224] puppetd does not set environment correctly from Exec

2012-05-09 Thread tickets
Issue #5224 has been updated by Daniel Pittman. Target version changed from 3.X to 3.0.0 Bug #5224: puppetd does not set environment correctly from Exec https://projects.puppetlabs.com/issues/5224#change-62301 Author: Simon Mudd Status: Merged - Pending

[Puppet - Feature #5606] augeas needs more detailed error printing

2012-05-09 Thread tickets
Release Priority: Normal Assignee: Dominic Cleal Category: augeas Target version: 3.0.0 Affected Puppet version: 2.6.4 Keywords: augeas errors Branch: https://github.com/domcleal/puppet/tree/tickets/master/5606 When Augeas provider doesn't like your commands, it bails out with "Save fa

[Puppet - Bug #5850] XMLRPC interface to filebucket should be removed

2012-05-09 Thread tickets
Issue #5850 has been updated by Daniel Pittman. Target version changed from 3.X to 3.0.0 Bug #5850: XMLRPC interface to filebucket should be removed https://projects.puppetlabs.com/issues/5850#change-62304 Author: Paul Berry Status: Closed Priority: Nor

[Puppet - Bug #6633] Mount provider remounts unnecessarily

2012-05-09 Thread tickets
Issue #6633 has been updated by Daniel Pittman. Target version changed from 3.X to 3.0.0 Bug #6633: Mount provider remounts unnecessarily https://projects.puppetlabs.com/issues/6633#change-62305 Author: Paul Berry Status: Duplicate Priority: Normal Assi

[Puppet - Refactor #6759] Improve internal option handling pattern

2012-05-09 Thread tickets
Issue #6759 has been updated by Daniel Pittman. Target version changed from 3.X to 3.0.0 Refactor #6759: Improve internal option handling pattern https://projects.puppetlabs.com/issues/6759#change-62306 Author: Markus Roberts Status: Closed Priority: No

[Puppet - Refactor #6799] Acceptance test for #6798

2012-05-09 Thread tickets
Issue #6799 has been updated by Daniel Pittman. Target version changed from 3.X to 3.0.0 Refactor #6799: Acceptance test for #6798 https://projects.puppetlabs.com/issues/6799#change-62307 Author: Richard Crowley Status: Closed Priority: Normal Assignee:

[Puppet - Bug #6830] Specs should all pass under Ruby 1.9

2012-05-09 Thread tickets
Issue #6830 has been updated by Daniel Pittman. Target version changed from 3.X to 3.0.0 Bug #6830: Specs should all pass under Ruby 1.9 https://projects.puppetlabs.com/issues/6830#change-62308 Author: Matt Robinson Status: Merged - Pending Release Prio

[Puppet - Bug #7140] overzealous warnings when querying services on debian

2012-05-09 Thread tickets
Issue #7140 has been updated by Daniel Pittman. Target version changed from 3.X to 3.0.0 Bug #7140: overzealous warnings when querying services on debian https://projects.puppetlabs.com/issues/7140#change-62309 Author: Nigel Kersten Status: Merged - Pen

[Puppet - Feature #7285] Use Augeas NO_LOAD/incl to optimise loading

2012-05-09 Thread tickets
Release Priority: Normal Assignee: Jacob Helwig Category: augeas Target version: 3.0.0 Affected Puppet version: Keywords: augeas performance Branch: https://github.com/domcleal/puppet/tree/tickets/master/7285c Augeas will load all lenses and then read and parse all files listed in the default

<    1   2   3   4   5   6   7   8   9   10   >