Activity
From 01/21/2012 to 01/27/2012
01/28/2012
-
08:37 pm Cloud-Provisioner Feature #12267 (Merged - Pending Release): field used to filter instances for termination should ...
- currently, dns-name is hard coded as the filter used to identify nodes to be terminated.
For some reason (that I d... -
06:11 pm Bug #12188 (In Topic Branch Pending Review): agent when run --no-daemonize tries to remove the pi...
- https://github.com/puppetlabs/puppet/pull/421 fixes a test break on Win32, where the absolute path wasn't qualified w...
-
06:10 pm Bug #12197 (In Topic Branch Pending Review): Array handling broken in 2.7.10
- https://github.com/puppetlabs/puppet/pull/420 fixes the problem, and adds appropriate testing to keep it from breakin...
-
05:21 pm Facter Feature #12265 (Duplicate): Add default gateway to facter
- Dup of #10268.
See discussion in that ticket - we'd welcome ideas on how to do this. -
05:20 pm Facter Feature #12265: Add default gateway to facter
- Could you check #10268 and see if this is the same feature you've requested?
-
04:52 pm Facter Feature #12265 (Duplicate): Add default gateway to facter
- My company has just started using facter to see if it's a good replacement for some internal scripts we have and so f...
-
04:29 pm Puppet Forge Feature #12264 (Accepted): Selenium tests for the forge should be written and run on CI
- I'm really hoping that the DMV team gets their Selenium stuff on CI before we have to work on this, because don't hav...
-
04:24 pm Feature #12263 (Closed): puppet module face actions need acceptance testing
- At least the basic functionality should be tested at the acceptance level for the module tool commands (list, upgrade...
-
04:20 pm Feature #12262 (Closed): Release note documentation should be written up before shipping puppet m...
- A good, brief synopsis of the module tool work should be included in the release notes for Puppet when it ships. Muc...
-
04:16 pm Feature #12261 (Closed): Puppet module face documentation should be reviewed prior to shipping
- Developers on the project should first review the docs to make sure they're basically there, and then work with NickF...
-
04:10 pm Feature #12260 (Accepted): All puppet module commands should support json and yaml output
- This shouldn't be too difficult, but if it is, this can be broken down into smaller tickets per command.
-
04:07 pm Feature #12259 (Rejected): Puppet module objects should expose their metadata
- Currently some of the metadata for puppet module objects is converted to methods, but not all. All the metadata shou...
-
04:04 pm Feature #12258 (Rejected): Should not uninstall a module with no metadata unless --force is passed
- While Puppet generally doesn't care if a module has metadata, we're moving in the direction that we want to encourage...
01/27/2012
-
03:54 pm Puppet Forge Feature #12257 (Closed): Forge API needs to provide necessary dependency data to make constraint ...
- There's a rough draft of how this might work at https://github.com/pvande/puppet-forge/tree/wip/dependency_tree_api. ...
-
03:50 pm Feature #12256 (Closed): Should not uninstall when depended upon
- Unless the --force flag is passed, we'll prevent users from uninstalling a module that has dependencies.
Matt has ... -
03:47 pm Bug #12255 (Closed): puppet module uninstall should check for local changes before removing a module
- If there are local changes to a module, --force will be necessary before removing a module. We already have code to ...
-
03:46 pm Bug #12188 (Merged - Pending Release): agent when run --no-daemonize tries to remove the pid of a...
- # Merged into 2.7.x #
As: <https://github.com/puppetlabs/puppet/commit/3310470>
-
03:45 pm Feature #10064 (Code Insufficient): Reports should return the environment of the client in the re...
- [Pull request 419](https://github.com/puppetlabs/puppet/pull/419) addresses this against 2.7.x.
-
03:44 pm Bug #12254 (Rejected): puppet module uninstall colorization
- Version ranges should be bright magenta.
The version string for modules that are not installed should be yellow.
Th... -
03:41 pm Feature #12253 (Accepted): Puppet module installs and upgrades should be atomic
- If at any point in the install or upgrade process the user bails or there is a problem, the modules should be in the...
-
03:34 pm Feature #12251 (Accepted): Colorized puppet module list output
- Warning output should go to STDERR, all other output to STDOUT.
Colors should be supressed if the output stream is n... -
03:32 pm Bug #12252 (Rejected): Colorized search output
- Matches to search term should be colored green
-
03:30 pm Feature #12251 (Rejected): Colorized puppet module list output
-
03:29 pm Bug #12250 (Rejected): `puppet module search` needs better error handling
- In particular, connection failures and invalid responses need to be handled better.
-
03:24 pm Puppet Forge Bug #12249 (Closed): Forge needs search to support substring matching description, name and exact...
- Corresponding changes may be needed to puppet module search.
-
03:19 pm Bug #12246 (Closed): puppet module list should have a tree view
- ...
-
03:16 pm Bug #12244 (Closed): Move code that talks to the forge into a forge library
- Forge interactions from Puppet should be accessible in a logical library file that can in theory be used from elsewhere.
-
03:12 pm Feature #12243 (Closed): Figure out dependency resolution issues
- We need to flesh out how dependency resolution and management will work for PMT. Once this is completed we should upd...
-
02:50 pm Bug #5224 (In Topic Branch Pending Review): puppetd does not set environment correctly from Exec
-
02:49 pm Bug #5224: puppetd does not set environment correctly from Exec
- Notes on solution (pending github pull request and code review):
* we are now unsetting "HOME", "USER", and "LOGNA... -
02:35 pm Puppet Acceptance Feature #12205: Allow acceptance tests to be parallelized
- I think that adding concurrency to the test harness is a great idea.
I think the issue with stdout, stderr, exit_c... -
01:54 pm Puppet Acceptance Bug #12241 (Closed): remove /etc/update-motd.d/* from ubuntu testing vms
- I noticed that acceptance tests are much slower on ubuntu. I think it's probably because of the scripts to display a ...
-
01:51 pm Bug #12197 (Code Insufficient): Array handling broken in 2.7.10
-
01:31 pm Feature #3324: yumrepo doesn't support ssl options
- Sure - happy if you take a look!
-
01:29 pm Feature #3324: yumrepo doesn't support ssl options
- James Turnbull wrote:
> David - any chance you could look at this?
Would it be possible if I have a look and fix ... -
12:59 pm Cloud-Provisioner Bug #12226: type option should not hardcode allowed flavors
- After further research:
Fog does not actually support the ability to query for existing flavors (types). It just r... -
12:53 pm Bug #12238: Exported resources doesn't include the file where the problem arose.
- This is on Puppet 2.7.10, by the way.
-
12:52 pm Bug #12238 (Duplicate): Exported resources doesn't include the file where the problem arose.
- # Overview #
When you mess up a resource that gets exported you don't get any indication of where you made that er... -
12:40 pm Puppet Dashboard Feature #12237 (Rejected): Reports over SSL should be supported
- It should be possible to specify https in the reporturl (I tried this and it didn't work).
-
12:15 pm Puppet Community Package Repository Bug #12169 (Merged - Pending Release): Puppet spec file included in conf/redhat does not build cl...
- Pull request merged: <https://github.com/puppetlabs/puppet/pull/409>
-
11:52 am Facter Bug #12170 (In Topic Branch Pending Review): Add description attribute to Facter's Gem specs
- added spec.description line to gem spec in Rakefile. see:
<https://github.com/puppetlabs/facter/pull/160> -
11:46 am Bug #12223 (Duplicate): Puppet 2.7.10 ssh_authorized_key keeps looping when array of options are set
- This error is not specific to the `ssh_authorized_key` type but is present for all properties managing an array of va...
-
11:12 am Bug #12231 (Accepted): Virtual classes are always realized
- Declaring a virtual class should not instantiate it without being realized. This worked in puppet 2.6.1 but is broke...
-
10:43 am Puppet Community Package Repository Bug #5971 (Merged - Pending Release): Javascript dependencies are not documented for Debian.
-
10:43 am Puppet Community Package Repository Bug #5971: Javascript dependencies are not documented for Debian.
- merged at <https://github.com/puppetlabs/puppet-dashboard/commit/7695abdf9d7b09e446dae9d6f7a4521e4a1837a0>
-
10:00 am Cloud-Provisioner Feature #12229 (Merged - Pending Release): Setting tags during instance creation should be config...
- currently, a tag called: 'Created-By' is always set when ec2 instances are created.
Openstack does currently suppo... -
09:56 am Bug #11674 (Accepted): selboolean persistent doesn't seem to work
- Bill Tong wrote:
> I e-mailed the excellent Dan Walsh at Red Hat, and he replied:
>
> "Here is a quick python pro... -
09:51 am Feature #1556 (Closed): A type and provider for editing /etc/hosts.allow
- K Hightower wrote:
> James, if you have time I would like to discuss the provider for this. I think I only need a fe... -
09:41 am Cloud-Provisioner Feature #12228 (Merged - Pending Release): Support setting an endpoint for the ec2 api server
- In order to support openstack, Fog::Compute.new should be passed an additional option :endpoint.
Endpoint is the m... -
09:19 am Cloud-Provisioner Bug #12226: type option should not hardcode allowed flavors
- I will be exploring this to ensure that the ability to query a valid type listing is supported by fog, ec2, and nova'...
-
09:17 am Cloud-Provisioner Bug #12226 (Rejected): type option should not hardcode allowed flavors
- The default types of openstack are the same as ec2,
(['m1.small','m1.large','m1.xlarge','t1.micro','m2.xlarge','... -
09:17 am Bug #11860 (Merged - Pending Release): Puppet ovewriting the LANG environment variable.
-
09:07 am Cloud-Provisioner Feature #12224 (Accepted): openstack support for cloud provisioner through nova ec2 api
-
09:07 am Cloud-Provisioner Refactor #12225 (Merged - Pending Release): option definitions should be re-factored out of add_c...
- The openstack implementation of cloud provisioner will use most, but not all of the options defined in the CloudPack ...
-
08:57 am Cloud-Provisioner Feature #12224 (Closed): openstack support for cloud provisioner through nova ec2 api
- This ticket is intended to capture the high level feature of openstack support for cloud provisioner.
OpenStack no... -
08:04 am Bug #12223 (Duplicate): Puppet 2.7.10 ssh_authorized_key keeps looping when array of options are set
- I just upgraded a client with puppet 2.7.9 to 2.7.10 and now the
authorized_keys started to loop
notice: /Stage... -
05:12 am Feature #8701: Make --waitforcert a parameter in puppet.conf
- ## Pending Review ##
This patch has been rebased on master, and two spec titles have been updated. The new pull re... -
05:08 am Feature #8701: Make --waitforcert a parameter in puppet.conf
- Updating to a branch I have access to, and the patch has been rebased on current master.
-
03:32 am Bug #12221 (Requires CLA to be signed): pkgdmg provider deletes files regardless of source
- The pkgdmg provider cleans up files at the end of execution. This is sane when the file is temporary (e.g. downloade...
-
02:08 am Bug #12181: Puppet 2.7.10 run stopps after loading facts.
- I can reproduce this as well with CentOS 5.7.
* Kernel 2.6.18-274.el5 works
* Kernel 2.6.18-274.7.1.el5PAE doesn't w... -
12:58 am Bug #11674: selboolean persistent doesn't seem to work
- I e-mailed the excellent Dan Walsh at Red Hat, and he replied:
"Here is a quick python program to get the state. I ... -
10:31 pm Bug #12139: Executing the command correctly but the exec is throwing the failure.
- Thanks dominic for your response. I will follow this up in mailing list.
Regards,
Sateesh B. -
10:22 pm Bug #11860: Puppet ovewriting the LANG environment variable.
- Merged spec tests changes that were failing on Windows to master in <https://github.com/puppetlabs/puppet/commit/7630...
-
07:35 pm Bug #12052: No error message printed if package installation fails due to broken dependencies
- Dominic Cleal wrote:
> I think first that a bug should be filed against aptitude itself,
I have filed a bug repor... -
06:29 pm Bug #5220: when namevar is not specified for a type, error message is 'undefined method `merge' f...
- I just ran into this while testing too and would like to resolve it because it's a pain to track down, but am not sur...
-
06:13 pm Bug #12215 (Closed): Crash in tempfile.rb
- I was just building new Ubuntu 10.04 servers that have the new version of puppet (2.7.10) from the official apt repo....
-
06:12 pm Puppet Forge Bug #3742 (Closed): Site's login should be secured with SSL
- This is done. Has been for ages. (are you still getting these Igal?) (:
-
05:40 pm Bug #12188: agent when run --no-daemonize tries to remove the pid of a running daemon
- I should have said: testing and validation of the change in that code would be awesome, from other people who have re...
-
05:37 pm Bug #12188: agent when run --no-daemonize tries to remove the pid of a running daemon
- The proposed fixes are correct, but they hit the symptoms rather than the root cause of the problem. The code smell ...
-
05:31 pm Bug #9702: Issue with inventory PGError: ERROR: column "id" does not exist
- Daniel Pittman wrote:
> So, to confirm:
>
> You are verifying that using the `pg` gem rather than `postgres` does... -
05:27 pm Bug #12181 (Needs More Information): Puppet 2.7.10 run stopps after loading facts.
- I've reproduced this with CentOS 5.7 and kernel 2.6.18-274.7.1.
Switching to either of the following kernels seems t... -
05:20 pm Feature #12060 (Merged - Pending Release): Remove factsync
-
04:46 pm Bug #4184 (Needs More Information): mount will produce invalid fstab records if "options" or "fst...
- I need more visibility into the status of the split provider as per #6409 :)
-
04:34 pm Bug #12197 (Needs More Information): Array handling broken in 2.7.10
- Reverting this commit means that the symbolic file modes #2927 added as part of the same commit series will also have...
-
04:30 pm Feature #7243: Additional data in Puppet CSRs (certdnsnames, and custom data)
- Daniel and James. Teyo is going to work on getting tests for this code so it can be merged.
-
04:06 pm Bug #12195 (Merged - Pending Release): Puppet outputs Ruby warnings on RHEL directives
-
04:03 pm Feature #5703 (In Topic Branch Pending Review): Print output from postrun_command and prerun_command
- Morgan - thanks so much for signing the CLA!
This is the proposed code. It'd be great to have this in a branch w...
01/26/2012
-
03:56 pm Feature #5703: Print output from postrun_command and prerun_command
- I just signed the CLA.
-
03:55 pm Bug #11860 (In Topic Branch Pending Review): Puppet ovewriting the LANG environment variable.
- fixed a syntax error
-
03:53 pm Bug #12197 (Merged - Pending Release): Array handling broken in 2.7.10
- This has been merged - indeed, this broke, and my assessment that other tests (including the acceptance suite) exerci...
-
03:43 pm Bug #11860 (Tests Insufficient): Puppet ovewriting the LANG environment variable.
- The changes in the last commit seem to be preventing those tests from running on any platform, one more commit coming.
-
03:41 pm Bug #6352: Puppet should only use Facter through a plugin interface
- I have started looking at this, and will reopen the discussion as soon as practical, around other distractions like r...
-
03:31 pm Puppet Acceptance Feature #12205 (Needs Decision): Allow acceptance tests to be parallelized
- The acceptance test harness executes commands serially -- either multiple commands against one host, then the next, o...
-
03:27 pm Bug #11860 (In Topic Branch Pending Review): Puppet ovewriting the LANG environment variable.
-
03:21 pm Bug #12202: Could not run Puppet configuration client: Could not retrieve local facts: Cannot all...
- #dmesg...
-
03:11 pm Bug #12203: Agent attempts to require active_record if there is a [master] block with storeconfig...
- Seems to be listed as a Debian bug.
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=627154
I could not find a ... -
03:10 pm Bug #12203 (Closed): Agent attempts to require active_record if there is a [master] block with st...
- If I add storeconfigs = true to [master] declaration the agent still attempts to read it, even though I think it shou...
-
02:54 pm Bug #9702: Issue with inventory PGError: ERROR: column "id" does not exist
- Justin Stoller wrote:
> I've been able to replicate this using Puppet Enterprise 2.0 on UbuntuLTS 32-bit (The ruby p... -
02:48 pm Bug #2043 (Tests Insufficient): up2date provider should split off architecture to --arch parameter
-
02:26 pm Bug #12181: Puppet 2.7.10 run stopps after loading facts.
- Matt Goebel wrote:
> I ran into this as well. I don't believe it's a duplicate or #12188, but rather #10819.
> Eve... -
02:24 pm Bug #12202 (Needs More Information): Could not run Puppet configuration client: Could not retriev...
- Looks like you ran out of memory. Can you check `dmesg` and see if the kernel reports that?
-
02:23 pm Bug #12202 (Closed): Could not run Puppet configuration client: Could not retrieve local facts: C...
- Puppet agent functioning on multiple clients with this error in /var/log/messages:
puppet-agent[602]: Could not ru... -
02:21 pm Bug #12199 (Needs More Information): augeas type should use arrays, not parsed strings, to repres...
- This seems like a reasonable request, but I have no idea how this could be represented in a way that won't be very st...
-
02:19 pm Feature #708 (Rejected): User and Group providers should directly parse /etc/passwd and /etc/group
- I appreciate the desire to manage only local resources, and thus to show only them, but the definition of "what can b...
-
02:16 pm Bug #12138 (Rejected): Host resource should manage comment property
- Hunter Haugen wrote:
> When using the `host` resource, if a host entry has a comment but the resource managing that ... -
02:15 pm Bug #12151 (Needs More Information): last_run_summary.yaml can be near empty, and not show errors...
- R.I. Pienaar wrote:
> may have been fixed in #10676
John, is there any chance you can check if that was fixed alo... -
02:14 pm Bug #12117 (Investigating): puppetmaster opens a new connection to the database on every node run...
- Dom, to validate and fix this we need to be able to reproduce it. Can you arrange for an Oracle database for us to t...
-
02:13 pm Bug #12073 (Investigating): Silently skips resource whose type is defined by a missing plugin
-
02:12 pm Bug #4687 (Closed): Implicit classes not being propogated
- If we want to do this we can totally come back to the ticket - assuming the desire to fix it isn't driven by a more c...
-
02:11 pm Bug #4131 (Needs More Information): resources using parsedfile providers quietly move resources f...
- Is this still an issue?
If so, what semantics do people think that a `hosts` file managing resource pointed at a d... -
02:09 pm Bug #4076 (Accepted): Naginator creates config it can't parse
- I would love to move the Nagios support out into a module, rather than the core, but until we do that we still own th...
-
02:08 pm Bug #3803 (Closed): Updated function creates namespace load order conflict.
- Don't think this is still a problem, and it sure seems that we have it licked now.
-
02:08 pm Bug #3796 (Needs More Information): zfs.rb does not support user properties
- Seems like a reasonable feature, but we really need a better model for this: should the set be treated as authoritati...
-
02:07 pm Bug #3726 (Closed): puppet sometimes incorrectly expands templates
- At a guess, `PORT` is a global constant that someone, somewhere in supplied with some nice, magic behaviour.
Becau... -
02:06 pm Bug #6409: Mount provider should reject spaces in fstab fields
- Are we feature equivalent with the two now?
I am in favor of us deprecating this provider for Telly in favor of th... -
02:05 pm Bug #3567 (Closed): 'Puppet::Type::Mount::ProviderParsed Puppet::Type::Mount::ProviderParsed when...
- tests pass, these days.
-
02:04 pm Bug #3563 (Closed): Spec test FAILED: 'Puppet::Type::File when writing files should fail if no ba...
- tests pass, these days.
-
02:04 pm Bug #3354 (Closed): puppet/util/settings/file_setting.rb should internalize strings when checking...
-
02:03 pm Bug #3052 (Needs Decision): Puppet could expose EMLINK a bit better
- We don't specifically handle this, and it isn't an unreasonable request, but I have not done the investigation to kno...
-
02:02 pm Bug #3023 (Closed): Tests needed to show that "exec"ed scripts don't get parents stdin/stdout/stderr
-
02:01 pm Bug #6548 (Needs Decision): State.yaml should store state after updates
- I have linked this to what looks like a related ticket: someone found that the MD5 in state.yml didn't match the obse...
-
01:59 pm Bug #6409 (Needs Decision): Mount provider should reject spaces in fstab fields
- I would like to drop the in-core mount provider, in favour of the split module version, to fix this. Can we do that?
-
01:58 pm Bug #5894 (Closed): Failed inspect events are counted as out of sync
-
01:58 pm Refactor #5886 (Closed): Run mode appears to be settable after initialization but there is no effect
- We use the ability to change run_mode at runtime. It has nasty edge cases, and isn't strictly "defined" behaviour, b...
-
01:57 pm Bug #5698 (Closed): Use of :absent and nil is inconsistent in inspect reports
-
01:57 pm Feature #5044 (Accepted): Autoloading order improvements
-
01:57 pm Facter Bug #12116 (Rejected): Windows domain and fqdn facts are empty
- I'm under the impression that setting a domain in the primary dns suffix list is a required step in setting up DNS on...
-
01:56 pm Bug #4826: It is difficult to verify that options don't overlap
- Ahem. Closed, because we are moving away from the older infrastructure to something more structured and ordered in t...
-
01:55 pm Bug #4826 (Closed): It is difficult to verify that options don't overlap
-
01:55 pm Bug #4473 (Accepted): Parent class name is resolved within namespace of class being defined
-
01:53 pm Bug #6944 (Closed): generate_additional_resources in transaction drops recursed values
- We have changed this a bunch, so I am going to optimistically assume that the current implementation is correct and g...
-
01:52 pm Bug #5369 (Accepted): Autorequire loop resolution inadequate
- Confirmed: this is reproducible in the current head.
-
01:51 pm Bug #4732 (Rejected): Use of .pp/.rb extention to sniff file type breaks "everything is pp" assum...
- We lived with the pain of a cleaner model this long, we can live with it forever. Sorry, people who used import with...
-
01:50 pm Bug #3505 (Rejected): Sporadic unit test failures in test/ral/providers/user.rb
-
01:50 pm Bug #3032 (Rejected): Race condition in SELinux mount handling
- I don't think we presently have this issue, and if so it presents a different face. We generally prefer not to work ...
-
01:49 pm Bug #5714 (Accepted): Use of :absent and :notlink for File/target is inconsistent in state.yml
-
01:48 pm Feature #4797 (Duplicate): Providers should be able to process more than one resource at a time
- Duplicate ticket is already pointed to, and has a more specific use case. Once we have the first round we will know ...
-
01:48 pm Bug #12181: Puppet 2.7.10 run stopps after loading facts.
- Yeah - the duplicate was a knee-jerk. You're quite right by the look of it.
-
01:47 pm Feature #4784 (Rejected): Allow different defaults for different run_modes
- Nice idea, but it can be solved when we have a concrete use case that demands it. Otherwise we are building infrastr...
-
01:47 pm Bug #12181 (Investigating): Puppet 2.7.10 run stopps after loading facts.
-
01:46 pm Bug #4184 (Needs Decision): mount will produce invalid fstab records if "options" or "fstype" are...
- Nigel, are we going to ditch the core mount provider in favour of the two-part external version? I fully support tha...
-
01:46 pm Bug #12181: Puppet 2.7.10 run stopps after loading facts.
- I ran into this as well. I don't believe it's a duplicate or #12188, but rather #10819.
Even without listen = true ... -
01:45 pm Bug #4107 (Rejected): puppet kick ignores --noop, and it isn't clear what the correct behavior sh...
- This is a nice idea, but using MCollective is more powerful, more capable, and works today. We want to get rid of th...
-
01:44 pm Bug #3714 (Accepted): Serialize as JSON instead of YAML for cached catalog
- We want to move away from YAML to JSON everywhere, so this still applies. Should never have left `accepted`, really.
-
01:43 pm Bug #3642 (Closed): replace RDoc::usage with something appropriate for single executable
- This is more or less done, and where it isn't we have plans to ditch the framework anyhow.
-
01:43 pm Bug #3030 (Closed): Insufficiently specific error message when a fileserver module doesn't exist
- Looks like this was fixed along the way. If not we can painfully rediscover it again later.
-
01:35 pm Facter Bug #12170 (Accepted): Add description attribute to Facter's Gem specs
-
01:34 pm Facter Bug #12116 (Investigating): Windows domain and fqdn facts are empty
-
01:26 pm Bug #10237: An empty array of principals to k5login type does not empty the .k5login.
- Assigning to Daniel, since he has taken over my previous position with Puppet Labs.
-
01:24 pm Feature #10064: Reports should return the environment of the client in the report
- Daniel - the customer who wanted this needs it in 2.7.x also. Can that be done please.
-
01:21 pm Bug #12052 (Accepted): No error message printed if package installation fails due to broken depen...
- This seems like a solid change; inspecting the output to give better error messages is fine, but if we can't trust th...
-
01:20 pm Bug #10237: An empty array of principals to k5login type does not empty the .k5login.
- Sorry I addressed a question to you but haven't set the assignee properly.
The main question is how can I decide i... -
01:16 pm Bug #3923 (Rejected): Activemq + puppetqd + mysql single ip in hosts table
- Doesn't seem reproducible, nobody claims to have the problem, and I know that I ran with a potentially triggering con...
-
01:16 pm Puppet Dashboard Feature #11718: Show a list of the resources that change most frequently
- Updating the title and description to better reflect the thread...
-
01:13 pm Bug #3883: Transaction reports and contained instances have no json support
- Nigel Kersten wrote:
> Needs developer input.
We should move to JSON, not YAML, everywhere in the product, and th... -
01:08 pm Bug #5224: puppetd does not set environment correctly from Exec
- Chris Price wrote:
> So what is the final verdict here? Simply remove HOME, USER, LOGNAME for the duration of an "e... -
01:03 pm Feature #12178 (Accepted): allow enc to pass error info back
- The details of the error protocol need to be worked out, and may vary, but the basic request is sound: we should have...
-
01:02 pm Bug #12197 (In Topic Branch Pending Review): Array handling broken in 2.7.10
-
01:02 pm Bug #12197: Array handling broken in 2.7.10
- I tried fixing the described error but I just found another pitfall:...
-
01:01 pm Feature #12179 (Needs Decision): Package resource should allow ensure=>">1.0" or ensure=>"<0.10" ...
- This is one of the most common requests we get for Puppet; people *really* want to be able to do this.
On the othe... -
12:49 pm Bug #12199: augeas type should use arrays, not parsed strings, to represent operations.
- I wish there'd be a simple method to quote any string into augeas so that the string lands in the target file. Since ...
-
12:43 pm Bug #12199 (Accepted): augeas type should use arrays, not parsed strings, to represent operations.
- A simple augeas { '...': changes => 'set ... xxx' } can fail to put the complete value into the target while wrongly ...
-
12:38 pm Bug #11860 (Tests Insufficient): Puppet ovewriting the LANG environment variable.
- failing windows tests
-
12:35 pm Bug #5224: puppetd does not set environment correctly from Exec
- So what is the final verdict here? Simply remove HOME, USER, LOGNAME for the duration of an "exec"?
-
12:27 pm Bug #12197: Array handling broken in 2.7.10
- If I revert commit 48726b662d2fb5cc3532fca12eb6aa5a3c1622cd it works again.
The commit introduces the following co... -
12:10 pm Bug #12197 (Investigating): Array handling broken in 2.7.10
-
12:07 pm Bug #12197 (Closed): Array handling broken in 2.7.10
- Handling properties with array_matching all is somehow broken in 2.7.10 and ruby 1.8
I have created the following ... -
12:03 pm Bug #11860 (Merged - Pending Release): Puppet ovewriting the LANG environment variable.
-
11:59 am Bug #12115: 'Local' file bucket behavior doesn't match documentation
- Daniel Pittman wrote:
> Otherwise I am tempted to say that any feature other than that one, very specific, use cas... -
11:56 am Bug #12195 (In Topic Branch Pending Review): Puppet outputs Ruby warnings on RHEL directives
- <https://github.com/barn/puppet/tree/tickets/2.7.x/12195-Puppet_outputs_Ruby_warnings_on_RHEL_directives>
-
11:51 am Bug #12195 (Closed): Puppet outputs Ruby warnings on RHEL directives
- # Overview #
# Expected Behaviour #
# Actual Behaviour #... -
11:41 am Bug #6004: checksum => mtime still reads the source and target files
- Jo Rhett wrote:
> Markus Roberts wrote:
> > Thanks for the additional information on this (grumble) ongoing issue.
... -
11:37 am Bug #12188: agent when run --no-daemonize tries to remove the pid of a running daemon
- Brice Figureau wrote:
> Alexander Swen wrote:
> > also see #12183
>
> Yes, this is a dup. Alexander confirmed th... -
11:31 am Feature #12193 (Investigating): Puppet should warn when a master is launched under WEBrick.
- Hang on Daniel.
The original goal does not deserve outright rejection.
We need to inform users when they're usi... -
11:29 am Bug #12181: Puppet 2.7.10 run stopps after loading facts.
- James Turnbull wrote:
> Duplicate of #12188. Moving to that ticket as it has a potential fix.
I don't think it's ... -
11:29 am Bug #6004: checksum => mtime still reads the source and target files
- Markus Roberts wrote:
> Thanks for the additional information on this (grumble) ongoing issue.
Can you please ref... -
11:18 am Feature #11801: puppet doc should be able to use README.rdoc in toplevel module dir
- Kristof Willaert wrote:
> I can happily live with that :)
Glad we meet your needs. Please let us know if his cod... -
11:16 am Bug #12181: Puppet 2.7.10 run stopps after loading facts.
- Hey. It would be great, if you are hitting this, if you could do two things:
1. Supply the exact kernel version t... -
11:13 am Feature #5703: Print output from postrun_command and prerun_command
- Hi Morgan - any chance you could please sign a CLA for your patch in http://groups.google.com/group/puppet-dev/browse...
-
11:12 am Feature #5703 (Requires CLA to be signed): Print output from postrun_command and prerun_command
- How about we ask the author to sign one - hence my comment about him being on the thread. And there's nothing wrong w...
-
11:10 am Bug #12185: Puppet agents get stuck
- Can you run one of your nodes with debug output turned on, using the `--debug` flag, and see if that sheds more light...
-
11:09 am Feature #5703: Print output from postrun_command and prerun_command
- James Turnbull wrote:
> It hasn't been signed - the author is on the thread though:
>
> [diff removed by editor]
... -
11:05 am Bug #12191 (Merged - Pending Release): Unable to remotely sign a SSL certificate via certificate ...
-
10:25 am Bug #12138: Host resource should manage comment property
- The normal behaviour of puppet is it only manages the aspects of a resource that you specified. This is true for quit...
-
10:09 am Feature #12193 (Rejected): Puppet should warn when a master is launched under WEBrick.
- Ryan Coleman wrote:
> It's not uncommon for me to encounter people using WEBrick in production and ask about its ina... -
10:06 am Feature #12193 (Investigating): Puppet should warn when a master is launched under WEBrick.
- It's not uncommon for me to encounter people using WEBrick in production and ask about its inability to scale. They j...
-
10:03 am Puppet Acceptance Feature #5651 (Closed): Support single :acceptable_exit_codes values as well as arrays...
- acceptable_exit_codes now takes multiple values. This is especially useful when running with detailed exit codes as ...
-
09:35 am Bug #12186: puppet daemon status broken in ubuntu hardy
- Ok. I have discovered that default ubuntu hardy file "/lib/lsb/init-functions" is missing "status_of_proc" function. ...
-
09:18 am Bug #9190 (Duplicate): Windows documentation
-
09:11 am Bug #12191 (In Topic Branch Pending Review): Unable to remotely sign a SSL certificate via certif...
-
09:03 am Bug #12191 (Closed): Unable to remotely sign a SSL certificate via certificate face
- It is currently not possible to sign a certificate remotely using the certificate face. This is due to the fact that ...
-
08:54 am Feature #5703: Print output from postrun_command and prerun_command
- It hasn't been signed - the author is on the thread though:
[diff removed by editor] -
08:49 am Bug #12185: Puppet agents get stuck
- There are no logs, it just seems that puppet process gets stuck:...
-
08:42 am Bug #12186: puppet daemon status broken in ubuntu hardy
- Not sure I understand - what changed?
-
08:40 am Bug #12186: puppet daemon status broken in ubuntu hardy
- Of course. Im using official puppetlabs repo at apt.puppetlabs.com
Im not agree about duplicated thing cause we ha... -
08:38 am Bug #12188: agent when run --no-daemonize tries to remove the pid of a running daemon
- Brice - I think the same problem is in #12881 - I think it might be broader than just the error message.
-
08:33 am Bug #12188: agent when run --no-daemonize tries to remove the pid of a running daemon
- Alexander Swen wrote:
> also see #12183
Yes, this is a dup. Alexander confirmed that my above patch worked for hi... -
08:30 am Bug #12185 (Needs More Information): Puppet agents get stuck
- Any log output or errors?
-
08:28 am Bug #12186: puppet daemon status broken in ubuntu hardy
- I suspect this is a duplicate of #12188.
-
08:27 am Bug #12181 (Duplicate): Puppet 2.7.10 run stopps after loading facts.
- Duplicate of #12188. Moving to that ticket as it has a potential fix.
-
08:25 am Bug #12183 (Duplicate): puppet agent --test --verbose --no-daemonize fails after Finished catalo...
- Dup of #12188.
-
08:24 am Bug #12183: puppet agent --test --verbose --no-daemonize fails after Finished catalog run on sav...
- Alexander Swen wrote:
> Hi Brice, that works. thanks, i will deploy deamon.rb over my clients.
>
> One question ... -
08:23 am Bug #12186 (Needs More Information): puppet daemon status broken in ubuntu hardy
- Are you using our packages?
-
08:21 am Bug #12188 (Accepted): agent when run --no-daemonize tries to remove the pid of a running daemon
-
08:05 am Bug #12183: puppet agent --test --verbose --no-daemonize fails after Finished catalog run on sav...
- Hi Brice, that works. thanks, i will deploy deamon.rb over my clients.
One question remains: why is this message ... -
07:49 am Puppet Dashboard Feature #11718 (Accepted): Show a list of the resources that change most frequently
-
07:45 am Bug #12183: puppet agent --test --verbose --no-daemonize fails after Finished catalog run on sav...
- Alexander Swen wrote:
> this is not urgent while the failure occurs after the catalog run.
Does the (untested) fi... -
07:40 am Bug #12188: agent when run --no-daemonize tries to remove the pid of a running daemon
- also see #12183
-
07:29 am Bug #12188: agent when run --no-daemonize tries to remove the pid of a running daemon
- Does the following (proudly untested) works:...
-
06:58 am Feature #11801: puppet doc should be able to use README.rdoc in toplevel module dir
- I can happily live with that :)
-
06:35 am Bug #5204: puppet describe type throws error unless --short is used
- I imagine you could reproduce with 2.6.1, though it seems to be fixed in PE 2.0.0
-
06:33 am Bug #12188 (Closed): agent when run --no-daemonize tries to remove the pid of a running daemon
- The fix in #5246 got the agent remove its pid after running. It's unfortunately too big a hammer as when the agent i...
-
06:08 am Feature #4144: Solaris SMF service import on updated manifest
- Update subject so this is easily grouped with all Solaris tickets.
-
05:53 am Bug #12105 (Closed): service always thinks service is down
- Yeah, I noticed I have Puppet 2.6 on that 11.04 host. I'm using the packaged Puppet. I think the bug should be closed...
-
05:36 am Bug #12186 (Closed): puppet daemon status broken in ubuntu hardy
- Puppet daemon status query fails with output:
/etc/init.d/puppet: 84: status_of_proc: not found
If I change the... -
05:25 am Bug #12105: service always thinks service is down
- I'm not sure when upstart got included into Puppet, try adding provider => upstart.
-
04:16 am Bug #12185 (Closed): Puppet agents get stuck
- I am having some problems with my Puppet instalation. I have one Puppet in master mode running with:
* Foreman as ... -
03:26 am Bug #12183: puppet agent --test --verbose --no-daemonize fails after Finished catalog run on sav...
- this is not urgent while the failure occurs after the catalog run.
-
03:07 am Bug #12183 (Duplicate): puppet agent --test --verbose --no-daemonize fails after Finished catalo...
- This applies to puppet agent 2.7.10 installed from the puppetlabs repos on both Debian and CentOS:
Debian puppet age... -
03:00 am Bug #12181: Puppet 2.7.10 run stopps after loading facts.
- Same here: the agent runs successful when started as a service, however it does just hangs doing nothing when started...
-
02:45 am Bug #12181 (Closed): Puppet 2.7.10 run stopps after loading facts.
- Hello,
OS: RHEL 5.7
I've just upgraded 2.7.9 to 2.7.10 (puppetlabs rpms) and puppet simply stopped working (it ... -
01:49 am Bug #1238: strange yumrepo/package interaction
- Maybe it is more of a documentation issue? Instead of having people resort to stages and whatnot to solve this (which...
-
11:17 pm Puppet Dashboard Feature #11718: Show a list of the resources that change most frequently
- Yes. What I'd like is a table of what has changed most, and to use that table to spot problems.
-
07:16 pm Feature #12179 (Needs Decision): Package resource should allow ensure=>">1.0" or ensure=>"<0.10" ...
- It would be helpful if the 'ensure' parameter to the Package resrouce could also specify 'at least version **x**' and...
-
06:49 pm Feature #12178 (Accepted): allow enc to pass error info back
- Consider allowing a special YAML document to be passed back from ENCs for better info in agent output when error cond...
-
05:32 pm Bug #3850: newaliases generates incorrect aliases file on openbsd
- That totally looks wrong anyhow. We shouldn't be quoting file paths that get delivered to unless we have to.
-
05:29 pm Bug #8209 (Closed): Password hashes show up when auditing, but not when changing.
-
05:27 pm Facter Bug #8104 (Accepted): Facter 1.6.0 outputs
- Reproduction:
1. cd /tmp
2. git clone git://github.com/puppetlabs/facter.git
3. RUBYLIB=/tmp/facter/lib /tmp/fac... -
05:25 pm Bug #9206 (Accepted): Puppet agent doesn't seem to update the server option when changed in config
- Fun times. We really do support automatic reloading of the configuration file, right beside manually reloading with ...
-
05:20 pm Bug #1395: puppet memory usage
- If anyone can reproduce this and give a simple recipe, I will bless their little cotton socks.
If you can't, but w... -
05:17 pm Feature #11862: Print client name in log lines related to client
- Without a signed CLA we can't use the submitted code. A reimplementation should be simple enough, however.
-
05:16 pm Feature #5703: Print output from postrun_command and prerun_command
- I can't tell if a CLA was signed by the original submitter or not. We can't use that code without tracking that down...
-
05:14 pm Bug #12177: Puppet should warn if a directory in your modulepath does not exist
- Patches happily accepted. We should be careful to rate-limit this so the master doesn't spit out one (or more) warni...
-
05:11 pm Bug #12172: Facts in modules later in the module path should not take precedence over the same fa...
- Fortunately, I was wrong in my original description about pluginsync syncing the later items from the modulepath firs...
-
05:09 pm Bug #12177 (Accepted): Puppet should warn if a directory in your modulepath does not exist
- When messing with Puppet's modulepath manually or through environments, it's easy to typo an entry, and then it can b...
-
05:06 pm Bug #11105 (Closed): Provide better error message (perhaps even suggestions) when module layout d...
- My situation was a local puppet apply, so the node being referenced twice stems from that.
However, after reading... -
05:03 pm Facter Bug #12176 (Closed): ruby install.rb
- I found the problem and fixed it.
-
04:50 pm Bug #5204 (Rejected): puppet describe type throws error unless --short is used
- Unless someone comes back with an actual reproducible case of this, rejecting it.
-
04:49 pm Feature #1878 (Rejected): Trigger on failure of another type such as file?
- I am inclined to this that this is a bad change, at least in the specific circumstance cited: there are lots of reaso...
-
04:48 pm Facter Bug #12176 (Closed): ruby install.rb
- I am getting the following error on Centos 6.1 when trying to install facter 1.6.4 tar file ruby version ruby-1.8.7-p...
-
04:44 pm Feature #11786 (Code Insufficient): `puppet doc` is not compatible with newer RDoc - thus with Ru...
- I tested this on 1.9.3 here, and got a bunch of RDoc failures. Installed using `rvm install 1.9.3`, nothing fancy.
-
04:44 pm Bug #11860: Puppet ovewriting the LANG environment variable.
- Added a note to the release notes wiki page as per Nick Fagerlund's request:
http://projects.puppetlabs.com/projec... -
04:40 pm Bug #11105: Provide better error message (perhaps even suggestions) when module layout doesn't qu...
- `err: Could not retrieve catalog from remote server: Error 400 on SERVER: Could not find class apache_yum for centos6...
-
04:37 pm Feature #11801 (Merged - Pending Release): puppet doc should be able to use README.rdoc in toplev...
- In the end Brice had the tests, so we went with that one.
-
04:34 pm Bug #11860: Puppet ovewriting the LANG environment variable.
- Changed execute method so that it takes a new (optional) argument ":override_locale". This defaults to true, meaning...
-
04:30 pm Bug #10505: erb mangles if foo == "" and leaves variables undefined
- I agree with Arri; the workaround is horrible. What are the implications of trying to fix it?
-
04:30 pm Bug #11860 (In Topic Branch Pending Review): Puppet ovewriting the LANG environment variable.
-
04:15 pm Feature #8855 (Merged - Pending Release): Follow HTTP redirects in appdmg and pkgdmg package prov...
01/25/2012
-
03:56 pm Bug #5362: Remote file bucket won't work under certain situations unless "path => false"
- Daniel Pittman wrote:
> Without that clarity I am inclined to reject the change, in favour of really fixing it. All... -
03:52 pm Bug #12114 (Merged - Pending Release): File face can't print help
- # Merged into 2.7.x #
As: <https://github.com/puppetlabs/puppet/commit/dbeaa165220a81b1e1c943bf37515ad2ea75c85f>
... -
03:52 pm Puppet Dashboard Feature #11718: Show a list of the resources that change most frequently
- If I understand this correctly, you're asking for some kind of visualization (e.g. a histogram) that shows the most f...
-
03:50 pm Facter Bug #12012: Facter globally overrides LANG environment variable at load time
- Ah, gotcha. Thanks.
On Wed, Jan 25, 2012 at 3:36 PM, <tickets@puppetlabs.com> wrote:
> Issue #12012 has been upd... -
03:48 pm Facter Bug #12012 (Merged - Pending Release): Facter globally overrides LANG environment variable at loa...
-
03:47 pm Facter Bug #12012 (In Topic Branch Pending Review): Facter globally overrides LANG environment variable ...
- Added another commit with the requested changes
-
03:46 pm Facter Bug #12012 (Code Insufficient): Facter globally overrides LANG environment variable at load time
- Needs a minor cleanup, see the pull request.
-
03:36 pm Facter Bug #12012: Facter globally overrides LANG environment variable at load time
- You forgot to update the branch, Chris, to your newer pull request.
-
03:31 pm Facter Bug #12012 (In Topic Branch Pending Review): Facter globally overrides LANG environment variable ...
-
03:30 pm Bug #12173: Masters cannot reliably distinguish between multiple versions of a type/function/plug...
- Note that #7703 is not necessary to band-aid this issue, but may be appropriate to solve to fix it more thoroughly.
-
03:29 pm Bug #4409 (Closed): puppetmasterd does not find custom types for environment
- The original ticket was around plugins in modules not working anymore in 2.6.0 when used in environments.
That pro... -
03:28 pm Bug #12173 (Accepted): Masters cannot reliably distinguish between multiple versions of a type/fu...
- Quoted from a previous ticket, #4409
The key problem is that a master can’t reliably distinguish between two versi... -
03:27 pm Bug #12139 (Rejected): Executing the command correctly but the exec is throwing the failure.
- Hi Sateesh,
The best place for help with particular manifest problems is the [puppet-users mailing list](http://gr... -
03:27 pm Puppet Forge Bug #12171 (In Topic Branch Pending Review): Forge should grab version out of git tag
- <https://github.com/puppetlabs/puppet-forge/pull/14>
-
03:23 pm Bug #12172 (Accepted): Facts in modules later in the module path should not take precedence over ...
- If your modulepath="/modules/dir1:/modules/dir2", then having the same fact in both dir1 and dir2 you would expect th...
-
03:22 pm Puppet Dashboard Bug #7878 (Closed): Investigate & fix potential XSS bug in Rails
- No, neither for Dashboard (#11365) nor the Forge (handled internally).
-
03:21 pm Puppet Forge Bug #12171 (Closed): Forge should grab version out of git tag
- And not work it out from a manual VERSION file in the path.
-
03:11 pm Facter Bug #12170 (Closed): Add description attribute to Facter's Gem specs
- The Gem::Specification in Facter's Rakefile is missing a 'description' attribute. It could have spec.description = '...
-
03:06 pm Puppet Community Package Repository Bug #12169 (Closed): Puppet spec file included in conf/redhat does not build cleanly in 2.7.10
- The RPM spec file in 2.7.10 does not build cleanly due to merge-ups from 2.6.x causing chronological issues in the ch...
-
02:46 pm Bug #6771 (Merged - Pending Release): Mysterious ActiveRecord disk I/O Error
- # Merged into 2.7.x #
As: <https://github.com/puppetlabs/puppet/commit/36c807c01b9d8e9d51bce9c72e27f3967081a117>
... -
02:43 pm Facter Bug #9482: Fact virtual and is_virtual wrong for Solaris VM inside KVM/QEMU
- This needs rebasing, and has some minor whitespace damage that needs to be cleaned up.
-
02:15 pm Bug #3581: tagmail + err: PGError: server closed the connection unexpectedly
- The conclusion of that discussion is that we are going to introduce a new method to fork, closing file handles, and e...
-
02:02 pm Bug #10887 (Code Insufficient): puppet init script does not stop reliably
- This is waiting for an update after feedback was left on the ticket.
-
02:01 pm Bug #11675 (Accepted): user expiry option fills up the logs
-
01:59 pm Bug #11674: selboolean persistent doesn't seem to work
- Bill Tong wrote:
> Would the information in /etc/selinux/targeted/modules/active/booleans.local help?
> If setseboo... -
01:55 pm Refactor #6799 (Closed): Acceptance test for #6798
-
01:55 pm Facter Feature #11660 (Closed): ssh dns fingerprint facts (RFC4255)
-
01:53 pm Bug #3939 (Closed): ALLCAPS variables arent usable in templates.
- Michael Stahnke wrote:
> Ok, so the course of action is to not allow ALLCAPS variables in the Puppet DSL.
Actually, ... -
01:50 pm Feature #5092: ensure that files written to disk persist over machine crashes
- Nigel Kersten wrote:
> ok, so we didn't merge the fix for the file type/provider? We haven't addressed any of it?
... -
01:49 pm Feature #5784 (Closed): Support 'audit' on a machine without any 'agent' run...
- Nigel Kersten wrote:
> I think you're misunderstanding my question.
>
> > to see what puppet would start managin... -
01:34 pm Bug #6771 (In Topic Branch Pending Review): Mysterious ActiveRecord disk I/O Error
- ...and in the spirit of doing what I say, here is that change, made flesh.
-
01:21 pm Bug #3910: Server is not authoritative over client environment when specified in an ENC
- Yes, but to be clear, if the agent is applying a cached catalog, the environment in the catalog will be trusted as th...
-
01:19 pm Facter Bug #12012 (Tests Insufficient): Facter globally overrides LANG environment variable at load time
- acceptance test for puppet ticket 11860 uncovered a small bug, reopening.
-
01:18 pm Bug #6663: puppet.conf says keylength defaults to 1024 -- should be 2048
- Patrick Mohr wrote:
> I'm curious why the priority on this was dropped. People have said advantages for it, but I h... -
01:17 pm Bug #6663: puppet.conf says keylength defaults to 1024 -- should be 2048
- micah - wrote:
> Not only is the default keylength for the CA 1024 bits, the default hash is MD5.
Is this actuall... -
01:13 pm Feature #5454: Allow users to pluginsync Puppet "features"
- I'm not sure what the actual state of this ticket is right now, but I don't believe you're all waiting on info from m...
-
01:10 pm Feature #11875: warning for "Could not look up qualified variable 'foo::bar' " should report the ...
- As a clarification, the correct file/line number are reported in this scenario -- that isn't something that needs to ...
-
01:04 pm Feature #12158 (Needs More Information): Switch to the static compiler as default behavior
- In #6873 we merged the static compiler for Statler.
### Specifications ###
* If an agent downloads a file, it s... -
12:52 pm Bug #6553: handling of array values in exec provider is inconsistent.
- Did we ever make any promises around the behavior with arrays for these items? In docs or anywhere?
If not, I'm pe... -
12:50 pm Feature #5784: Support 'audit' on a machine without any 'agent' run...
- I think you're misunderstanding my question.
> to see what puppet would start managing on those nasty, terrible l... -
12:48 pm Feature #5092: ensure that files written to disk persist over machine crashes
- ok, so we didn't merge the fix for the file type/provider? We haven't addressed any of it?
-
12:46 pm Feature #11253 (Accepted): Provide useful console/terminal views of the graph when relevant
- Entirely in core, and the focus here is on being able to give an immediate visual description of a dependency cycle t...
-
12:40 pm Puppet Community Package Repository Bug #12077 (Closed): Add pciutils RPM dependency
- Released in facter 1.6.5
-
12:35 pm Feature #11253: Provide useful console/terminal views of the graph when relevant
- Do you want us to ship this fully in core, or just the ability to output data in a way that external graphing tools c...
-
12:33 pm Feature #11875 (Accepted): warning for "Could not look up qualified variable 'foo::bar' " should ...
- Kelsey Hightower wrote:
> Can you provide some insight on how best to approach this issue? I'm thinking about trying... -
12:32 pm Refactor #6759 (Closed): Improve internal option handling pattern
- It isn't that this is a bad plan, or isn't valuable, but it isn't anything of sufficient priority that we need an ope...
-
12:26 pm Feature #5783: support HTTP(S) URL as the file 'source'
- Michael Stahnke wrote:
> Not sure exactly why this dropped into unreviewed.
Me either. For the audience at home,... -
12:17 pm Facter Bug #12157 (Duplicate): Debian 6.0.3 facter not showing proper information
- Hi everyone,
I have a little issue with facter 1.6.3 and puppet 2.7.6:
>:puppet --version
2.7.6
>:f... -
11:40 am Feature #5648 (Rejected): Puppet should emit a warning when literal string "true" or "false" is u...
- Nigel Kersten wrote:
> I'm not quite sure this should provoke a warning.
>
> I've definitely seen manifests where... -
11:38 am Feature #5784: Support 'audit' on a machine without any 'agent' run...
- Nigel Kersten wrote:
> I don't understand how -noop fails to satisfy this workflow.
Why can't running `puppet aud... -
11:36 am Feature #5092: ensure that files written to disk persist over machine crashes
- Nigel Kersten wrote:
> Daniel, where is this up to?
I forgot this was still, nominally, outstanding since before ... -
11:29 am Bug #12146: Unable to implement upstart when starting puppet agent in default daemon mode
- Glenn Aaldering wrote:
> Daniel Pittman wrote:
> > I thought the general strategy for upstart was that the daemon w... -
11:15 am Bug #6553 (Accepted): handling of array values in exec provider is inconsistent.
- This should fail consistently: if you only want one value, take one value. No arrays, no value picked out of an arra...
-
11:12 am Bug #6657 (Rejected): puppet has difficult time upgrading itself and requires manual intervention
- This combines three different bugs, at least two of which I believe are fixed, into one report. If they are still is...
-
11:03 am Bug #6678: zone type fails with internal error when :ip is not specified (type lacks appropriate ...
- Devon Peters wrote:
> The only required parameter for creating a zone should be the path - that way there's a locati... -
11:01 am Bug #12146: Unable to implement upstart when starting puppet agent in default daemon mode
- Daniel Pittman wrote:
> I thought the general strategy for upstart was that the daemon wouldn't fork itself, no? In... -
11:00 am Bug #7014 (Accepted): certnames with @ symbols don't pass through auth.conf
-
10:59 am Puppet Dashboard Bug #9501: Add "skip navigation" links
- Addressed by #12153.
-
10:58 am Puppet Dashboard Bug #12153 (Closed): Add supported browsers to README
- We need to have supported browser information in Dashboard's README.markdown. It should say:
"Puppet Dashboard su... -
10:58 am Bug #3910: Server is not authoritative over client environment when specified in an ENC
- I'm sorry I seem to have misunderstood you at first.
If the server is able to override environment sent by client ... -
10:50 am Bug #10291: Puppet manifests fail when UTF-8 non-breaking space (0xc2a0) is used as whitespace
- Nigel Kersten wrote:
> So this sounds like a relatively simple fix? We just expand our parser definition of a space ... -
10:40 am Bug #3910: Server is not authoritative over client environment when specified in an ENC
- On Wed, Jan 25, 2012 at 10:08 AM, <tickets@puppetlabs.com> wrote:
> Issue #3910 has been updated by Timur Batyrshin... -
10:34 am Feature #9537 (Accepted): configurable nice value (explicitly on service and exec calls)
-
10:32 am Bug #12146 (Needs More Information): Unable to implement upstart when starting puppet agent in de...
- I thought the general strategy for upstart was that the daemon wouldn't fork itself, no? In which case using the opt...
-
10:29 am Facter Bug #12147: iphostnumber fact, on Darwin, is redundant to other cross-platform facts.
- I read "and" as "or".
-
10:29 am Bug #12151: last_run_summary.yaml can be near empty, and not show errors that are in last_run_rep...
- may have been fixed in #10676
-
10:28 am Facter Bug #12147: iphostnumber fact, on Darwin, is redundant to other cross-platform facts.
- James Turnbull wrote:
> Thin alias. People use the fact.
Didn't I say that, or are you suggesting we need to carr... -
10:27 am Bug #12151: last_run_summary.yaml can be near empty, and not show errors that are in last_run_rep...
- Dang - the markup clobbered my last_run_summary.yaml text
---
time:
last_run: 1327514876
And ... -
10:24 am Bug #12151 (Needs More Information): last_run_summary.yaml can be near empty, and not show errors...
- We check the last_run_summary.yaml file (puppet config print lastrunfile) for errors. I just noticed a case where las...
-
10:17 am Facter Bug #12147: iphostnumber fact, on Darwin, is redundant to other cross-platform facts.
- Thin alias. People use the fact.
-
10:16 am Facter Bug #12147 (Closed): iphostnumber fact, on Darwin, is redundant to other cross-platform facts.
- `lib/facter/iphostnumber.rb` defines the "primary IP address" and "primary mac" of a Darwin system, and is redundant ...
-
10:08 am Bug #3910: Server is not authoritative over client environment when specified in an ENC
- <blockquote>
The plan is:
If the server sets the environment for a client, that environment is embedded in the ca... -
10:07 am Bug #12146 (Rejected): Unable to implement upstart when starting puppet agent in default daemon mode
- It is currently not possible to implement an upstart script when using the puppet agent in default daemon mode. The c...
-
10:02 am Feature #5921: Allow ENC to dynamically define modulepath/manifest instead of static environments.
- I guess the problem there would be how you effectively bootstrap a blank system, especially if you already assume you...
-
09:53 am Feature #9537: configurable nice value (explicitly on service and exec calls)
- From what I can see, every process started by Puppet will inherit the niceness value Puppet had at the time. Since we...
-
09:49 am Facter Bug #11695 (In Topic Branch Pending Review): factor comments
-
09:18 am Feature #12145 (Accepted): Jeff's Windows Use Case Ideas
- # Overview #
This ticket is simply a list of use cases I've run into while working on Windows. The idea is that I... -
09:16 am Bug #4409: puppetmasterd does not find custom types for environment
- This is one of our must-delivers for Telly. It's a more complex problem than it may appear.
-
09:15 am Bug #3910: Server is not authoritative over client environment when specified in an ENC
- The plan is:
> If the server sets the environment for a client, that environment is embedded in the catalog the cl... -
09:04 am Facter Bug #9482 (In Topic Branch Pending Review): Fact virtual and is_virtual wrong for Solaris VM ins...
- sent a pull request.
-
09:01 am Feature #5921: Allow ENC to dynamically define modulepath/manifest instead of static environments.
- Do you genuinely need modulepaths to be dynamic? Or would a better way of managing many environments solve your probl...
-
08:59 am Feature #10465: Provide a new "obsessive" mode which queries resources again after sync
- No, most (all?) init scripts return a status based on being able to spawn a daemon process successfully, when you cal...
-
08:56 am Feature #7394: Accept punctuation characters in Puppet environment
- Looking for more info here still.
We've generally had a lot of issues with hyphen support due to Ruby not supporti... -
08:54 am Bug #10291: Puppet manifests fail when UTF-8 non-breaking space (0xc2a0) is used as whitespace
- So this sounds like a relatively simple fix? We just expand our parser definition of a space to include the whole uni...
-
08:49 am Feature #10465 (Needs Decision): Provide a new "obsessive" mode which queries resources again aft...
- >because the init script of your application server incorrectly returned 0 when it shouldn’t have.
I'm not quite s... -
08:43 am Facter Bug #7723 (Needs Decision): virtual xenu incorrectly detected on newer kernels.
- Tests show that it is detecting xen correctly on virtual machines as well.
-
08:22 am Facter Bug #1346 (Accepted): Using 'ip addr' over ifconfig
-
07:11 am Bug #12140 (Accepted): puppetqd incorrectly updating hosts.ip of agent to IP of system puppetqd i...
- I have recently started to use async_storeconfigs. My setup for this is I have puppetmaster, activemq and puppetqd a...
-
02:45 am Bug #12139 (Rejected): Executing the command correctly but the exec is throwing the failure.
- Hi,
I am working on puppet script for installation of Openstack. So when I am executing the swift-ring-builder acc... -
12:13 am Bug #12138 (Rejected): Host resource should manage comment property
- When using the `host` resource, if a host entry has a comment but the resource managing that entry either has no `com...
-
05:51 pm Feature #8940: host type should have an optional canonical_hostname parameter
- Stefan Schulte wrote:
> Daniel Pittman wrote:
> > I almost agree with this: I think that the *IP address* should be... -
05:43 pm Bug #83 (Accepted): Puppet should be lexically scoped, not dynamically scoped
- John Stone wrote:
> We verified Puppet is still dynamically scoped using the example provided. Is this something we ... -
05:39 pm Feature #7318 (Accepted): Puppet::Indirector::Yaml should support nil return from path
- Dan Bode wrote:
> The issue is that the parent yaml indirection class always assumes that any child class overriding... -
05:31 pm Bug #3873: Unexpected dependency created by exec
- Eric Lindvall wrote:
> Could you give some real-world scenarios where the current behavior would be the correct beha... -
05:14 pm Facter Bug #12116: Windows domain and fqdn facts are empty
- Adding the domain to the dns suffix fixed the issues. I guess this was not a facter bug :)
Thanks for helping me s... -
04:58 pm Puppet Forge Bug #11857 (Closed): The forge's codebase should be running on Jenkins CI
- https://jenkins.puppetlabs.com/job/Puppet%20Forge/
-
04:41 pm Bug #3741 (Code Insufficient): Custom facts loaded multiple times
- Status changes are due to my own confusion. We can't use the previously submitted code (we actually want to use the ...
-
04:35 pm Bug #3741 (Accepted): Custom facts loaded multiple times
-
04:27 pm Bug #3741 (In Topic Branch Pending Review): Custom facts loaded multiple times
- I think a bug is warranted for keeping different files with the same name distinct in libdir.
The current plan is ... -
04:03 pm Feature #12127 (Closed): implement local plugin syncing for apply
- Puppet apply should sync from a local modulepath if one is supplied.
-
04:02 pm Feature #12126 (Closed): make autoloader able to reload changed plugins
- At minimum we need to reload all changed plugins at the start of an agent run.
01/24/2012
-
03:21 pm Bug #5236: Ruby DSL cannot declare parameterized classes
- Sorry for commenting on a closed ticket but I wanted to record this somewhere. Kristian kindly tested my examples and...
-
03:20 pm Bug #6663: puppet.conf says keylength defaults to 1024 -- should be 2048
- I'm curious why the priority on this was dropped. People have said advantages for it, but I have yet to hear a probl...
-
03:12 pm Feature #11802: Puppet Module Tool (PMT) should have a list command
- * A `show` action is highly desirable; it was left out of v1 in the interest of expedience.
* There are examples f... -
03:09 pm Bug #3873: Unexpected dependency created by exec
- Could you give some real-world scenarios where the current behavior would be the correct behavior?
I don't see how... -
02:57 pm Bug #11968 (Needs Decision): Potentially unsafe CWD handling in Puppet, from various sources
- More thinking is needed about what this means, but I agree that it is a problem, and if we have shown it in several p...
-
02:39 pm Bug #3873 (Needs Decision): Unexpected dependency created by exec
- Randall, I have some sympathy for "this breaks things", but I am pretty much certain this is the right default behavi...
-
02:38 pm Bug #12114 (In Topic Branch Pending Review): File face can't print help
- Several other applications had the same problems, and their spec tests would fail if spec/unit/application_spec.rb wa...
-
02:37 pm Feature #11802: Puppet Module Tool (PMT) should have a list command
- Wireframe issues:
* The tree view ends up being a little confusing and overcomplicated when you try to show everyt... -
02:35 pm Bug #12081: The pw user provider on FreeBSD doesn't remove the user's home directory when deletin...
- This passes tests, looks sane, and is correct according to the FreeBSD pw(8) manual page. Merge is blocked pending s...
-
02:21 pm Feature #12088 (Merged - Pending Release): Investigate merging FTW repo into Puppet proper
-
02:14 pm Puppet Dashboard Bug #9501: Add "skip navigation" links
- Daniel Sauble wrote:
> In that case, it might make sense to update our list of supported browsers for Dashboard, so ... -
02:09 pm Facter Bug #12116: Windows domain and fqdn facts are empty
- So for me (using DHCP in a VM) I get:...
-
02:00 pm Bug #6663: puppet.conf says keylength defaults to 1024 -- should be 2048
- Thanks.
-
01:57 pm Facter Feature #11666: Add is_ec2 and is_euca facts
- Ken Barber wrote:
> Oliver Hookins wrote:
>
>> Perhaps figuring out if a node is being used in a cloud is hard - t... -
01:54 pm Bug #12104 (Accepted): Non escaped quote for comment text in puppet resource -e host
- I can confirm this; there is insufficient escaping of values in `lib/puppet/parameter.rb`, `self.format_value_for_dis...
-
01:52 pm Feature #12074: Add a top level "apply"-like and "agent"-like application, to capture user intent.
- Daniel Pittman wrote:
> Does `at now` fail in any meaningful way that the other option would? It will run the pro... -
01:43 pm Feature #12074: Add a top level "apply"-like and "agent"-like application, to capture user intent.
- R.I. Pienaar wrote:
> Daniel Pittman wrote:
> >
> > So, if we gave you a drop-in script for cron that implemented... -
01:41 pm Refactor #12106 (Code Insufficient): Puppet PMT uninstall should match UX design for Geordi V1
- Some commentary added to the pull request.
-
01:40 pm Feature #12074: Add a top level "apply"-like and "agent"-like application, to capture user intent.
- Daniel Pittman wrote:
>
> So, if we gave you a drop-in script for cron that implemented an `enable/disable` toggle... -
01:37 pm Feature #12074: Add a top level "apply"-like and "agent"-like application, to capture user intent.
- R.I. Pienaar wrote:
> Daniel Pittman wrote:
>
> > Why not cron?
>
> the puppet agent daemon has quite a few mo... -
01:34 pm Feature #12074: Add a top level "apply"-like and "agent"-like application, to capture user intent.
- Daniel Pittman wrote:
> Why not cron?
the puppet agent daemon has quite a few modes, enable, disable, run once ... -
01:28 pm Feature #12074: Add a top level "apply"-like and "agent"-like application, to capture user intent.
- R.I. Pienaar wrote:
> I have just such a need, to make a first class citizen of masterless operation we need among o... -
01:27 pm Feature #12074: Add a top level "apply"-like and "agent"-like application, to capture user intent.
- Nigel Kersten wrote:
> I'm not quite convinced that this rests on true premises Daniel
>
> > The Puppet apply appl... -
12:52 pm Puppet Dashboard Bug #11669: Gem complaints with Puppet Dashboard
- Michael Stahnke wrote:
> gem list would be helpful, but dashboard vendors rails, so the rails version is known if th... -
12:50 pm Bug #12101 (Merged - Pending Release): Autoloader class should check path with Puppet::Util::abso...
-
12:46 pm Feature #11804 (Merged - Pending Release): Enhance Puppet Module Tool (PMT) search command
- Passes tests and looks solid, so merged. There shouldn't be any compatibility implications because we never released...
-
12:43 pm Facter Bug #12116: Windows domain and fqdn facts are empty
- Here you go:...
-
12:39 pm Feature #8465: allow SSL on reporturl
- I just ran into this limitation (inability to submit reports via https) in puppet 2.6.12 and want to throw a "me too!...
-
12:35 pm Bug #12117: puppetmaster opens a new connection to the database on every node run, and fails to c...
- [root@henson ~]# gem list
*** LOCAL GEMS ***
actionmailer (2.1.1)
actionpack (2.1.1)
activerecord (2.1.1)
active... -
12:31 pm Bug #11885: Decide what version of ActiveRecord we support for use with Puppet
- Thanks for the update as I was incorrectly jumping to the conclusion that you somehow maintained those in sync.
No... -
12:31 pm Facter Bug #12116: Windows domain and fqdn facts are empty
- Hi Mike,
Facter uses a wmi query to lookup the dnsdomain associated with the first network adapter that has IP ena... -
12:26 pm Bug #12117 (Investigating): puppetmaster opens a new connection to the database on every node run...
- I'm not sure if this should be considered a duplicate of Bug #469, as this is with oracle_enhanced as the DB connecto...
-
12:21 pm Bug #12115 (Needs Decision): 'Local' file bucket behavior doesn't match documentation
- Randall, this is all about the user interaction with these tools. As far as I can tell they have very little purpose...
-
12:19 pm Facter Bug #12116 (Rejected): Windows domain and fqdn facts are empty
- After following the documentation here:
http://projects.puppetlabs.com/projects/1/wiki/Puppet_Windows
I installed... -
12:01 pm Bug #11885: Decide what version of ActiveRecord we support for use with Puppet
- Daniel Pittman wrote:
> I believe we vendor 2.3.12, as of https://github.com/puppetlabs/puppet-dashboard/commit/789c... -
11:58 am Bug #12115 (Needs Decision): 'Local' file bucket behavior doesn't match documentation
- The usage for command `puppet filebucket backup` says that, "Alternatively, you can use your local file bucket by spe...
-
11:43 am Bug #11885: Decide what version of ActiveRecord we support for use with Puppet
- I believe we vendor 2.3.12, as of https://github.com/puppetlabs/puppet-dashboard/commit/789c1b7aa9c5bf3dbeb8ae1e06cf3...
-
11:40 am Bug #11885: Decide what version of ActiveRecord we support for use with Puppet
- Hopefully someone will step up and resolve this.
It's not really comforting to still be running 2.3.5. -
11:37 am Bug #12114 (Closed): File face can't print help
- To reproduce:...
-
10:53 am Bug #10417 (Merged - Pending Release): No diff command on Windows
- # Merged into 2.7.x #
Merged as:... -
09:59 am Refactor #11955 (Merged - Pending Release): Refactor uses of Puppet::Util.binread
- # Merged into 2.7.x #
Merged as: <https://github.com/puppetlabs/puppet/commit/8f95e03074be46dd9488a4ad8565327f9a32... -
09:58 am Bug #9782 (Closed): Puppet (err): Could not find class <foo> for <host> in 2.7.3 on undefined class
- Ah, we actually solved this off-list:...
-
09:58 am Puppet Community Package Repository Bug #12077: Add pciutils RPM dependency
- On Fedora and RHEL/CentOS, I'll also be adding net-tools to make the use of arp, dnsdomainname, hostname, and ifconfi...
-
09:17 am Puppet Community Package Repository Bug #9437 (Rejected): Build EL4 packages for yum.puppetlabs.com
- Rejecting my own ticket due to lack of life time left.
-
09:13 am Feature #11804 (In Topic Branch Pending Review): Enhance Puppet Module Tool (PMT) search command
- ## Pending Review ##
Pull request has been sent: [Pull 399](https://github.com/puppetlabs/puppet/pull/399) -
09:01 am Feature #11804 (Accepted): Enhance Puppet Module Tool (PMT) search command
-
08:46 am Bug #11989: upstart service operating system confine should include redhat and centos
- I don't think the redhat provider works for upstart jobs. At least on RHEL 6 it doesn't look like Redhat did a very ...
-
08:00 am Feature #12074: Add a top level "apply"-like and "agent"-like application, to capture user intent.
- I have just such a need, to make a first class citizen of masterless operation we need among others:
- someway to ... -
07:55 am Feature #12074: Add a top level "apply"-like and "agent"-like application, to capture user intent.
- I'm not quite convinced that this rests on true premises Daniel
>
> The Puppet apply application supports local scr... -
07:12 am Refactor #12106 (In Topic Branch Pending Review): Puppet PMT uninstall should match UX design for...
- ## Pending Review ##
Pull request has been issued: [Pull 398](https://github.com/puppetlabs/puppet/pull/398) -
07:07 am Refactor #12106 (Closed): Puppet PMT uninstall should match UX design for Geordi V1
- Puppet PMT uninstall should match UX design for Geordi V1
-
06:37 am Bug #9782: Puppet (err): Could not find class <foo> for <host> in 2.7.3 on undefined class
- I think we solved this one on the user list didn't we?
/me goes hunting. -
05:40 am Bug #12105: service always thinks service is down
- I'm using 2.6 because that's what's packaged with Ubuntu.
-
05:39 am Bug #12105 (Closed): service always thinks service is down
- I wrote the following puppet service description, running on Ubuntu 11.04:
class mysql::service{
service{'mysql... -
04:43 am Bug #5236 (Closed): Ruby DSL cannot declare parameterized classes
- Actually this does work:
hostclass :foo, :arguments => {"myparam" => nil} do
notice [scope.lookupvar("m... -
04:07 am Bug #12104 (Accepted): Non escaped quote for comment text in puppet resource -e host
- Steps to recreate error:
Assuming the comment field of a host resource has a ' in the text, then resource editing ... -
03:15 am Facter Feature #11666: Add is_ec2 and is_euca facts
- Oliver Hookins wrote:
> Every cloud provider will be using a form of virtualisation or containerisation which is ava... -
02:36 am Puppet Community Package Repository Bug #12077 (Merged - Pending Release): Add pciutils RPM dependency
- Not sure if I'm meant to change the status here, but its merged :-). Thanks guys.
-
12:41 am Bug #10354: Missing userdel flag in provider/useradd.rb when managehome is set to true
- Bernard already opened a pull request at https://github.com/puppetlabs/puppet/pull/315
Maybe we can pull his request... -
12:04 am Bug #10236: /root/.k5login created with wrong selinux context.
- Hi,
I think it was said before, copy what ever the file type does. This seems to handle selinux absolutely perfect... -
11:10 pm Puppet Forge Bug #11856 (In Topic Branch Pending Review): Getting the forge setup and passing tests should be ...
- Another commit is necessary to fix bundled rake and rack versions.
Those r gems are trouble. Even though newer ve... -
09:50 pm Bug #6663 (Accepted): puppet.conf says keylength defaults to 1024 -- should be 2048
- Seeing as how it's been a month and I haven't gotten anywhere with this, I am reassigning to the platform team.
-
05:48 pm Bug #12101 (Closed): Autoloader class should check path with Puppet::Util::absolute_path?
- Right now it's testing whether the autoload path in a way that's not cross-platform.
The hard part of this is that... -
05:25 pm Bug #10236 (Needs More Information): /root/.k5login created with wrong selinux context.
-
05:22 pm Feature #7188: Mount provider/type split for Solaris
- Mounts are a rather fundamental object.
Are we positive this works seamlessly as a pluginsync'd module?
Have we ... -
05:21 pm Feature #11967: split() function does not work on array variables
- I'd love it if you took your proposal to the community Steve.
I'm pretty much allergic to this sort of proposal be... -
05:16 pm Feature #7188: Mount provider/type split for Solaris
- It would work as a module, but given that the motivation for the work was how little sense the current implementation...
-
05:11 pm Bug #6541: File type truncates target when filebucket can not retrieve hash
- Merged into 2.6.x in <https://github.com/puppetlabs/puppet/commit/311848a4c74b0348aaa96ea725cb9291bdd19d6e>
-
04:26 pm Puppet Community Package Repository Bug #12077 (In Topic Branch Pending Review): Add pciutils RPM dependency
- Added dependency of pciutils to facter/conf/redhat/facter.spec. See <https://github.com/puppetlabs/facter/pull/155>
01/23/2012
-
03:28 pm Feature #12088 (In Topic Branch Pending Review): Investigate merging FTW repo into Puppet proper
- # Pull Request #
Submitted against 2.7.x: <https://github.com/puppetlabs/puppet/pull/396>
The tricky part will ... -
03:19 pm Bug #6541: File type truncates target when filebucket can not retrieve hash
- The failing acceptance test on 2.6.x has been fixed, and the change merged.
-
03:03 pm Puppet Dashboard Bug #10901 (Merged - Pending Release): Reports status tooltip does not load a graphic
-
03:00 pm Bug #5236: Ruby DSL cannot declare parameterized classes
- Here's a workaround that allows you to build a parameterized class in the ruby DSL. The idea is to build a wrapper cl...
-
12:39 pm Bug #10296 (Merged - Pending Release): rspec unit tests are not reporting failure when they shoul...
-
12:24 pm Puppet Dashboard Bug #10562 (In Topic Branch Pending Review): CSV export broken in IE8
- Pull request: https://github.com/puppetlabs/puppet-dashboard/pull/81
-
12:04 pm Puppet Dashboard Bug #4890 (Merged - Pending Release): Dashboard's example vhost configuration should show how to ...
-
11:57 am Puppet Dashboard Bug #4890 (In Topic Branch Pending Review): Dashboard's example vhost configuration should show h...
- Pull request submitted. <https://github.com/puppetlabs/puppet-dashboard/pull/80>
-
11:51 am Feature #11786: `puppet doc` is not compatible with newer RDoc - thus with Ruby 1.9
- After reading the commit log the change happened from RDoc 2.4.3 to RDoc 3.0. So it might be easier (and safer) to ch...
-
11:49 am Puppet Dashboard Bug #4890: Dashboard's example vhost configuration should show how to use basic auth
- Moving back to Dashboard project, as this is a request for changing included code rather than documentation.
-
11:49 am Puppet Dashboard Bug #4890: Dashboard's example vhost configuration should show how to use basic auth
- Editing totally invalid header and description.
-
11:44 am Puppet Dashboard Bug #10562: CSV export broken in IE8
- Found a solution to the problem (http://stackoverflow.com/questions/2232103/how-do-i-get-csv-file-to-download-on-ie-w...
-
11:16 am Bug #5445 (Merged - Pending Release): Mac pkg creation script should create /var/lib/puppet
-
11:15 am Bug #6404 (Merged - Pending Release): Filebucket app should complain when no files given
-
11:14 am Bug #7140 (Merged - Pending Release): overzealous warnings when querying services on debian
-
10:45 am Feature #12088 (Closed): Investigate merging FTW repo into Puppet proper
- # Overview #
To make maintenance and acceptance testing easier it makes sense to have the [puppet_for_the_win](htt... -
10:45 am Puppet Acceptance Refactor #11944: Separate host specific logic from tests
- After talking this over with Matt and Daniel, we have agreement that the `resource` type acceptance tests should:
* ... -
10:35 am Puppet Dashboard Bug #10562: CSV export broken in IE8
- Here's one way to reproduce this in IE8:
- Navigate away from Dashboard (i.e. open google.com)
- Do a hard refres... -
10:34 am Puppet Acceptance Feature #11743: Run each test in an isolated, clean environment
- The `with_master_running_on` method will now delete the ssl directory for all hosts and the var directory for all age...
-
10:24 am Puppet Dashboard Bug #10562 (Investigating): CSV export broken in IE8
-
10:24 am Puppet Dashboard Bug #10562: CSV export broken in IE8
- The link points to nodes.csv, but the associated controller action replaces this with prefix-nodes.csv, where 'prefix...
-
10:23 am Bug #10417 (In Topic Branch Pending Review): No diff command on Windows
-
10:16 am Feature #12080 (Code Insufficient): Enhance Faces console logging
- Based on the feedback for this pull request, we will engage UX to hopefully find a middle ground on the requirements ...
-
09:47 am Puppet Dashboard Bug #5441 (Merged - Pending Release): puppet-dashboard init script is missing 'status' and 'force...
-
09:45 am Refactor #11955: Refactor uses of Puppet::Util.binread
- # Updated PR #
I rebased Josh's pull request and submitted a new PR replacing the old PR.
<https://github.com/p... -
09:43 am Puppet Community Package Repository Bug #5971 (In Topic Branch Pending Review): Javascript dependencies are not documented for Debian.
- https://github.com/puppetlabs/puppet-dashboard/pull/79
-
09:41 am Bug #12081 (In Topic Branch Pending Review): The pw user provider on FreeBSD doesn't remove the u...
-
09:21 am Feature #12085 (Accepted): The application name 'apply' is hardcoded and no other application can...
- It would be great to fix this, along with other strange behaviour around our `run_mode`, in a way that is going to wo...
-
09:17 am Feature #12085 (Closed): The application name 'apply' is hardcoded and no other application can g...
- I wanted to implement some custom behavior to 'apply' but any change to the application name forces it into a mode wh...
-
08:52 am Facter Feature #9574 (Merged - Pending Release): Add fact that exposes available file systems on Linux
- Merged here:
<https://github.com/puppetlabs/facter/commit/f16fcfa0945ef8bf2c405a1995aa0d861626ec48> -
08:16 am Feature #12080 (In Topic Branch Pending Review): Enhance Faces console logging
- ## Pending review ##
A pull request has been issued: [Pull 390](https://github.com/puppetlabs/puppet/pull/390)
... -
08:14 am Puppet Community Package Repository Bug #12077 (Accepted): Add pciutils RPM dependency
- Seems reasonable to me. This would allow for a refactoring of facts around virtual to make them quite a bit better a...
-
05:09 am Bug #12081 (Closed): The pw user provider on FreeBSD doesn't remove the user's home directory whe...
- This issue is identical to #10354 but for the pw user provider rather than the useradd provider.
The documentation... -
04:40 am Facter Bug #10508: EC2 facts not available if endpoint timesout or is unavailable
- Patrick,
Not necessarily 'closed' as we'll need to think about how this fact could utilise the cache once its impl... -
04:36 am Puppet Community Package Repository Bug #12077: Add pciutils RPM dependency
- Mike - I'm okay with this in principle. Thoughts?
-
04:34 am Puppet Community Package Repository Bug #12077 (Needs Decision): Add pciutils RPM dependency
-
04:32 am Facter Bug #12078 (Duplicate): Order-dependent test failure in new Eucalyptus support for EC2 facts.
- Duplicate of #12079
-
04:10 am Facter Feature #11640 (Merged - Pending Release): Support EC2 facts on OpenStack
- Merged in:
<https://github.com/puppetlabs/facter/commit/192350518682c94583f27f001f7ec15faa37d285> -
04:09 am Facter Bug #12079 (Merged - Pending Release): Order-dependent test failure in new Eucalyptus support for...
- Merged:
<https://github.com/puppetlabs/facter/commit/1336cb36510052ae582bdffb71c81c73a54836a0> -
03:32 am Bug #3873: Unexpected dependency created by exec
- A simple `onlyif => "grep foo /some/path"` also triggers this.
-
02:35 am Bug #11484: puppet's "auth" option is too obtuse
- puppet 2.7.9-1
-
02:34 am Bug #11674: selboolean persistent doesn't seem to work
- Would the information in /etc/selinux/targeted/modules/active/booleans.local help?
If setsebool is run with -P, it... -
01:16 am Facter Bug #10508: EC2 facts not available if endpoint timesout or is unavailable
- Ken, looking at the pull request I'd say this can be closed as it will be handled in #2157
-
01:04 am Bug #10354 (In Topic Branch Pending Review): Missing userdel flag in provider/useradd.rb when man...
- I fixed this as suggested, pull request is at https://github.com/puppetlabs/puppet/pull/388
BTW, the useradd provi... -
12:40 am Feature #12080: Enhance Faces console logging
- Team Geordi is working on enhancing Faces console output. We need better control over what gets logged to stderr and ...
-
12:36 am Feature #12080 (Closed): Enhance Faces console logging
- We should have the ability to log warnings, errors, and notices to stderr, with better formatting and colors:
... -
12:27 am Bug #4426: ext/regexp_nodes treats "environment" as parameter
- Updated branch, the previous one was crufty.
https://github.com/ahpook/puppet/tree/tickets-4426-regexp -
12:15 am Facter Bug #12079 (In Topic Branch Pending Review): Order-dependent test failure in new Eucalyptus suppo...
- https://github.com/puppetlabs/facter/pull/154 contains the fix
-
12:12 am Facter Bug #12078 (Duplicate): Order-dependent test failure in new Eucalyptus support for EC2 facts.
- Some of the stubbing had a hidden order dependency when these were introduced; CI revealed the failure, and this trac...
-
12:12 am Facter Bug #12079 (Closed): Order-dependent test failure in new Eucalyptus support for EC2 facts.
- Some of the stubbing had a hidden order dependency when these were introduced; CI revealed the failure, and this trac...
-
11:29 pm Bug #9290: Puppet master fails with 'stack level too deep' error when storeconfigs = true with ra...
- If you hvae more than one Rails version installed, you can force an older activerecord version to puppet:
gem 'act... -
11:03 pm Bug #4426 (In Topic Branch Pending Review): ext/regexp_nodes treats "environment" as parameter
- It took me a while to do this but I had some plane flight time today and merged in both some upstream changes to this...
-
04:21 pm Facter Bug #8210: virtual fact should work for EL kvm guests
- Same problem here:
* RHEL 6.1 (64bit) with 2 vCPUs: model name is QEMU Virtual CPU, thus facter virtual == kvm
* ...
01/22/2012
-
03:34 pm Bug #11968: Potentially unsafe CWD handling in Puppet, from various sources
- I don't think setting it only for exec is sufficient, the above errors show that it also affects the file type. I'd ...
-
03:26 pm Puppet Community Package Repository Bug #12077 (Closed): Add pciutils RPM dependency
- Facter uses both lspci and dmidecode to determine the virtual/is_virtual facts, so should also depend on the pciutils...
-
03:20 pm Facter Bug #11823 (Closed): is_virtual is broken in CentOS 6.x
- Hennadiy Rez wrote:
> It was installed from epel repo. Yum enforces dependencies if they are in rpm's.
Ah ok, the... -
02:52 pm Bug #11968: Potentially unsafe CWD handling in Puppet, from various sources
- I take your point; the exec resource documentation also points out a nonexisting cwd will cause failure. However, ma...
-
01:56 pm Facter Bug #11823: is_virtual is broken in CentOS 6.x
- It was installed from epel repo. Yum enforces dependencies if they are in rpm's.
-
01:48 pm Feature #11967: split() function does not work on array variables
- I would envision nested arrays being implicitly flattened before splitting, as with several other puppet functions. ...
-
12:20 pm Bug #9054: selboolean reports error if selinux is not enabled
- Franz,
I have pushed what I have to https://github.com/seanmil/puppet/tree/selinux/bug/9054_selboolean_fix
I to... -
11:44 am Bug #4415 (Accepted): puppetd ignores resources in the catalog if the type code cannot be found
-
10:32 am Bug #5200 (Needs More Information): Many-to-many implementation of stages needlessly inefficient
- Nick, didn't this get resolved when we had the same issue with class -> class relationships and the Whit implementati...
-
10:29 am Feature #8278 (Rejected): Puppet cert should safeguard itself when revoking.
- Ben, feel free to chat to me about this one if a customer is still having issues here.
-
10:24 am Refactor #2056: Runit and launchd service providers ignores explicit 'stop' command
- Does this still apply to the runit provider? I see the launchd fix, but the ticket still refers to runit.
-
10:22 am Feature #7318: Puppet::Indirector::Yaml should support nil return from path
- Dan, I'm going to pass this onto Daniel to make the call.
-
10:18 am Facter Bug #10278 (Needs More Information): some facts do not work with locales set
- Bernhard, I'm unable to replicate your ipaddress/macaddress failure myself. I've tried master, and even went back to ...
-
10:10 am Bug #5445: Mac pkg creation script should create /var/lib/puppet
- Yes.
-
09:03 am Bug #10296 (In Topic Branch Pending Review): rspec unit tests are not reporting failure when they...
- Patrick,
I have gone through all of the "should" form test and converted them to the "must" variant. There was on... -
08:56 am Bug #83: Puppet should be lexically scoped, not dynamically scoped
- We verified Puppet is still dynamically scoped using the example provided. Is this something we want to change about ...
-
07:54 am Feature #10465: Provide a new "obsessive" mode which queries resources again after sync
- Actually the main use case I had for it was already in my summary. When using Puppet as a deployment tool you really ...
-
07:50 am Feature #10465: Provide a new "obsessive" mode which queries resources again after sync
- The unfortunate reality is that providers do have bugs and the number of possible situations a provider can encounter...
-
07:14 am Facter Bug #8210: virtual fact should work for EL kvm guests
- As I understand, it only happens on 32bit guests.
-
06:35 am Facter Bug #8210 (Re-opened): virtual fact should work for EL kvm guests
-
06:34 am Facter Bug #8210: virtual fact should work for EL kvm guests
- Jason Short wrote:
> Facter 1.6.2 on Centos 5.7 also works. (My previous test was with 1.5.9)
No, it does not!... -
04:30 am Feature #8940: host type should have an optional canonical_hostname parameter
- Daniel Pittman wrote:
> I almost agree with this: I think that the *IP address* should be the primary key for this, ... -
04:23 am Feature #8940: host type should have an optional canonical_hostname parameter
- Rob Terhaar wrote:
> It would be great if the Host resource type followed the same pattern as the Exec resource- whe... -
01:03 am Facter Bug #11823: is_virtual is broken in CentOS 6.x
- Hennadiy Rez wrote:
> Actually it reports "virtual" now. I think it got fixed after I installed lspci and dmidecode ... -
10:44 pm Facter Feature #9574 (In Topic Branch Pending Review): Add fact that exposes available file systems on L...
- Created a pull request that pulls in Krzysztof's filesystems fact and added some tests for it.
https://github.com/... -
08:53 pm Bug #6023: puppetmasterd init.d does not create PID file causes failure on status & stop
- Without input from Chip or someone else seeing a problem, I'd be inclined to close this one. Odds are good that if th...
-
07:28 pm Feature #7188: Mount provider/type split for Solaris
- Max Martin wrote:
> Fortunately, when we let this one fall through the cracks, Eric picked up the slack and implemen... -
07:23 pm Feature #1905 (Needs More Information): Use OpenSSL's new Kerberos support
- Wil Cooley wrote:
> Reviewed for triage-a-thon 21-01-2012; ticket looks ok to me. Still applicable for 2.7.9, assumi... -
07:13 pm Feature #7701: Using the new certificate face to generate a cert requires to pass --ca-location
- Daniel Sauble wrote:
> As of 2.7.10rc1 there doesn't appear to be a ca_location config parameter. Are you requesting... -
07:12 pm Feature #2561 (Closed): Test needed for all CLI option combinations
-
07:09 pm Bug #5445: Mac pkg creation script should create /var/lib/puppet
- Actually, wouldn't this be covered in #9407?
-
07:06 pm Bug #8969: Puppet hangs trying to replace a FIFO
- Franz Pletz wrote:
> Can this be solved by treating FIFOs and for instance Sockets specially? As it makes no sense f... -
07:05 pm Bug #5445: Mac pkg creation script should create /var/lib/puppet
- I think a new ticket might be better for this. I could CHANGE the createpackage.sh script to create /var/db/puppet, ...
-
07:04 pm Facter Bug #11823: is_virtual is broken in CentOS 6.x
- We should probably add code, either as part of this ticket, or another, to Facter that tries to get at the PCI data t...
-
07:01 pm Bug #5445 (In Topic Branch Pending Review): Mac pkg creation script should create /var/lib/puppet
- Gary Larizza wrote:
> That was discussed http://groups.google.com/group/puppet-dev/browse_thread/thread/d200f8bbe91c... -
06:58 pm Bug #5445: Mac pkg creation script should create /var/lib/puppet
- That was discussed http://groups.google.com/group/puppet-dev/browse_thread/thread/d200f8bbe91c9/db1fa48992a7b227?lnk=...
-
06:54 pm Bug #5445 (Needs More Information): Mac pkg creation script should create /var/lib/puppet
- Isn't this a non-standard place to put files on MacOS? I thought it preferred `/var/db` or so for these files, and `...
-
06:53 pm Bug #7698 (Rejected): incorrect message from puppet help when face cannot be loaded
- I am rejecting this, because it is based on a flawed premise: the actual behaviour is nothing like the imagined behav...
-
06:34 pm Bug #5445 (In Topic Branch Pending Review): Mac pkg creation script should create /var/lib/puppet
-
06:29 pm Bug #5445: Mac pkg creation script should create /var/lib/puppet
- I checked out the discussion on the Dev list, and made the changes that were suggested (added notes to the commit and...
-
06:26 pm Bug #8917 (Code Insufficient): `client` is not a configuration option, and --client/--no-client i...
- I think this needs more work to eliminate the lingering remains of the `--client` option from `lib/puppet/application...
-
06:21 pm Bug #6404: Filebucket app should complain when no files given
- Thanks. The looks good, and passes tests. As soon as the current broken build is fixed we can look to get it in.
-
06:15 pm Bug #7140 (In Topic Branch Pending Review): overzealous warnings when querying services on debian
- The submitted code passes tests and is ready to go, but can't be merged until a broken build is taken care of.
-
05:39 pm Bug #10907 (Merged - Pending Release): logoutput => on_failure should be default for Exec resource
- This has been merged, and will be the default in Telly. Thanks for fixing that.
-
05:38 pm Feature #8940: host type should have an optional canonical_hostname parameter
- Stefan Schulte wrote:
> While I do not have a quick alternative I don't really like the idea that a host resource ... -
05:26 pm Refactor #2056 (Merged - Pending Release): Runit and launchd service providers ignores explicit '...
- Thanks for fixing this.
-
05:13 pm Bug #5212: With Puppet standalone, exported facts are overriding local facts
- Did some hackery with Kernel.set_trace_func and here's my data:
https://gist.github.com/1654813
The full output... -
04:58 pm Bug #6255: Puppet kick exists with 0 even when puppet run has failures
- Our current recommendation (and where our effort internally is generally being spent) is to use MCollective and the p...
-
04:50 pm Bug #11826 (Merged - Pending Release): CA Face errors out when there are no certs to be displayed
- Thanks for the fix, much appreciated.
-
04:42 pm Bug #5362 (Code Insufficient): Remote file bucket won't work under certain situations unless "pat...
- Nan Liu wrote:
> Pull request: https://github.com/puppetlabs/puppet/pull/369
This change works around the conflic... -
04:39 pm Facter Bug #10261: Facter reports incorrect windows architecture
- What about using the following command to get the OS Arch:...
-
04:36 pm Bug #11961 (Merged - Pending Release): pypi is down leading to "Could not run Puppet configuratio...
- That seems sane, and a ten second timeout seems perfectly reasonable for this. Thanks for the fix.
-
04:29 pm Bug #12051 (Merged - Pending Release): Exec onlyif / unless does not capture output
- Thanks - that is awesome, and totally a sane thing to do. We should have been doing this forever. :)
-
04:15 pm Feature #665: Automatic relationships should be auto-documented
- This would still be nice to have.
-
04:11 pm Feature #2779: file fragment manager should be an internal puppet feature
- The current state of this seems to still be the concat module. In either https://github.com/puppetlabs/puppet-concat ...
-
04:02 pm Bug #2208 (Closed): puppet/puppetd do not work with the server option provided on the comand line
- Checked the current puppets (2.6/2.7) and this works. Probably safe to close as this is so old as to pre date puppet ...
01/21/2012
-
03:59 pm Bug #10354 (Accepted): Missing userdel flag in provider/useradd.rb when managehome is set to true
-
03:57 pm Bug #10506 (Accepted): Naming rules are inconsistent
-
03:57 pm Bug #12070 (Merged - Pending Release): cron value munging can lead to strange errors
- Thanks. Happily, to doesn't look like there was any risk this could be leveraged into a code execution bug or anythi...
-
03:56 pm Bug #8778 (Accepted): Equality in Puppet is not commutative
- Root cause was #2818, where we tried to help folks who used empty strings as 'undef' before undef existed.
We're w... -
03:50 pm Bug #5981 (Accepted): Puppet shouldn't overwrite symlinks when specifying content and follow is on.
-
03:49 pm Bug #5981: Puppet shouldn't overwrite symlinks when specifying content and follow is on.
- You mean "affect the link target" right?
-
03:48 pm Feature #8940: host type should have an optional canonical_hostname parameter
- I think that `"canonical_hostname"` as an official parameter name is a bit too pedantic. I took this term from the Li...
-
03:42 pm Bug #5981: Puppet shouldn't overwrite symlinks when specifying content and follow is on.
- I'm able to reproduce this same behavior on 2.7.9, using the steps listed above.
The issue boils down to: with "li... -
03:33 pm Bug #8762: Fact JSON serialization should provide a document type
- The commit was reverted, so it's still in the tree at commit:07a7a68a25eb9b21189751c27f90f972224ea533.
-
03:30 pm Facter Bug #11823: is_virtual is broken in CentOS 6.x
- Actually it reports "virtual" now. I think it got fixed after I installed lspci and dmidecode which were not there. I...
-
03:24 pm Bug #6411 (Accepted): Changing mount device when ensuring unmounted causes bogus mount of new device
- able to reproduce with same behavior on Linux.
-
03:23 pm Bug #6633 (Duplicate): Mount provider remounts unnecessarily
-
03:22 pm Bug #8969: Puppet hangs trying to replace a FIFO
- Can this be solved by treating FIFOs and for instance Sockets specially? As it makes no sense for puppet to manage th...
-
03:19 pm Bug #6518 (Closed): Remove CHANGELOG.old
- there are no more CHANGELOG.old files.
-
03:19 pm Refactor #12076 (Accepted): `lib/puppet/parser/relationship.rb` method `mk_relationship` takes ar...
- Ultimately, it looks like this is only going to work on a single item array, and probably should change to fail hard ...
-
03:18 pm Bug #7172: puppet-module installation errors from gem install method
- This looks like it could be solved by using the following code to include the readme file:
However, I am not sure wh... -
03:17 pm Puppet Forge Feature #11261 (In Topic Branch Pending Review): Update README to indicate that the puppet-module...
- This looked easy enough and it also got me when I was looking to the module having ruby 1.9.2 issues so I updated the...
-
03:17 pm Bug #8762: Fact JSON serialization should provide a document type
- Could you please provide a link to your commit?
-
03:16 pm Cloud-Provisioner Bug #12007 (Accepted): cloud_provider/aws TESTS FAIL: 03-terminate-instance + 05-print-ssh-host-...
-
03:13 pm Puppet Forge Feature #11880 (Closed): Add rake task for compiling less dynamic stylesheets
-
03:13 pm Puppet Forge Feature #11880: Add rake task for compiling less dynamic stylesheets
- This is no longer need, we have updated the rails apps to do it automatically.
-
03:12 pm Bug #8778: Equality in Puppet is not commutative
- As of #4291 there is some special code handling `'' == undef` being evaluated to `true`. It's not really clear why it...
-
03:04 pm Feature #6599: The client should default to using its cached catalog
- Note that I think it's important that the decision about whether to download the catalog is made by the server, not b...
-
03:01 pm Feature #8344: Allow --env as a shorthand for --environment
- Note that using --env instead of the full long option name (--environment) does work (at least as of 2.7.9).
-
02:59 pm Feature #7188: Mount provider/type split for Solaris
- eric sorenson wrote:
> Some notes from using this in production:
and you're not hitting #4914 again? Because I do... -
02:55 pm Refactor #7197 (Accepted): Prevent a resource from having two parents
- Catalog doesn't override SimpleGraph#add_edge. SimpleGraph#add_edge has no restrictions on the number of parents for...
-
02:51 pm Feature #8855 (In Topic Branch Pending Review): Follow HTTP redirects in appdmg and pkgdmg packag...
-
02:49 pm Feature #12074: Add a top level "apply"-like and "agent"-like application, to capture user intent.
- I should probably note that the long term thinking here would be that this would render much of the duplicate code in...
-
02:49 pm Bug #7698 (In Topic Branch Pending Review): incorrect message from puppet help when face cannot b...
-
02:48 pm Bug #7917: Puppet apply runmode should write classes.txt file
- This really reflects a deeper loss of context in our system; I have tried to capture my thinking about that in #12074...
-
02:46 pm Feature #12074 (Needs Decision): Add a top level "apply"-like and "agent"-like application, to ca...
- Randall, this seems like a good decision from a user perspective, but I wanted to get your feedback before pushing fu...
-
02:46 pm Feature #11801: puppet doc should be able to use README.rdoc in toplevel module dir
- Brice has also put a pull request in via a dupe bug report, along with some tests: https://github.com/puppetlabs/pupp...
-
02:45 pm Feature #12074 (Needs Decision): Add a top level "apply"-like and "agent"-like application, to ca...
- The Puppet `agent` application supports a bunch of features, like writing `classes.txt`, reporting, and other bits an...
-
02:43 pm Feature #8855: Follow HTTP redirects in appdmg and pkgdmg package providers
- I've tested the patch with a local webserver and current puppet master branch. Works as expected.
-
02:43 pm Puppet Dashboard Feature #4988 (Duplicate): Puppet Dashboard should have a view for nodes running in NOOP mode
- This feature have already been completed. Dashboard have a pending view per #6537.
-
02:41 pm Feature #11990: PuppetDoc should use also README.rdoc files
- Dominic Cleal wrote:
> Looks like we also have #11801 which has an associated pull request, closing this one.
Too... -
02:40 pm Feature #1861: manage_membership for unix groups provider
- Reviewed for triage-a-thon 21-01-2012; ticket looks ok to me for 2.7.9--feature hasn't slipped in past documentation....
-
02:39 pm Bug #7698: incorrect message from puppet help when face cannot be loaded
- I've submitted a pull request for this:
https://github.com/puppetlabs/puppet/pull/381 -
02:39 pm Bug #3313 (Duplicate): puppet.conf option client=true/false doesn't seem to work
- Rejecting in favor of #8917.
-
02:38 pm Bug #6628 (Accepted): Parsed file providers fail to replace missing entries on first run where th...
- Was able to reproduce this same behavior using 2.7.9.
-
02:35 pm Bug #3421 (Closed): Insufficient debug info from pson versus yaml
-
02:35 pm Bug #5350: Implicit tags not matched in collection while expressing relationship
- Yes, Brice's workaround helps, thanks! The thing I like about expressing by tag, however, is that I can specify the t...
-
02:35 pm Bug #3421 (Accepted): Insufficient debug info from pson versus yaml
- no longer a problem.
-
02:33 pm Feature #11786 (In Topic Branch Pending Review): `puppet doc` is not compatible with newer RDoc -...
-
02:32 pm Bug #1863 (Closed): Parsing of files with CR/LF line endings
- Reviewed for triage-a-thon 21-01-2012.
This appears to have been fixed as of 2.7.9:... -
02:31 pm Feature #11786: `puppet doc` is not compatible with newer RDoc - thus with Ruby 1.9
- Opened the pull request with some solvings for this issue.
[Pull Request 377](https://github.com/puppetlabs/puppet/... -
02:28 pm Bug #8917 (In Topic Branch Pending Review): `client` is not a configuration option, and --client/...
- I've added a pull request which implements this config option.
-
02:27 pm Bug #12073 (Investigating): Silently skips resource whose type is defined by a missing plugin
- I defined a class like this:...
-
02:27 pm Bug #3705: Sporadic test failure in spec/unit/resource/catalog.rb
- Wrote quick script to run spec 1000 times, couldn't reproduce.
-
02:23 pm Feature #1866: Support for specification of multiple servers
- Reviewed for triage-a-thon 21-01-2012; ticket looks ok to me for 2.7.9.
-
02:22 pm Bug #3526 (Closed): Unhelpful error message init.pp files are set to incorrect permissions
- I tried to recreate this on 2.7.x and saw the error message:
err: Permission denied - /etc/puppet/modules/foo/mani... -
02:17 pm Puppet Community Package Repository Bug #7679: FHS compliance
- Moving to community packaging.
-
02:17 pm Puppet Dashboard Bug #7409 (Merged - Pending Release): Added release key note
- This work appears to be done.
https://github.com/puppetlabs/puppet-dashboard/pull/2 is closed.
commit <https:... -
02:17 pm Feature #8940: host type should have an optional canonical_hostname parameter
- While I do not have a quick alternative I don't really like the idea that a host resource can now have a title, a nam...
-
02:16 pm Puppet Community Package Repository Bug #8432 (In Topic Branch Pending Review): Red Hat RPM should ensure rc's are a lower EVR than t...
-
02:16 pm Bug #3705 (Closed): Sporadic test failure in spec/unit/resource/catalog.rb
- Assuming this is fixed now.
-
02:15 pm Bug #5184: Shorthand relationship reference syntax cannot be overridden to undef using class inhe...
- This impacts both 2.6, and 2.7.
-
02:15 pm Bug #3372 (Closed): Replace FileBucket Dipper with more idiomatic calls
- This is fixed.
-
02:15 pm Puppet Community Package Repository Feature #4591: Add SuSE packaging data
- Moving to community packaging
-
02:14 pm Puppet Dashboard Bug #7147: settings.yml.example should be an inert file
- Still a bug in 1.2.5rc1. Using an example file as the source for defaults seems very bad.
-
02:12 pm Bug #2884 (Closed): Test isolation: spec/unit/property/keyvalue.rb generates 6 spurious errors
- Assuming this is fixed now.
-
02:12 pm Bug #2861 (Closed): Test isolation: spec/unit/type/schedule.rb has a spurious failure if run afte...
- Assuming this is fixed now.
-
02:12 pm Bug #6404 (In Topic Branch Pending Review): Filebucket app should complain when no files given
- Pushed code in request https://github.com/puppetlabs/puppet/pull/376, in my tickets/2.7.x/6404-filebucket_fails_when_...
-
02:10 pm Feature #1878 (Needs Decision): Trigger on failure of another type such as file?
-
02:10 pm Feature #2561 (Needs Decision): Test needed for all CLI option combinations
- Seems like overkill.
-
02:10 pm Feature #7701: Using the new certificate face to generate a cert requires to pass --ca-location
- As of 2.7.10rc1 there doesn't appear to be a ca_location config parameter. Are you requesting that this be added? If ...
-
02:09 pm Feature #7188: Mount provider/type split for Solaris
- We still have a problem changing options too, it seems.
Changing a `rw` nfs-mounted filesystem to `ro` causes the ... -
02:08 pm Puppet Dashboard Bug #4890: Dashboard's example vhost configuration should show how to use basic auth
- Looks like a request for some Dashboard enhancements.
-
02:08 pm Bug #6633 (Accepted): Mount provider remounts unnecessarily
- Able to reproduce with same behavior on Linux.
-
02:07 pm Bug #5204 (Needs More Information): puppet describe type throws error unless --short is used
- Can't reproduce this on multiple puppet 2.6 2.7 versions on Ruby 1.8.7, was this an issue on some specific version of...
-
02:06 pm Bug #6404 (Accepted): Filebucket app should complain when no files given
- Confirmed this is still a problem.
-
02:05 pm Puppet Community Package Repository Bug #5971: Javascript dependencies are not documented for Debian.
- This is true, but Dashboard is also not packaged for Debian directly (in their repo), so this guideline is just that,...
-
02:05 pm Feature #7188: Mount provider/type split for Solaris
- Some notes from using this in production:
- remounts needs to be set to false if you're working with NFS filesyste... -
02:04 pm Feature #1878: Trigger on failure of another type such as file?
- Reviewed for triage-a-thon 21-01-2012; ticket looks ok to me for 2.7.9.
Uncertain about "easy" designation: While ... -
02:04 pm Bug #5850 (Closed): XMLRPC interface to filebucket should be removed
- All xmlrpc has been removed for Telly.
-
02:03 pm Bug #5244 (Rejected): Pluginsync overwrites local plug-ins
- This is easily solvable today - you can create a separate library directory and put your custom plugins there.
-
02:03 pm Feature #7529 (Rejected): Support alternative quotes for string literals
- A fairly neat workaround for this is to use ERB templates rather than putting the commands into the Puppet manifests ...
-
02:03 pm Feature #4582 (Closed): Pileline compiled catalogs to and from STDIN
- This was provided via faces.
-
02:02 pm Feature #4634 (Rejected): Add puppet agent --filter
- This is too poorly scoped, and it's unclear if this is the right approach anyway.
-
02:01 pm Bug #8102 (Closed): parser cannot handle negative variable values for classes
- The following code works without errors on Puppet 2.7.9 on Ubuntu 11.10 (Ruby 1.8.7)...
-
02:00 pm Puppet Community Package Repository Bug #8264: The packaged version of dashboard should rotate logs
- Moving to community packaging
-
01:58 pm Feature #3950 (Accepted): Service notifies should be able to specify a type of restart/reload
- Definitely a good idea, but will likely require a good bit of work.
-
01:57 pm Bug #7702 (Closed): using certificate face to generate certificates does not work
- I can't reproduce this as of 2.7.10rc1......
-
01:57 pm Feature #3698 (Closed): messages sometimes include exec command where exec title is expected
- This was recently fixed in some work done for another ticket.
-
01:56 pm Bug #9160 (Merged - Pending Release): type.rb logs ridiculous information to info
-
01:54 pm Feature #7218: Integrated variable checking for defines and parameterized classes.
- So the kwalify work is here:
<https://github.com/puppetlabs/puppetlabs-kwalify>
This provides a facility for va... -
01:53 pm Bug #3648 (Closed): autorequire failure with subdirectory inside recursive file resource
- This appears to work as expected now.
-
01:53 pm Bug #2193 (Duplicate): Exec's "command" parameter should accept lists in addition to strings
-
01:52 pm Bug #11930 (Merged - Pending Release): Must use forward slashes when specifying a local modulepat...
-
01:49 pm Feature #3645 (Closed): no easy way to push cert signing request from client to server
- I am confident I fixed this is my refactor of SSL for 2.7. Please reopen if it is still a bug.
-
01:48 pm Bug #3564 (Closed): Puppet::ParseError in 'Puppet::Parser::Compiler should be able to determine t...
- I'm pretty confident all of our tests pass on Ubuntu now. Please reopen if this is still a bug.
-
01:47 pm Puppet Dashboard Bug #6739 (In Topic Branch Pending Review): We should get rid of RELEASE_NOTES.md
- pull request <https://github.com/puppetlabs/puppet-dashboard/pull/78>
-
01:46 pm Bug #9191 (Closed): Windows package/zip file
- This has been superceded by the overall For the Win effort, see #11205
-
01:46 pm Bug #3118 (Accepted): Default node definition should not be required when ENC returns a node defi...
- Going back to Nigel's original assessment that this is a bug.
-
01:46 pm Feature #1891: Auto-sign certificates if sent the correct passphrase with the certificate request
- Reviewed for triage-a-thon 21-01-2012; ticket looks ok to me for 2.7.9. Idea is well-explained, although perhaps it s...
-
01:45 pm Feature #3371 (Accepted): FileBucket should not keep files in memory
- This is definitely still an issue. All of the checksum methods now support incremental checksums, but we aren't usin...
-
01:45 pm Bug #11740 (Accepted): Puppet sometimes reports 'The handle is invalid'
-
01:43 pm Feature #5353 (Merged - Pending Release): Enable graph output by default.
-
01:43 pm Bug #6710 (Merged - Pending Release): Relationship syntax should work with title arrays
-
01:41 pm Bug #12072 (Duplicate): puppet doc does not work with new rdoc version
- This looks the same as #11786, closing.
-
01:40 pm Bug #7571 (Closed): Title and Name attributes are able to be overwritten with parameterized classes
- We're not going to do anything about this right now.
-
01:39 pm Feature #1905: Use OpenSSL's new Kerberos support
- Reviewed for triage-a-thon 21-01-2012; ticket looks ok to me. Still applicable for 2.7.9, assuming this feature didn'...
-
01:39 pm Puppet Community Package Repository Feature #8248: Dashboard should have nightly builds
- Moving to package repo project
-
01:37 pm Puppet Community Package Repository Feature #4152: New rpm spec & init scripts for suse
- Moving under packaging.
-
01:36 pm Bug #12072 (Duplicate): puppet doc does not work with new rdoc version
- I'm not able to run the specs anymore....
-
01:35 pm Puppet Dashboard Feature #11718 (Needs Decision): Show a list of the resources that change most frequently
-
01:35 pm Puppet Dashboard Feature #4053 (Closed): Dashboard should provide an API to insert and extract data
- The module dan lists seems to be a pretty good API and source for API usage. Better Documentation of the API might ...
-
01:35 pm Facter Bug #8210 (Closed): virtual fact should work for EL kvm guests
- Facter 1.6.4, however, correctly reports the virtual and is_virtual facts under Ubuntu 11.10
Facter 1.6.2 on Cento... -
01:35 pm Bug #2961 (Closed): Test Failed: Puppet::SSLCertificates::Support::MissingCertificate in 'puppetm...
- We've removed this code, so this bug is irrelevant.
-
01:34 pm Feature #2956 (Rejected): The parser should use 'futures' for lazy-resolving rvalues
- I think this is largely unnecessary at this point. At the least, no one is thinking about this problem at this point.
-
01:32 pm Bug #2908 (Rejected): Rails resources are sometimes untagged
- If you're still seeing this, please reopen it. The ticket's old, and a lot has changed since then.
-
01:32 pm Refactor #2969 (Accepted): Convert Test::Unit tests to RSpec
-
01:32 pm Bug #10907 (In Topic Branch Pending Review): logoutput => on_failure should be default for Exec r...
- logoutput defaults to on_failure now, see my pull request on github
-
01:31 pm Bug #5374: 32-bit mod_passenger rpm requires 64-bit libraries
- With the reorg of yum.puppetlabs.com the Passenger packager were removed.
The official yum repo for Passenger is ... -
01:28 pm Bug #1915 (Closed): File resources fail when original is a dangling symlink
- This appears to have been fixed with 2.7.9:...
-
01:28 pm Bug #2701 (Accepted): Memory Leak in Puppet state
- I don't know why this was marked as unreviewed - nothing has changed on it that I can tell.
-
01:27 pm Refactor #2630 (Closed): Sourced files are checksummed twice
- It looks like this is fixed. I thought my work in 2.7 might have done so, and I've just confirmed in my own testing ...
-
01:26 pm Puppet Dashboard Bug #6054: Dashboard can't create default nodes
- This is something we are looking into.
-
01:24 pm Feature #7318: Puppet::Indirector::Yaml should support nil return from path
- The issue is that the parent yaml indirection class always assumes that any child class overriding the path method wi...
-
01:24 pm Feature #5295: Should be possible to include a class multiple places with a fixed scope
- Since we are moving to lexical scoping in Telly, the change should resolve this ticket's concern.
-
01:23 pm Feature #7490 (Accepted): Puppet should have a big red button
- We're looking at this for Sites (proposals going out soon)
-
01:22 pm Refactor #2623 (Accepted): authstore.rb needs to be refactored
- Not sure why this was marked unreviewed.
-
01:21 pm Feature #2576 (Accepted): Time stamps in the --debug output could be useful
-
01:20 pm Bug #2193 (Accepted): Exec's "command" parameter should accept lists in addition to strings
-
01:20 pm Bug #2118 (Accepted): Puppetmasterd should finish operations when restarting
-
01:19 pm Refactor #2056 (In Topic Branch Pending Review): Runit and launchd service providers ignores expl...
- Fix provided in pull request https://github.com/puppetlabs/puppet/pull/373, in my tickets/2.7.x/2056-launchd_supporti...
-
01:18 pm Feature #7188 (In Topic Branch Pending Review): Mount provider/type split for Solaris
- Fortunately, when we let this one fall through the cracks, Eric picked up the slack and implemented the stuff we had ...
-
01:15 pm Bug #3873: Unexpected dependency created by exec
- Eric Lindvall wrote:
> I was using it to get an md5sum of a file if it exists.
Awesome. Why were you doing tha... -
01:07 pm Feature #5294 (Rejected): Agent should upload dot graph to the master
- We can generate this on the master via:
puppet master --compile agentname --graph
In this case the master h... -
01:05 pm Bug #3873: Unexpected dependency created by exec
- I'll need to dig around to remember where but we were hit by this as well. +1 on something other then the ./ hack.
-
01:04 pm Feature #8940 (Accepted): host type should have an optional canonical_hostname parameter
- I think we'd take a patch for this!
-
01:03 pm Facter Feature #7255 (Accepted): Provide commands shortcut (from Puppet provider) instead of having to u...
-
01:03 pm Feature #8940: host type should have an optional canonical_hostname parameter
- The problem is that the name parameter of the host type, which is the first hostname written to the hosts file after ...
-
01:02 pm Bug #4946: Dependency abbreviations incorrectly parsed
- Reference similar bug: #5275
-
01:01 pm Feature #5275 (Duplicate): add support for chaining a list of resources
- See duplicate bug: #4946.
-
01:01 pm Refactor #6094 (Accepted): Reduce the number of implementations of insync
-
01:00 pm Bug #4274 (Closed): Invalid option help wording
-
01:00 pm Bug #4274 (Accepted): Invalid option help wording
-
12:59 pm Bug #4274: Invalid option help wording
- Not an issue anymore. We no longer suggest that someone try --help.
-
12:57 pm Feature #11287: puppet module generate should produce a skeleton spec test
- Assigning to a member of Project Geordi.
-
12:57 pm Feature #7218 (Needs More Information): Integrated variable checking for defines and parameterize...
- Ken, do you care to weigh in with a brief description of your kwalify prototyping?
-
12:56 pm Bug #5351 (Accepted): Puppet checksums file resources when no source specified
-
12:54 pm Feature #11990 (Duplicate): PuppetDoc should use also README.rdoc files
- Looks like we also have #11801 which has an associated pull request, closing this one.
-
12:52 pm Feature #5703 (Accepted): Print output from postrun_command and prerun_command
-
12:50 pm Refactor #6493 (Duplicate): Puppet Module Tool should be a Face, and ship with Puppet
- duplicate of #7656
-
12:50 pm Refactor #2056 (Accepted): Runit and launchd service providers ignores explicit 'stop' command
- This is definitely a problem. The solution is straightforward, if not 'easy' - for stop, start, etc, you have a cond...
-
12:49 pm Facter Feature #2066: Make units optional
- I have a really dead-simple fact that has no units whatsoever, making it very easy to do inline arithmetic on the mem...
-
12:46 pm Refactor #6493 (Accepted): Puppet Module Tool should be a Face, and ship with Puppet
- I am assigning this ticket to Kelsey since I know he was working on this
-
12:44 pm Puppet Dashboard Bug #5441 (In Topic Branch Pending Review): puppet-dashboard init script is missing 'status' and ...
-
12:43 pm Puppet Dashboard Bug #5441: puppet-dashboard init script is missing 'status' and 'force-reload' arguments
- Pull request submitted:
https://github.com/puppetlabs/puppet-dashboard/pull/77 -
12:43 pm Cloud-Provisioner Feature #10653 (Accepted): Support for ephemeral storage
-
12:43 pm Puppet Forge Feature #11209 (Needs More Information): Add forge package provider
- I'm still unsure whether it makes sense to model modules as packages in puppet manifests, rather than offering some o...
-
12:41 pm Bug #3758 (Accepted): node inheritance locks scope
-
12:41 pm Facter Bug #11823: is_virtual is broken in CentOS 6.x
- Is this still a problem if you run from a root login shell? dmidecode requires root privs to run, lspci doesn't - bu...
-
12:41 pm Cloud-Provisioner Feature #11301 (Accepted): EBS volumes [and tagging] for new instances
- We're generally in favor of this functionality, but we don't know how we're going to implement it yet.
-
12:40 pm Bug #11330 (Accepted): puppet node clean does not remove records from inventory_nodes
- `puppet node clean` should clean all data related to a node.
-
12:39 pm Bug #11361 (Needs More Information): Every time you stop puppetd, an info report is sent
-
12:39 pm Feature #11967: split() function does not work on array variables
- Still didn't answer what happens to nested arrays :)
I really don't like the idea of this taking both kinds of inp... -
12:39 pm Bug #1670 (Accepted): Mount parameters "dump" and "pass" should default to undefined
-
12:38 pm Bug #1395 (Accepted): puppet memory usage
-
12:38 pm Refactor #6753 (Accepted): Faces should be available as `puppet ${face}` without a stub `lib/pupp...
-
12:37 pm Bug #3955 (Accepted): Specifying file content by checksum should not use 'content' property
-
12:36 pm Bug #11826 (In Topic Branch Pending Review): CA Face errors out when there are no certs to be dis...
-
12:34 pm Feature #3641 (Rejected): "Import" statements should not be allowed inside of other control struc...
- Apparently we're deprecating 'import' entirely in Telly, so this ticket is pointless.
-
12:33 pm Feature #3641 (Accepted): "Import" statements should not be allowed inside of other control struc...
-
12:27 pm Bug #9054 (Code Insufficient): selboolean reports error if selinux is not enabled
-
12:26 pm Bug #9054: selboolean reports error if selinux is not enabled
- Sean, if you make the code available to me, I'll polish it and write the tests. :)
-
12:24 pm Bug #3758: node inheritance locks scope
- The problem as reported still does not work.
When moving the include of foo into the specific node, then apply com... -
12:22 pm Facter Feature #10232: virtual: Get virtual information from sysfs (no dmidecode and lspci on virtualbox)
- Triage-A-Thon: Mikael, this is your branch - please add some tests - there is a pretty comprehensive wiki page on the...
-
12:20 pm Facter Feature #10232: virtual: Get virtual information from sysfs (no dmidecode and lspci on virtualbox)
- May be related to #10626
-
12:17 pm Feature #10443 (Accepted): resource_type should conform to module auto-loading rules
- We're looking to deprecate import anyway.
We should follow autoloading principles here.
Dan, you got time to wo... -
12:16 pm Bug #6746 (Accepted): Exec parameters handle arrays inconsistently
- The latter. Drop it entirely without the deprection in Telly.
Current behavior makes no sense. -
12:16 pm Bug #2156 (Needs More Information): provider/service/freebsd.rb cannot handle service name contai...
- It looks like this provider has been refactored (at least by 2.7.9). Is this stil a problem on FreeBSD?
-
12:14 pm Feature #5353 (In Topic Branch Pending Review): Enable graph output by default.
- Per discussion with Nigel: "Lets turn it on for agent only right now and file an issue about separating output direct...
-
12:12 pm Bug #10258 (Investigating): LDAP node indirector broken
- We couldn't reproduce this in-house, or with the original reporter, to understand where the failure was coming from. ...
-
12:10 pm Bug #5350 (Accepted): Implicit tags not matched in collection while expressing relationship
- despite the fact that as Brice mentioned, there is a work-around. I tend to think that this is a legitimate issue
... -
12:10 pm Puppet Dashboard Bug #5718: Dashboard uses MySQL specific features
- The last release I can find from_unixtime in is 1.0.4. It's not in 1.1.0 and up.
Asking to close this ticket. -
12:07 pm Bug #2834 (Accepted): external node classifier should take client's idea of the environment into ...
-
12:05 pm Refactor #3000 (Accepted): Normalize package providers' treatment of absent packages
- Still valid.
-
12:02 pm Bug #9160 (In Topic Branch Pending Review): type.rb logs ridiculous information to info
- I took the patch, fixed the tests and made a pull request. Ready to apply. ;)
-
12:01 pm Feature #7599 (Rejected): Newline should behave as comma for record separator
- After getting James's approval, this is rejected.
-
12:01 pm Bug #5359 (Closed): Circumstantial attribute value errors should fail resources comprehensibly
- The ticket lacks enough details and examples for us to act upon.
-
12:01 pm Bug #11338: /var/lib under OS X 10.5.8 isn't created on installation
- Triage-A-Thon: IMO this is actually a dup of #9407, since the correct place to live on OSX is not a linux-y `/var/lib...
-
11:54 am Feature #4815: Allow Mount to create a mount point and set the under lying permission
- eric sorenson wrote:
> Triage-A-Thon: this is trivial to do with a defined type, which gives you more flexibility an... -
11:52 am Bug #2074 (Closed): Lots of Defunct Processes left behind by puppetd's Execs
-
11:50 am Bug #5362 (In Topic Branch Pending Review): Remote file bucket won't work under certain situation...
- Pull request: https://github.com/puppetlabs/puppet/pull/369
-
11:50 am Bug #6678: zone type fails with internal error when :ip is not specified (type lacks appropriate ...
- The only required parameter for creating a zone should be the path - that way there's a location on disk to create it...
-
11:50 am Bug #2074: Lots of Defunct Processes left behind by puppetd's Execs
- Tired to reproduce this issue on a debian VM. My environment looks like this:
* Debian 6
* Puppet 2.7.4
We use... -
11:49 am Feature #11831 (Closed): Puppet failure when i trie to test the connection
- Hi Lugwig,
If you're still stuck with this SSL error message, I suggest you join the [puppet-users mailing list](h... -
11:47 am Bug #4946: Dependency abbreviations incorrectly parsed
- After talking with Daniel Pittman, cherry-picked commit to off 2.7.x branch.
See https://github.com/jeffweiss/pupp... -
11:45 am Bug #5839 (Accepted): puppet filebucket -s doesn't work
- This is true. It still fails.
Output from puppet help filebucket
puppet filebucket <mode> [-h|--help] [-V... -
11:45 am Bug #10392 (Closed): Error puppet agent with server
- Should be solved
-
11:45 am Feature #4815 (Rejected): Allow Mount to create a mount point and set the under lying permission
- Triage-A-Thon: this is trivial to do with a defined type, which gives you more flexibility anyways. Also check out
... -
11:42 am Puppet Dashboard Bug #5441: puppet-dashboard init script is missing 'status' and 'force-reload' arguments
- Looks like status got in with the last year. I'll add a force-reload which looks like a restart.
-
11:42 am Refactor #11854: "Puppet cert list --all" output is confusing when a certificate has been cleaned...
- I've not been able to reproduce this either. Which version of Puppet is this, particularly the master?
It's harde... -
11:41 am Bug #10418 (Closed): Puppet agent hangs when listen is true and reading from /proc filesystem on ...
- Seems like this is fixed with 2.6.18-274.17.1.el5
-
11:41 am Bug #11360 (Closed): puppet client hangs after period of being unable to contact server
- Seems like this is fixed with 2.6.18-274.17.1.el5
-
11:39 am Bug #5471 (Accepted): Change default dashboard report url to /reports/upload
- Sadly, this is still the case. Puppet needs to have the default URL for report upload changed.
Note: this is fi... -
11:38 am Bug #9206 (Rejected): Puppet agent doesn't seem to update the server option when changed in config
- This behavior is not documented and as far as I know not supported. After changing in the configuration, a restart of...
-
11:37 am Feature #10443 (Needs More Information): resource_type should conform to module auto-loading rules
- I guess this needs some more thinking
-
11:35 am Puppet Acceptance Feature #5652 (Closed): Better differentiation of output in logging would be wonderful
- Addressed long ago.
-
11:35 am Facter Bug #8104 (Closed): Facter 1.6.0 outputs
- I think this is now fixed.
-
11:33 am Bug #6501 (Accepted): Ruby DSL doesn't produce useful backtraces
- This is still a valid bug.
-
11:31 am Bug #5212: With Puppet standalone, exported facts are overriding local facts
- Still confirmed in 2.7.9:
% git checkout 2.7.9; FACTER_funfact="hello world" RUBYLIB=lib ruby bin/puppet apply... -
11:31 am Bug #9228 (Closed): Darwin (Mac OS X) excepted from changing UID, GID
- This issue seems fixed in recent 2.7.x versions.
-
11:29 am Bug #9290: Puppet master fails with 'stack level too deep' error when storeconfigs = true with ra...
- Confirmed still in ActiveRecord 3.2.0
-
11:29 am Feature #6649: template directory
- Looks like this still needs to be raised in puppet-users.
-
11:29 am Standard Library Feature #10353 (Closed): Pull request for url_parse function for stdlib
- The pull request on github isn't merged but closed, so I'll close this ticket as well.
Re-Open it if you still want ... -
11:27 am Facter Bug #8104: Facter 1.6.0 outputs
- Couldn't reproduce this with Facter 1.6.4 installed from source on Ubuntu 11.10 (Ruby 1.8.7)
-
11:20 am Bug #9443 (Merged - Pending Release): Faces should allow numbers in their names
- Thanks for this. Happy to merge it, and very well done. :)
-
11:19 am Bug #3490 (Closed): Defined() requires the class to exist when used in an if statement
Confirmed. This was fixed in 2.6.0 (broken in previous release, 0.25.6)
% git checkout 0.25.6; RUBYLIB=lib r...-
11:19 am Bug #9443: Faces should allow numbers in their names
- Sorry, closed the first pull request and added another one, because the commit message was not in the format describe...
-
11:19 am Feature #7426 (Accepted): Inventory Service API should provide a list of all available facts and ...
- This would be great.
I wonder if we should also have "all facts for a specific node" ? -
11:17 am Bug #7709: expanded_relationship.dot should not have both containment and relationship edges
- This is still a problem as of 2.7.10rc1
-
11:17 am Feature #11520: external_nodes should optionally be per environment
- hrm. I'm not sure these are dupes, but they should at least refer to each other.
-
11:17 am Bug #5472 (Accepted): No error message if we fail to push a report to Dashboard
- This is still a bug and related to several other http/https report handler tickets.
-
11:16 am Bug #7433: Regular expression nodes can match default
- Could not reproduce the case that
node /^de.*/ {
# stuff
}
comes before the `node default`. But the... -
11:16 am Bug #8712: Erronous T-Shirt...
- My current T-Shirt is starting to see some load... but I am still holding in here!
-
11:15 am Feature #11864: zypper repository type
- Darin, would you be able to submit a pull request via github for this? It'll make sure the code doesn't fall through...
-
11:10 am Bug #10445 (Closed): package type reports failure when actually installing the package
- This should be same problem as in #2662
-
11:10 am Bug #5042 (Accepted): Node declarations shouldn't be allowed inside classes
- This goes along with some plans to deprecate node in Telly.
-
11:09 am Bug #9443: Faces should allow numbers in their names
- Daniel Pittman wrote:
> Franz Pletz wrote:
>
> > Patch allowing digits in face names, excluding the first charact... -
11:09 am Bug #5584 (Closed): Intermittent failure in spec/unit/parser/compiler_spec.rb
- This was fixed in April 2011 by Daniel Pittman with commit: https://github.com/puppetlabs/puppet/commit/7591de7e4ef20...
-
11:08 am Bug #3490: Defined() requires the class to exist when used in an if statement
- i cannot reproduce this on puppet master (0f8747f37650523d3deca75f5091feeef1b238cb) and
snapple(~) !1! % pu... -
11:08 am Bug #3081 (Closed): Unable to specify absence of host host_aliases
- If you use '[ ]' rather than "" the host alias is removed properly. This was validated on 2.7.9.
-
11:07 am Bug #6727 (Closed): "Could not find user" When Managing a File - But the New User Exists
- This behavior is expected.
-
11:06 am Standard Library Bug #11873 (Merged - Pending Release): stdlib: periodic rspec failure on time_spec.rb
- Merged by Daniel in b082094599f4cd26c9cb0c67ae44880b0dc02407.
-
11:06 am Feature #11520 (Duplicate): external_nodes should optionally be per environment
- Triage-A-Thon: I'm inclined to make this a dup of #3910 which seems to be the gathering place for fixes around enviro...
-
11:04 am Bug #9443: Faces should allow numbers in their names
- Franz Pletz wrote:
> Patch allowing digits in face names, excluding the first character. Tests included.
That l... -
11:03 am Feature #2988 (Closed): inconsistent array flattening
- This appears to be fixed in 2.7.9
[root@centos foo]# cat manifests/init.pp
class foo {
$a = ['a1... -
11:03 am Refactor #5365 (Closed): --test command line option is confusing
- I'm going to honestly close this off, as we have never found a good solution in years of this being raised on the use...
-
10:56 am Refactor #5365 (Needs Decision): --test command line option is confusing
- Perhaps we need an option that describes this intent, but I can't think of one that's not confusing --apply would be ...
-
10:55 am Feature #10465 (Needs More Information): Provide a new "obsessive" mode which queries resources a...
- Situations like this feel like they're a bug in the providers or the infrastructure they rely on, not in the system i...
-
10:51 am Bug #11680 (Closed): Huge facter variables
- Triage-A-Thon: Almost certainly fixed by moving catalog GETs to POSTs in 2.7 - see #6117
Viacheslav if you are al... -
10:51 am Bug #9443 (In Topic Branch Pending Review): Faces should allow numbers in their names
- Patch allowing digits in face names, excluding the first character. Tests included.
https://github.com/puppetlabs/pu... -
10:48 am Feature #10789 (Closed): Adding the "keys" keyword to extract keys from a Hash
-
10:48 am Bug #11383: cron type and provider only return resources for ENV["USER"] or "root", not all users
- 2.6.x is closed. Moving to 2.7.x
-
10:48 am Bug #10914: Fail to generate a fresh CA with 2.6.12 (if ssldir not in std. location)
- 2.6.x is closed. Moving to 2.7.x
-
10:48 am Feature #10540: Allow simplified configuration to upgrade older clients.
- 2.6.x is closed. Moving to 2.7.x
-
10:48 am Bug #8988: automatic tagging does not work as documented
- 2.6.x is closed. Moving to 2.7.x
-
10:48 am Bug #10505: erb mangles if foo == "" and leaves variables undefined
- 2.6.x is closed. Moving to 2.7.x
-
10:48 am Bug #8969: Puppet hangs trying to replace a FIFO
- 2.6.x is closed. Moving to 2.7.x
-
10:48 am Bug #8921: Provider portupgrade don't work with 'P' option when install port
- 2.6.x is closed. Moving to 2.7.x
-
10:48 am Bug #8726: Puppet does not honor the auth.conf setup in install.rb
- 2.6.x is closed. Moving to 2.7.x
-
10:47 am Bug #7908: " Parameter path failed: File paths must be fully qualified," for file{ "/":
- 2.6.x is closed. Moving to 2.7.x
-
10:47 am Feature #7187: Mount provider/type split for OEL
- 2.6.x is closed. Moving to 2.7.x
-
10:47 am Bug #6936: AIX user provider fails if a gid is specified instead of a name.
- 2.6.x is closed. Moving to 2.7.x
-
10:47 am Bug #6826: reportfrom defaults in defaults.rb provides misleading output
- 2.6.x is closed. Moving to 2.7.x
-
10:47 am Bug #6810: File 'fail' became a lot more fatal in 2.6.0
- 2.6.x is closed. Moving to 2.7.x
-
10:47 am Bug #6809: Ignore "links => follow" when managing symlinks
- 2.6.x is closed. Moving to 2.7.x
-
10:47 am Bug #6808: Provide informative message when ensure => present, *and* managing content/source, and...
- 2.6.x is closed. Moving to 2.7.x
-
10:47 am Bug #6683: Default provider still called even if provider specified
- 2.6.x is closed. Moving to 2.7.x
-
10:47 am Bug #6657: puppet has difficult time upgrading itself and requires manual intervention
- 2.6.x is closed. Moving to 2.7.x
-
10:47 am Feature #6561: Better looking CSS for puppet doc rdoc mode
- 2.6.x is closed. Moving to 2.7.x
-
10:47 am Bug #6314: ralsh file generates code that 2.6.5rc2 errors on
- 2.6.x is closed. Moving to 2.7.x
-
10:47 am Bug #6553: handling of array values in exec provider is inconsistent.
- 2.6.x is closed. Moving to 2.7.x
-
10:47 am Bug #6299: fact_names being mangled, 2.6.5rc1, mysql
- 2.6.x is closed. Moving to 2.7.x
-
10:47 am Bug #6268: service{"network": ensure => running } fails on Redhat/Centos w/ dhcp interface
- 2.6.x is closed. Moving to 2.7.x
-
10:47 am Bug #6111: Should be able to audit Host resources
- 2.6.x is closed. Moving to 2.7.x
-
10:47 am Bug #8209: Password hashes show up when auditing, but not when changing.
- Issue #6857 got merged, so the fix for this should be in 2.7.3rc1
-
10:47 am Bug #6023: puppetmasterd init.d does not create PID file causes failure on status & stop
- 2.6.x is closed. Moving to 2.7.x
-
10:47 am Bug #6005: User type cannot handle project property
- 2.6.x is closed. Moving to 2.7.x
-
10:47 am Bug #5984: syntax error in import manifest only reported once
- 2.6.x is closed. Moving to 2.7.x
-
10:47 am Bug #5980: puppet gets crazy on invalid/bad certificate/key
- 2.6.x is closed. Moving to 2.7.x
-
10:47 am Bug #5876: Require and Subscribe on the same refreshonly exec doesnt work
- 2.6.x is closed. Moving to 2.7.x
-
10:47 am Bug #5806: puppet cert --clean --all should prompt for confirmation
- 2.6.x is closed. Moving to 2.7.x
-
10:47 am Bug #5620: user password age not updating "lastchg" field in shadow file on solaris
- 2.6.x is closed. Moving to 2.7.x
-
10:47 am Bug #5752: Solaris 10 root crontab gets destroyed
- 2.6.x is closed. Moving to 2.7.x
-
10:47 am Bug #5608: Puppet shouldn't enumerate LDAP users for local user unmanaged resource purge
- 2.6.x is closed. Moving to 2.7.x
-
10:47 am Bug #5604: disabling of apt-listchanges in puppet provider is a bit aggressive
- 2.6.x is closed. Moving to 2.7.x
-
10:47 am Bug #5241: puppetd ignores local ca.pem when connecting to master for the first time
- 2.6.x is closed. Moving to 2.7.x
-
10:47 am Bug #5517: behavior change within 2.6 makes it impossible to override class parameters of "includ...
- 2.6.x is closed. Moving to 2.7.x
-
10:47 am Bug #5212: With Puppet standalone, exported facts are overriding local facts
- 2.6.x is closed. Moving to 2.7.x
-
10:47 am Bug #5139: puppetdlock file can be empty
- 2.6.x is closed. Moving to 2.7.x
-
10:47 am Bug #4867: Puppet raises error when trying to set owner to non-existant user
- 2.6.x is closed. Moving to 2.7.x
-
10:47 am Bug #4799: portage provider incorrectly fails when eix finds no packages
- 2.6.x is closed. Moving to 2.7.x
-
10:47 am Bug #4274: Invalid option help wording
- 2.6.x is closed. Moving to 2.7.x
-
10:47 am Feature #3452: cron user should be autorequired
- 2.6.x is closed. Moving to 2.7.x
-
10:47 am Bug #3047: Cron entries using "special" parameter lose their title when changed
- 2.6.x is closed. Moving to 2.7.x
-
10:47 am Bug #2251: cron provider doesn't correctly employ user property for resource existence checks.
- 2.6.x is closed. Moving to 2.7.x
-
10:45 am Bug #11407 (Closed): How does puppet agent calculate the time to check in?
- The actual code looks like this:...
-
10:44 am Puppet Community Package Repository Bug #11141: Mac packages should be flat (single file) for Puppet and Facter
- Triage-A-Thon: should belong to stahnma, so sez he!
-
10:43 am Feature #5092 (Needs More Information): ensure that files written to disk persist over machine cr...
- Daniel, where is this up to?
-
10:41 am Bug #3010 (Accepted): Crontab entries using "special" parameter can't be converted to non-special...
- Confirmed this is still an issue in 2.7.9.
-
10:40 am Puppet Acceptance Feature #5793 (Needs Decision): Extend testing DSL to eliminate "step" statement...
-
10:40 am Feature #5784 (Needs More Information): Support 'audit' on a machine without any 'agent' run...
- I don't understand how -noop fails to satisfy this workflow.
-
10:38 am Bug #4241 (Closed): Cron type behavior change
- I don't think there is a behavior issue here. The cron provider seems to be performing as I would expect. When min...
-
10:37 am Feature #5648 (Needs More Information): Puppet should emit a warning when literal string "true" o...
- I'm not quite sure this should provoke a warning.
I've definitely seen manifests where a string value could be "fa... -
10:36 am Bug #10544 (Closed): CIFS appears to mount twice
- This looks to be an OS problem, not Puppet's fault. The RHEL bug is progressing, so if you're still hitting it I'd s...
-
10:33 am Bug #11434 (Closed): undefined method ascend for RHEL4 ruby version 1.8.1
- As with the last EL4 ticket, we won't be able to fix this one.
The best course of action would be to upgrade the r... -
10:32 am Bug #2074: Lots of Defunct Processes left behind by puppetd's Execs
- working to validate, recreate on 2.7
-
10:31 am Bug #11412: Addidtional inherited classes loaded by an external node script don't overwrite param...
- This seems to be a bit more complicated than just class inheritance. Since effectively the node retrieved from the EN...
-
10:30 am Bug #4946 (In Topic Branch Pending Review): Dependency abbreviations incorrectly parsed
-
10:30 am Bug #11433 (Closed): b64_zlib_yaml issue with RHEL4
- I'm sorry, but we're not going to be able to fix this.
If you're going to stay on EL4, I'd recomend either insta... -
10:29 am Bug #4946: Dependency abbreviations incorrectly parsed
- have a fix: https://github.com/jeffweiss/puppet/commit/71a4ddbc353343deb14524fe4929298aa732a9e8
Created pull requ... -
10:28 am Bug #11921 (Investigating): Puppet not building proper Nagios configs with Exported Resources
-
10:27 am Puppet Dashboard Bug #7878: Investigate & fix potential XSS bug in Rails
- Randall, is there any action for us to take in our code base ?
-
10:25 am Feature #7863 (Needs More Information): Enviroment parameter for Gem package provider type.
- We need more details on gems that require this and whether they're still a problem for folks.
-
10:25 am Bug #11415 (In Topic Branch Pending Review): Fix for exported resources with async storeconfigs
-
10:19 am Bug #3873: Unexpected dependency created by exec
- I was using it to get an md5sum of a file if it exists.
I'm sure the number of ways people will want to use `unles... -
10:19 am Bug #11469 (Closed): Puppet Windows UAC issues
- Updated the wiki page <http://projects.puppetlabs.com/projects/puppet/wiki/Puppet_Windows?version=62>.
-
10:17 am Bug #6748 (Duplicate): ndefined method `<<' for {}:Hash when combining resource chaining, metapar...
-
10:17 am Bug #7422 (Accepted): undefined method `<<' for {}:Hash when combining resource chaining, metapar...
- Originally closed as dup of #6748, but reopening this since it more succinctly covers the problem.
-
10:15 am Bug #4946: Dependency abbreviations incorrectly parsed
- Still an issue.
Seems to be related to not being able to handle arrays on either side of relationship.
Testing ... -
10:15 am Bug #7422 (Re-opened): undefined method `<<' for {}:Hash when combining resource chaining, metapa...
-
10:11 am Feature #3170 (Closed): Please re-introduce checksum => nosum for file resources
- I am unable to reproduce this behavior in 2.7.9 on Centos5.
[root@centos tests]# ls -al / | grep tmp
d... -
10:11 am Feature #10515 (Closed): Add UUID= or LABEL= to "mount" Puppet type
-
10:11 am Bug #2019: puppet managed nfs mount point filebuckets all of its files when nfs servers goes away...
- is this still a problem on newer versions of puppet?
-
10:09 am Bug #7422 (Duplicate): undefined method `<<' for {}:Hash when combining resource chaining, metapa...
- duplicate of 6748
-
10:07 am Bug #11961 (In Topic Branch Pending Review): pypi is down leading to "Could not run Puppet config...
-
10:07 am Bug #3872: ssh_authorized_key intended behaviour?
- I think that it should be made to be possible to do either. In the situation that a sysadmin leaves the organization,...
-
10:07 am Bug #6746 (Needs Decision): Exec parameters handle arrays inconsistently
-
10:05 am Feature #5783 (Accepted): support HTTP(S) URL as the file 'source'
- Not sure exactly why this dropped into unreviewed.
-
10:03 am Feature #6725 (Accepted): Serial # for x509 certificates
- I think Josh's suggestion is the more correct way of doing it, but possibly more complicated for many implementations...
-
10:00 am Bug #11043: puppet 2.7.6 node cache yaml refresh fails
- Pierre, have you had the chance to follow Ken's suggested config additions?
-
10:00 am Feature #4072 (Accepted): Add remove/uninstall feature to zypper.rb
- Still exists in 2.7.9
-
09:56 am Feature #746: Create Cron provider for /etc/cron.d entries
- Alex, do you still want to work this ticket? It is still open for you.
-
09:54 am Feature #8278: Puppet cert should safeguard itself when revoking.
- I see the same behavior as Nigel in 2.6.x and 2.7.x using a cert recently generated.
-
09:53 am Bug #3872: ssh_authorized_key intended behaviour?
- MY EYES!
/me goes to clean up formatting with pre tags. -
09:52 am Bug #10588: /var/lib/puppet/state is root:root owned by default on 2.7.6 via gems, breaking expor...
- I don't think is the gem itself that is causing the issue. It's the initial run of puppet. Our gem doesn't create /...
-
09:52 am Bug #11484 (Needs More Information): puppet's "auth" option is too obtuse
- Hi Bill, could you give some more details about exactly where you see this option, and which version of Puppet you ar...
-
09:52 am Feature #3868 (Closed): disable use_cached_catalog in puppet kick
- We're not actively adding more features to puppet kick in favor of using MCollective instead.
-
09:51 am Puppet Dashboard Feature #3838 (Closed): Navigation Class and Group list should use Ajax "View More..."
-
09:51 am Puppet Dashboard Feature #3842 (Closed): Color coded node, class and group numbers
- Obsolete. We have colors now.
-
09:50 am Feature #3848 (Needs More Information): Puppet should natively support bootstrapping from scratch.
- That guy who filed this totally needed to provide more info.
-
09:50 am Refactor #11955 (In Topic Branch Pending Review): Refactor uses of Puppet::Util.binread
-
09:50 am Bug #3850 (Accepted): newaliases generates incorrect aliases file on openbsd
-
09:49 am Puppet Forge Feature #3858 (Closed): Site should provide a way to browse source code online
- We're closing this as the world has generally moved onto hosting the module code on github.
-
09:49 am Puppet Forge Feature #3888 (Needs Decision): Tool's metadata should specify OSes/releases a module is suitable...
- I was thinking about something like the osfamily fact rather than a definitive granular definition if that makes sens...
-
09:49 am Bug #8712: Erronous T-Shirt...
- Mr. James Turnull recommends I assign this to Jose Palafox.
-
09:49 am Bug #4036 (Closed): puppetca without options fails
- No longer an issue in 2.7.9
puppetca outputs a man page.
puppet ca has no default action, but I think that's ... -
09:48 am Feature #10651 (Accepted): Allow the default modulepath in puppet.config to be augmented
-
09:46 am Bug #3873 (Needs More Information): Unexpected dependency created by exec
- Is there another use case other than the:
`unless => “test -f /var/lib/postgresql/data/PG_VERSION”`
one?
Tha... -
09:45 am Refactor #4862 (Accepted): Only a small portion of the vendored event-queue library is needed
- This looks very familiar.
-
09:45 am Refactor #6759 (Needs Decision): Improve internal option handling pattern
-
09:45 am Puppet Forge Bug #10683 (Closed): You have a nil object when you didn't expect it!\nYou might have expected an...
- Fixed.
-
09:44 am Feature #3874: Tool should integrate with common VCS
- We've got a plan to do this, I'm assigning to Pieter to characterize to a particular milestone.
-
09:44 am Puppet Forge Feature #3876 (Needs Decision): Tool should save "module_description" and "release_notes" in meta...
- Pieter, I think this is a duplicate of a similar request with more detail? I can't find it right now though...
-
09:43 am Puppet Forge Feature #3877 (Rejected): Tool's "pkg" directory should be configurable
- We're actually looking to reinvent publishing of modules significantly such that we don't need to generate the local ...
-
09:42 am Puppet Forge Feature #3878 (Needs Decision): Tool's "search" should explain how to install a module
- Needs design decision.
-
09:41 am Puppet Forge Feature #3881 (Needs Decision): Site should put the "Your Modules" link in the sidebar in a logic...
- Needs design decision.
-
09:41 am Puppet Acceptance Refactor #6332 (Closed): Revisit files under /dist
- Cruft. No relevance any longer.
-
09:40 am Feature #11865 (Accepted): Package providers that support a "source" parameter should allow for p...
- Marking as accepted, as we've had a bit of discussion around this. May need more design input, but certainly isn't u...
-
09:39 am Feature #11967 (Needs Decision): split() function does not work on array variables
-
09:39 am Puppet Forge Bug #3882 (Closed): Tool should display clearer error message when trying to build a module witho...
- obsolete.
-
09:39 am Puppet Acceptance Feature #6315 (Closed): Add summary output to STDOUT
- This was added ages ago,
-
09:39 am Bug #3883: Transaction reports and contained instances have no json support
- Needs developer input.
-
09:39 am Puppet Forge Bug #3887 (Rejected): Site should use the special fonts, like those on the main site
- It was a mistake to make the Forge look just like our web site.
Lets not make that worse. -
09:38 am Feature #11875 (Needs More Information): warning for "Could not look up qualified variable 'foo::...
-
09:38 am Puppet Forge Feature #3888 (Needs More Information): Tool's metadata should specify OSes/releases a module is ...
- I worry a lot about this unless we consider this a guide, and not a restriction.
How did you envisage this James? -
09:37 am Bug #11968: Potentially unsafe CWD handling in Puppet, from various sources
- I suspect what happened is your current directory was /usr/local/nrpe and you ran the Puppet agent from there. Your ...
-
09:37 am Puppet Forge Feature #3889 (Closed): Tool's metadata should include dependency version management
- We can right now as far as I understand it. Closing unless someone tells me otherwise.
-
09:37 am Bug #3166 (Closed): Ralsh throws an error in querying/modifying existing host
- This works fine in 2.7.9.
[root@centos tests]# ralsh host hostname ensure=present ip=127.0.0.3
dnsdomai... -
09:36 am Puppet Forge Feature #3890 (Duplicate): Site should have some way to indicate "blessed" modules
- Closing. I just read the duplicate that was better characterized but am churning through enough tickets that I don't ...
-
09:35 am Bug #1372 (Accepted): Class names that match the node name are not evaluated
- [root@centos tests]# cat test.pp
class centos {
notice ("Class centos")
}
node centos {
... -
09:33 am Puppet Forge Feature #3891 (Needs Decision): Site should provide additional Metadata as categories
-
09:33 am Puppet Forge Feature #3892: Site should support Open ID authentication
- Kelsey, we need someone to see if this code is even vaguely functional right now.
If not, we should just close thi... -
09:31 am Bug #3908 (Needs More Information): zone.rb doesn't refresh zone.xml if the zone is already built
- We need much more info here before anyone can do something about it.
Can you provide more detail Bryan? -
09:30 am Puppet Forge Feature #3896 (Needs Decision): Site homepage should show most recent/popular modules
- Pieter, does this characterize the plan to accomplish this well enough?
-
09:29 am Puppet Forge Feature #3897 (Closed): Site should make it easy to find the puppet-module tool
- Closing as we're merging the module tool into Puppet.
-
09:29 am Feature #3900 (Closed): puppetrun host:port
- Closing to help us manage the ticket debt we have, and because we're generally pushing people towards MCollective for...
-
09:28 am Bug #3904 (Closed): Received annoying alert mails and reports after set "checksum => none" on Fil...
- Not a problem anymore in our active stable release.
-
09:24 am Bug #3031: Non-functional monkeypatch on Net::HTTP
- When I say no longer exists, I mean in 2.7.x.
-
09:23 am Bug #3031 (Closed): Non-functional monkeypatch on Net::HTTP
- The file referenced in the ticket no longer exists. Closing.
-
09:20 am Facter Feature #11969 (In Topic Branch Pending Review): Solaris zfs/zpool version detection
- I think the version number by itself is useful for Oracle Solaris servers, despite what Illumos are doing with flags ...
-
09:18 am Puppet Community Package Repository Feature #11560: Add SSL support to yum and apt repos
- The only use case I can come up with is verifying the identity of the source of the packages, which can be done just ...
-
09:18 am Bug #7926 (Rejected): Use different ssldir as defaults for agent and master
- For most people the defaults are sane.
I'm not seeing why your described deployment above necessarily results in d... -
09:16 am Bug #7929 (Rejected): puppetca --generate should create private_keys files under ca/ directory
- The confusion here is around the fact that what is now `puppet cert` was once `puppetca`, and thus we were confusing ...
-
09:16 am Bug #4745 (Closed): 'ralsh mount /foo' fails in master on OS X
- Tried this again using Puppet version 2.7.7 with the following:...
-
09:14 am Puppet Dashboard Bug #11669: Gem complaints with Puppet Dashboard
- gem list would be helpful, but dashboard vendors rails, so the rails version is known if the dashboard version is kno...
-
09:12 am Puppet Dashboard Bug #8716 (Closed): Ubuntu package should not depend on apache
- The Ubuntu Puppet packages suggest but do not depend on Apache as of at least Puppet 2.6.4 on Natty.
http://packag... -
09:10 am Bug #11989: upstart service operating system confine should include redhat and centos
- I agree this could be done (probably with osfamily rather than operatingsystem), though I wonder if it'd give any ben...
-
09:08 am Puppet Dashboard Feature #7234 (Closed): Report history should be configurable.
- Since this ticket we've improved the `rake prune` task with Dashboard to let you configure thresholds for pruning, an...
-
09:06 am Bug #3939 (Accepted): ALLCAPS variables arent usable in templates.
- Ok, so the course of action is to not allow ALLCAPS variables in the Puppet DSL.
-
09:02 am Bug #3911 (Needs More Information): Puppet spins and bloats when it can't find a defined SMF mani...
- Given you think it might be your fault Bryan, are you in a position to fix it? :)
-
09:01 am Bug #10722: http/https report processors don't error on bad HTTP response codes.
- This is related to <https://github.com/puppetlabs/puppet/pull/175> (which is the other pull request with similar func...
-
09:01 am Puppet Forge Feature #3915 (Rejected): System should provide testing and validation workflow
- I'm going to reject this for now, it's not on the immediate roadmap at all and we'll have a much better idea what we ...
-
08:59 am Feature #11990 (Accepted): PuppetDoc should use also README.rdoc files
-
08:59 am Puppet Forge Feature #3824 (Needs Decision): Site should parse any Puppet manifest documentation in the module...
- Pieter, assigning to you to see where this fits into the existing milestone plan if so.
-
08:57 am Feature #11994 (Rejected): Package resource: chroot/jail path
- Confirmed with Nigel, not going to be supported in Puppet core.
-
08:57 am Puppet Forge Feature #3916 (Duplicate): Site should show documentation for a module's functions
-
08:57 am Bug #3939 (Needs Decision): ALLCAPS variables arent usable in templates.
- This is absolutely still a bug in 2.7.9.
[root@centos5-64 foo]# cat manifests/init.pp
class foo {
... -
08:56 am Facter Feature #11666: Add is_ec2 and is_euca facts
- Every cloud provider will be using a form of virtualisation or containerisation which is available outside of cloud u...
-
08:56 am Puppet Forge Feature #3917 (Needs Decision): Display & Document Plug-ins in Forge Modules
- Pieter, assigning to you for decision and to add the rest of the team as watchers if this fits into the longer term p...
-
08:55 am Puppet Dashboard Feature #3918 (Closed): Dashboard should support a notification subsystem
- I'm closing this off as it's not really appropriate for the SOA world we're looking to move the open source GUI conso...
-
08:54 am Feature #11994 (Needs Decision): Package resource: chroot/jail path
- I think attempting to support this in Puppet at the moment would be incredibly difficult, particularly as support for...
-
08:53 am Puppet Forge Feature #3920 (Needs Decision): Site and tool should support signing or hashing module files
- Kelsey, assigning to you to decide how this fits into the Geordie plans, and to add the rest of the team as watchers ...
-
08:52 am Bug #3923: Activemq + puppetqd + mysql single ip in hosts table
- Anyone have any idea whether this is still an actual problem?
-
08:51 am Puppet Dashboard Bug #7981 (Accepted): Make delete confirmation messages consistent
- Yes this language should be very consistent
-
08:47 am Bug #3235 (Closed): Puppet only runs once sucessfully with factor libraries
- I can't reproduce this on modern versions of puppet. (2.7.9).
Puppet apply runs fine. There is no content in /va... -
08:47 am Puppet Acceptance Feature #6315 (Needs Decision): Add summary output to STDOUT
-
08:46 am Puppet Dashboard Bug #11669: Gem complaints with Puppet Dashboard
- Rails is another gem altogether and is just listed as "rails". Perhaps you can just list all of your installed gems w...
-
08:44 am Puppet Acceptance Refactor #6332 (Needs Decision): Revisit files under /dist
- Dom, can you comment on whether this is still necessary?
-
08:41 am Bug #10848 (Needs Decision): When is "class { foo: }" not equivalent to "include foo"?
- I suspect that our changes in behavior for Telly where we're removing dynamic variable lookup may affect this and mak...
-
08:38 am Bug #5175: yum provider + package groups giving unnecessary errors
- The issue mentioned in #11995 is about being able to determine the current, whether the group's installed or not. Th...
-
08:33 am Facter Bug #8210: virtual fact should work for EL kvm guests
- Facter also incorrectly detects physical/virtual machines running in VirtualBox, tested with an Ubuntu 11.10 guest. (...
-
08:33 am Bug #11995 (Duplicate): Add group install to Package
- The state problem is a big issue, particularly if the contents of the groups change in comps.xml. We've already got ...
-
08:28 am Facter Bug #12012: Facter globally overrides LANG environment variable at load time
- Merged in 491d2aafb2c7d7a049c76c1721e8f13427cace6f by Daniel.
-
08:27 am Facter Bug #12012 (Merged - Pending Release): Facter globally overrides LANG environment variable at loa...
-
08:24 am Bug #11674 (Needs Decision): selboolean persistent doesn't seem to work
- The underlying problem is that getsebool only reads the memory value and not the policy file value. So the policy val...
-
08:22 am Bug #12050 (Accepted): Use of metaparameters inside defines are incorrectly reported as dynamic v...
- Verified, example manifest: https://gist.github.com/1653197
-
08:12 am Feature #2587 (Accepted): Logging
- Unless running from source, a commit sha isn't any more helpful than the version/tag.
The gems installed might b... -
08:10 am Feature #7188: Mount provider/type split for Solaris
- Hey Max, if we could answer Stefan's question and work out how to get this merged into Telly... that would be great.
-
08:06 am Facter Bug #6365 (Accepted): Plist parser can segfault
- Gary, I think this has been what you've kind of been working on in your spare time. Assigning to you.
-
08:04 am Bug #12051 (In Topic Branch Pending Review): Exec onlyif / unless does not capture output
- Agreed, this is irritating. I think to link it to logoutput is a mistake though as it will overload the use of the p...
-
07:49 am Bug #11675 (Needs Decision): user expiry option fills up the logs
- I can confirm the same behaviour on 2.7.9. From my brief skimming of the code it appears that the useradd provider ha...
-
07:36 am Bug #10907 (Accepted): logoutput => on_failure should be default for Exec resource
-
07:35 am Bug #12052 (Needs Decision): No error message printed if package installation fails due to broken...
- I think first that a bug should be filed against aptitude itself, similar to #233129 which fixed the exit code of "ap...
-
07:24 am Bug #10914 (In Topic Branch Pending Review): Fail to generate a fresh CA with 2.6.12 (if ssldir n...
-
07:23 am Puppet Dashboard Feature #3534: Dashboard should support ability to set variables as arrays in the ENC
- Triage-A-Thon: Duping #6583 to this one as this was here first.
-
07:23 am Puppet Dashboard Bug #6583 (Duplicate): Dashboard should support ability to set variables as hashes in the ENC
- Dup of https://projects.puppetlabs.com/issues/3534
-
07:15 am Bug #11680: Huge facter variables
- As James stated we need the Puppet and Facter versions.
I'd also like to know how you believe the problem lies wit... -
07:12 am Bug #7316: puppet face applications (subcommands) delivered via modules should work
- Triage-a-thon: This is Accepted, marked as Urgent, and target for 2.7.x even -- but has no Assignee. Sending it to Ni...
-
07:09 am Bug #12070: cron value munging can lead to strange errors
- Reviewed pull request, +1.
-
06:35 am Bug #12070 (In Topic Branch Pending Review): cron value munging can lead to strange errors
- Pull request: https://github.com/puppetlabs/puppet/pull/361
-
06:26 am Bug #12070 (Closed): cron value munging can lead to strange errors
- While reworking the cron type specs i stumbled upon strange error messages...
Also available in: Atom