Activity

From 07/21/2011 to 07/27/2011

07/28/2011

09:15 pm Feature #8667: Detect managed resources
Possible cheap detection method:
MC agent that looks for a local catalog and returns the list of resources being m...
Nigel Kersten

07/27/2011

03:32 pm Standard Library Refactor #8665 (In Topic Branch Pending Review): change line type from append_line to whole_line
Dan Bode
03:29 pm Feature #8667 (Closed): Detect managed resources
If Puppet is managing a resource, we must give external tools a way to detect and avoid making ad-hoc changes to thes... Randall Hansen
03:23 pm Standard Library Refactor #8665 (Closed): change line type from append_line to whole_line
Changing the name of append_line type in stdlib to whole_line based on feedback. Dan Bode
03:13 pm Refactor #8392: Confine master tests to not run on Windows
master, and queue application specs disabled in `master` as of commit:e6fb1480eb2d6271dd05e11ab6cff70c70414c6f Jacob Helwig
03:04 pm Bug #8658: The file source parameter does not accept Windows paths
Test failure when running rspec spec\unit\type\file\source_spec.rb... Josh Cooper
02:56 pm Bug #4915: scope.function_extlookup (in templates) takes an array parameter
Nick - can you please update the docs as discussed. James Turnbull
02:35 pm Bug #8663 (Closed): Get spec tests running on Windows
Over 2500 spec tests fail on Windows. Need to determine whether failing tests should be supported on Windows. For exa... Josh Cooper
02:30 pm Facter Feature #8322: Facter should return as much info as Windows SystemInfo
> Windows defaults system interrogator returns a bit more info than facter. I
> think this could also be done by crea...
Daniel Pittman
02:22 pm Facter Feature #8322: Facter should return as much info as Windows SystemInfo
Update category Josh Cooper
02:21 pm Feature #8410: Exec provider for Windows
The exec provider will likely call SUIDManager.run_and_capture, which calls Puppet::Util.execute, but there are three... Josh Cooper
02:05 pm Bug #8662 (Closed): Puppet.features.root? always returns true on Windows
On Windows, Puppet.features.root? always returns true, even when running as a non-admin user. It should only return t... Josh Cooper
01:31 pm Bug #8660 (Closed): Puppet and facter install should have reasonable defaults on Windows
The puppet and facter install.rb scripts default to directories such as /etc/puppet, which probably aren't the correc... Josh Cooper
01:24 pm Bug #8658 (Closed): The file source parameter does not accept Windows paths
When a Windows path is specified as a file source, the C:/ is interpreted as a URL where C is the protocol. It should... Josh Cooper
01:22 pm Feature #8657 (Accepted): Support Windows UNC paths
Puppet does not currently handle Windows UNC paths, but it would be useful in several places, such as exec path and f... Josh Cooper
01:17 pm Bug #8654 (Accepted): Path-like parameters should extend Parameter::Path
Puppet::Parameter::Path encapsulates the logic necessary to validate absolute paths, but it is only used in the exec ... Josh Cooper
01:08 pm Bug #8651 (Closed): Indirector does not handle windows paths
Various indirections encode file paths in URI's such as file dipper, file bucket, file server, but do not work with W... Josh Cooper
12:23 pm Bug #8650 (Duplicate): Refactor path validation
There are many places where paths are validated (see below), but the logic is not consistent for Windows platforms. S... Josh Cooper
12:06 pm Standard Library Feature #8628 (Accepted): add append_line native type
# Updating #
We're going to change this to a noun. Something like "whole_line", "full_line" or "file_line"
Jeff McCune
12:03 pm Standard Library Feature #8628: add append_line native type
Peter Meier wrote:
> shouldn't this rather be named something like `line`?
Yes. To be explicit about what we're ...
Jeff McCune
12:01 pm Standard Library Feature #8627: add append_line define
Peter Meier wrote:
> We should name that resource type rather something like `line`. append_line doesn't really fit ...
Jeff McCune
11:37 am Feature #8644 (Closed): Host provider on Windows
The host provider does not work on Windows because it does not know where to find the hosts file. From wikipedia, thi... Josh Cooper
11:24 am Feature #8268: Basic Puppet agent support on Windows
Change R3 to R2 Josh Cooper
11:23 am Feature #8268: Basic Puppet agent support on Windows
Per email thread from July 12th, Windows Server 2003 R2 is in scope. Josh Cooper
11:16 am Bug #4549 (Merged - Pending Release): not all puppet functions are available in the template scope
I talked to Nigel, and he's good on this fix, so it's merged commit:4f873f0ea8bc259b7ecd4f4a9920decad3339656 Matt Robinson
09:15 am Bug #8643: Tree of files = day+ to xfer (note in documentation)
And if you give a crap, here's the significant part of what `strace -c` said after I ctrl-c'd out after a few hours:
...
Jeff Blaine
09:02 am Bug #8643: Tree of files = day+ to xfer (note in documentation)
... Jeff Blaine
08:57 am Bug #8643 (Accepted): Tree of files = day+ to xfer (note in documentation)
I understand the CM conceptual stance on this from Puppetlabs (or so I think), and I understand that "make a package"... Jeff Blaine
08:51 am Bug #8239: zombie getconf processes, possibly from facter
This only appears to happen through puppet. Can't reproduce it just by running facter. Giles Constant
07:34 am Standard Library Feature #8628: add append_line native type
shouldn't this rather be named something like `line`? Peter Meier
07:33 am Standard Library Feature #8627: add append_line define
We should name that resource type rather something like `line`. append_line doesn't really fit the mental model that ... Peter Meier
06:07 am Feature #1858 (Closed): Add resources based on a Hash
I found create_resources function which adds same functionality than this patch.
I close this (although I prefer the...
Lluís Gili

07/26/2011

04:54 pm Feature #8272 (Merged - Pending Release): Windows Services Management
Merged some more fixes in commit:1809b40e5ab05ceac166d5271cf1fe392efee1e1. This should close out this feature for now... Nick Lewis
04:18 pm Feature #5777 (Merged - Pending Release): it would be nice if auth.conf supported subnets
This has been merged into `2.7.x` in commit:5682125e1800f4c7b69b20fdd28f97a473d5d93c and `master` in commit:5b167eba2... Jacob Helwig
04:18 pm Bug #5010 (Merged - Pending Release): Trailing whitespace is not allowed in auth.conf files
This has been merged into `2.7.x` in commit:5682125e1800f4c7b69b20fdd28f97a473d5d93c and `master` in commit:5b167eba2... Jacob Helwig
04:18 pm Bug #6026 (Merged - Pending Release): Config files don't allow for comments at the end of a line ...
This has been merged into `2.7.x` in commit:5682125e1800f4c7b69b20fdd28f97a473d5d93c and `master` in commit:5b167eba2... Jacob Helwig
04:02 pm Bug #4549 (Needs Decision): not all puppet functions are available in the template scope
I've gone ahead and implemented Peter's suggestion of method_missing on the scope and it seems to work pretty well. ... Matt Robinson
03:56 pm Feature #6780: Implement type checking/coercion for action args
These syntaxes are internally consistent and not insane. However, I feel like we're optimizing for programmer effici... Randall Hansen
03:50 pm Standard Library Feature #8628 (Merged - Pending Release): add append_line native type
e82370a26d15181b6c3b17b25c2349752e41ed38
(#8628) Add append_line native type

This commit adds a n...
Dan Bode
01:14 pm Standard Library Feature #8628 (Closed): add append_line native type
We should have a define stdlib::append_line added to the stdlib module.
It should be able to detect if a certain l...
Dan Bode
01:14 pm Standard Library Feature #8627 (Closed): add append_line define
We should have a define stdlib::append_line added to the stdlib module.
It should be able to detect if a certain l...
Dan Bode
01:13 pm Bug #8418 (Merged - Pending Release): Puppet inspect doesn't work with environment-set modulepath
Good idea on the new ticket for the overall issue. Since that's the case I've merged my branch and will close this o... Matt Robinson
12:25 pm Facter Bug #8491 (In Topic Branch Pending Review): "Stack level too deep" when unknown fact is requested
Adrien Thebo
12:01 pm Bug #7009: Puppet ssh_authorized_keys fails on one account if key with same name exists in anothe...
# Bump #
I just ran into this as well. I think the solution is to not alias the key with the comment. We should ...
Jeff McCune
11:25 am Bug #7893: Failed to generate additional resources using 'eval_generate': Cannot manage files of ...
I don't think I'm the one to authoritatively make this decision, but I'll throw in my 2 cents and reassign to Nigel. ... Matt Robinson
11:14 am Bug #8596: Title and name must be unique within a given resource.
And I've fixed the documentation by... deleting a paragraph from the language guide. Nick Fagerlund
11:04 am Bug #8612: exec "creates" param in doc example wrong
Ohhhh, it's an extraction of the tar file. My mind jumped to it being a creation of the tar file, so was thinking it... Jeff Blaine
11:00 am Feature #6907: Ensure providers can be used in the same puppet run that their prerequisites are d...
I wasn't talking about pluginsync. I encountered a problem where a custom provider of mine uses the executables of an... Stefan Schulte
10:23 am Bug #8612: exec "creates" param in doc example wrong
Jeff Blaine wrote:
> The 'creates' param in the code seems wrong, but I'm a newb, so...
>
> http://docs.puppetlab...
Daniel Pittman
09:24 am Bug #3182 (Duplicate): gem provider only matches first installed gem version
Duplicate of #2279. James Turnbull
09:23 am Bug #3182: gem provider only matches first installed gem version
James, I believe this duplicates #2279. Any changes on this issue since it was last updated? Stephen Price
07:15 am Bug #8592: Non-existent service succeeds with hasstatus=true on RHEL based OSes
I'm not sure we have correct defined behavior here.
Given the service ensure property doesn't cover actual existen...
Nigel Kersten
12:39 am Bug #8436: openbsd package provider doesn't recognize failed package installation
I'll try to file a feature request for pkg_add, although I need to figure out how.
Idea for a solution besides par...
Peter Meier
06:31 pm Facter Feature #8615 (In Topic Branch Pending Review): rspec should reset the environment between tests
Adrien Thebo
06:26 pm Facter Feature #8615 (Closed): rspec should reset the environment between tests
rspec should store environment variables before a test is run, and restore it after each test so a test can safely mo... Adrien Thebo
06:16 pm Bug #6382 (Accepted): We permit silent truncation, and probably other data corruption, in MySQL d...
sounds good to me
(updated after trawling through my backlog)
Nigel Kersten
05:33 pm Bug #8612 (Merged - Pending Release): exec "creates" param in doc example wrong
The 'creates' param in the code seems wrong, but I'm a newb, so...
http://docs.puppetlabs.com/references/stable/ty...
Jeff Blaine
05:07 pm Bug #8596 (Merged - Pending Release): Title and name must be unique within a given resource.
Merged fix to 2.6.x in commit:0157bf3ee2d53173874e37da9848b2753d428a25.
The introduction of composite nameva...
Nick Lewis

07/25/2011

04:14 pm Bug #5876: Require and Subscribe on the same refreshonly exec doesnt work
Does the service require the package? The require *should* do the right thing. Nigel Kersten
04:13 pm Feature #6907: Ensure providers can be used in the same puppet run that their prerequisites are d...
Stefan Schulte wrote:
> This has one drawback though: You're not able to do a noop run (or at least you dont see wha...
Nigel Kersten
03:18 pm Bug #7293 (Merged - Pending Release): Certificate subcommands should not return #inspect output
This was done as commit:62b6b0c. Pieter van de Bruggen
02:52 pm Bug #8301 (Closed): Red Hat Spec file in 2.7.2rc1 isn't quite right
Released in 2.7.2rc2 Michael Stahnke
02:52 pm Bug #5108 (Closed): Change the default of hasstatus to true
Documentation updated in 2.7.2rc2 Michael Stahnke
02:52 pm Bug #7507 (Closed): Add filters to the specs that fail under Ruby 1.9
Released in 2.7.2rc2 Michael Stahnke
02:32 pm Bug #8341 (Needs More Information): Loading facts repeatedly
We have been unable to reproduce this issue. Rather than continue to hold up the release of 2.7.2, we are planning t... Michael Stahnke
02:30 pm Bug #8436 (Needs More Information): openbsd package provider doesn't recognize failed package ins...
Michael Stahnke
01:26 pm Bug #8609: Puppet auditing shouldn't consult server-side files from a "source" parameter
So, to (hopefully) avoid my having the same conversation again: when we `audit` something in the agent, we are really... Daniel Pittman
01:05 pm Feature #2744: Provide an option to send back diff of txt files in reports
Woops. assigned to wrong version. Nigel Kersten
12:58 pm Feature #2744 (Accepted): Provide an option to send back diff of txt files in reports
We're going to modify the show_diff setting so it doesn't just print the diff, but does it as a notice so that the di... Nigel Kersten
12:57 pm Continuous Integration for Modules Feature #8539 (Closed): apt debian testing.pp
Spencer Krum
12:56 pm Continuous Integration for Modules Feature #8540 (Closed): apt unstable.pp
Spencer Krum
12:34 pm Bug #8418: Puppet inspect doesn't work with environment-set modulepath
Verified fixed, passing back to Matt.
I've filed #8609 to resolve the larger issue with inspecting source at all.
(...
Nigel Kersten
12:33 pm Bug #8609 (Accepted): Puppet auditing shouldn't consult server-side files from a "source" parameter
From #8418,
<blockquote>
Talking with Nigel I realized that while the issue with puppet inspect not using run-mo...
Nigel Kersten
12:10 pm Bug #7266 (Merged - Pending Release): Certificate application stub should leave option validation...
The code to address this ticket was merged as commit:d19fc2b. The `validate` proposal from Daniel's comment was move... Pieter van de Bruggen
11:59 am Bug #8608 (In Topic Branch Pending Review): Kate syntax highlighting file
Puppet syntax highlighting support for the kate text editor. It should probably live at /ext/kate/puppet.xml Nicholas Shobe
11:54 am Feature #8344: Allow --env as a shorthand for --environment
In the spirit of not adding features to released versions, only fixing bugs, this is going to be targeted at the next... Nigel Kersten
11:54 am Feature #8607 (Investigating): Provide consistent short options for commonly used command line op...
Lets try and cover as much as possible with short options as well as long. Nigel Kersten
11:50 am Feature #8344 (Accepted): Allow --env as a shorthand for --environment
Randall Hansen
11:49 am Bug #8590 (Investigating): Poor wording, IMO (audit messages)
Adrien Thebo
11:49 am Feature #8344: Allow --env as a shorthand for --environment
This is a great request. I'd also prefer `-E` to `--env`. `--env` is still technically a long option name, and we s... Randall Hansen
11:38 am Feature #8606 (Accepted): Face actions should be able to `validate` options
From the comments:
<blockquote>
One of the requested features around this was a validate hook for an action: some...
Pieter van de Bruggen
11:36 am Bug #7507: Add filters to the specs that fail under Ruby 1.9
I'm taking my name off this ticket since I'm not working on it, and the portion I did work on was already released in... Matt Robinson
11:34 am Bug #6859 (Rejected): puppet cert -l -a fails on cert.rb wrong # of arguments:
This must have already been fixed in my 1.9 cleanup a few months ago. At least I don't get these erros anymore. Hmm... Matt Robinson
11:33 am Bug #8596 (Accepted): Title and name must be unique within a given resource.
What Luke said. Chasing down the doc history to work out whether there's a clear path to why this changed, but this i... Nigel Kersten
11:31 am Bug #8596: Title and name must be unique within a given resource.
This is absolutely a bug, and the docs there are wrong.
Both title and name need to be unique within a given resou...
Luke Kanies
11:25 am Feature #7003 (Rejected): Add filtering to certificate_status search REST API
At the time I wasn't sure what was more obvious for people with the REST API. We have a couple of RESTful endpoints ... Matt Robinson
11:20 am Bug #8596: Title and name must be unique within a given resource.
FWIW: In my opinion it is not a bug, because the title is what matters (at least that is my understanding).
And re...
Stefan Schulte
11:09 am Bug #8596: Title and name must be unique within a given resource.
I was able to reproduce the issue with 2.6.0 and 2.7.2rc1. The error was not reproduceable with 0.25.5
0.25.5
<pr...
Stefan Schulte
11:05 am Bug #8418: Puppet inspect doesn't work with environment-set modulepath
Talking with Nigel I realized that while the issue with puppet inspect not using run-mode correctly still needs to be... Matt Robinson
10:38 am Puppet Dashboard Bug #8603 (Accepted): Inspect reports should be considered when calculating whether a node is "un...
Dashboard classifies some nodes as "Unresponsive" if it has not heard from them within a certain time (`no_longer_rep... Randall Hansen
10:15 am Bug #8596: Title and name must be unique within a given resource.
The vimrc I pasted in by accident, the bashrc is the conflicting one, and the resource in the second past is inside a... Joe McDonagh
10:12 am Bug #2776: changes to resolv.conf are not followed by puppet on clients
Filed http://redmine.ruby-lang.org/issues/5095 to add res_init() support Orion Poplawski
10:11 am Bug #8596: Title and name must be unique within a given resource.
Hey Luke, sure. Doing this in a hurry sorry for the diff markers in the pastes... Joe McDonagh
09:28 am Bug #8596 (Needs More Information): Title and name must be unique within a given resource.
Can you clarify this a bit? I just tested duplicate files with every combination of duplication I could think of and... Luke Kanies
08:38 am Bug #8433: Seemingly random failures after 2.7.1
We've clearly regressed somewhat, but I'm curious as to why you're using import rather than constructing classes in m... Nigel Kersten
07:10 am Bug #8596: Title and name must be unique within a given resource.
Sorry, forgot to set it in the ticket, 2.6.7. Joe McDonagh
06:40 am Bug #8592: Non-existent service succeeds with hasstatus=true on RHEL based OSes
> I dont care if `foo` is installed or not, I just don't want that service `foo` is running. I think it whould be a b... Peter Meier
06:37 am Bug #7273: Add additional signals for restarting Puppet agent runs
(updated parent description) Nigel Kersten

07/24/2011

11:30 am Puppet Dashboard Bug #8599 (Closed): "Could not retrieve catalog; skipping run" not reported as Failure
I had a error inside a module
(template not found)
"Could not retrieve catalog" should be reported as failure
...
Mario Verbelen
03:32 am Bug #8592: Non-existent service succeeds with hasstatus=true on RHEL based OSes
I dont know if I can agree here. In the end the service `foo` you asked for is not running. Also what should happen i... Stefan Schulte
08:49 pm Bug #8433: Seemingly random failures after 2.7.1
The modules I had this problem on all had something like the following in manifests/init.pp
import "classes/*.pp"
...
Trey Dockendorf
06:21 pm Bug #8596 (Accepted): Title and name must be unique within a given resource.
This is definitely critical. What version are you seeing this with? Luke Kanies

07/23/2011

09:00 am Bug #8596 (Closed): Title and name must be unique within a given resource.
I discovered today that a catalog will compile if two files have the same path yet different namevars. Not sure if th... Joe McDonagh
05:21 pm Refactor #7290 (Merged - Pending Release): Faces should fail hard if unknown options are passed t...
https://github.com/puppetlabs/puppet/commit/29a25abe7a6e04d2b2f78b604aca3d819f010d38 merges this for the 2.7.3 release. Daniel Pittman
05:21 pm Refactor #8561 (Merged - Pending Release): Always pass canonical option names to actions
https://github.com/puppetlabs/puppet/commit/29a25abe7a6e04d2b2f78b604aca3d819f010d38 merges this for the 2.7.3 release. Daniel Pittman

07/22/2011

04:20 pm Feature #8272: Windows Services Management
Merged current, basic Windows service provider support to master in commit:043c3e87c882d38b9708b6e215425a9935f74769
...
Cameron Thomas
04:12 pm Puppet Dashboard Feature #8589 (Closed): In the events display of reports, we should have a sensible sort order.
IN 1.2rc3 Michael Stahnke
04:12 pm Puppet Dashboard Bug #8544 (Closed): `non-expandable-bullet`s in an inspect report aren't "good"
IN 1.2rc3 Michael Stahnke
04:12 pm Puppet Dashboard Bug #8529 (Closed): Remove the debug statement from the sass initializer
in 1.2rc3 Michael Stahnke
04:11 pm Puppet Dashboard Feature #8505 (Closed): Change default date format, make more readable
in 1.2rc3 Michael Stahnke
04:11 pm Puppet Dashboard Bug #8500 (Closed): Dashboard README is not a README, it's a battlestation
In 1.2rc3 Michael Stahnke
04:11 pm Puppet Dashboard Bug #8499 (Closed): Packaging tasks in Rakefile use mktemp in a way that does not work on mac
Michael Stahnke
04:10 pm Puppet Dashboard Bug #8499: Packaging tasks in Rakefile use mktemp in a way that does not work on mac
In 1.2rc3 commit:dff225696378ea769f9571226412ca8ee687a052 Michael Stahnke
04:09 pm Puppet Dashboard Bug #8484 (Closed): "Nodes for this group" heading is misplaced
In 1.2rc3 commit 3f0afca271f138e29cad390f0b17c13119e2a7de Michael Stahnke
04:03 pm Facter Bug #7038: Cannot use prtdiag in Solaris non-global zones
Silencing the output for prtconf was actually done in #7726, in a separate branch. It should be merged in the next re... Adrien Thebo
03:18 pm Bug #8592 (Investigating): Non-existent service succeeds with hasstatus=true on RHEL based OSes
Running "puppet resource service foo hasstatus=true" on RHEL derived OSes succeeds. Correct behaviour is to fail ind... Dominic Maraglia
03:10 pm Bug #8590: Poor wording, IMO (audit messages)
Nick, I think you're right about this, and I like your suggestion (up to and including the parentheses, which are a n... Randall Hansen
02:31 pm Puppet Dashboard Feature #8589: In the events display of reports, we should have a sensible sort order.
This was done as commit:f4a82f8. Pieter van de Bruggen
01:57 pm Puppet Acceptance Feature #8591: Add arbitrary git url support to acceptence harness
It already should, I think. The git setup code I wrote has the ability to take an arbitrary GitHub URI (https://gith... Daniel Pittman
01:48 pm Bug #8590: Poor wording, IMO (audit messages)
Those are close! I definitely agree that the current one is dodgy.
This is actually kind of hard to describe, bec...
Nick Fagerlund
01:42 pm Feature #7184 (Merged - Pending Release): bind actions first, faces second, to support multiple v...
https://github.com/puppetlabs/puppet/commit/feec7b3df713569f76b93ae8cef882e9ddc1bf35 merges this into the 2.7.x branc... Daniel Pittman
01:37 pm Puppet Acceptance Feature #8591 (Closed): Add arbitrary git url support to acceptence harness
Acceptance harness is hard coded to used Puppet Lab's github url. need to add support for arbitrary urls. Dominic Maraglia
01:31 pm Bug #8590: Poor wording, IMO (audit messages)
Nick, Randall, this seems a reasonable suggestion, to me? Daniel Pittman
12:23 pm Bug #8590 (Investigating): Poor wording, IMO (audit messages)
The wording here:
"audit change: previously recorded value owner root has been changed to
owner daemon"
could...
Jeff Blaine
12:07 pm Bug #8444 (Merged - Pending Release): Cacher not robust enough on Windows
A 'fix' for this has been merged to master in commit:c5d70ed11f8f964523ca049d6c3d504de3840c1a.
The change entailed...
Nick Lewis
11:48 am Puppet Dashboard Bug #8544 (Merged - Pending Release): `non-expandable-bullet`s in an inspect report aren't "good"
Code committed as commit:7d963f8. Pieter van de Bruggen
11:24 am Puppet Dashboard Feature #8589 (Closed): In the events display of reports, we should have a sensible sort order.
When we display the events in a report, things are a bit ugly. We should improvify that, starting with sorting resou... Daniel Pittman
10:34 am Feature #6907: Ensure providers can be used in the same puppet run that their prerequisites are d...
This has one drawback though: You're not able to do a noop run (or at least you dont see what will really happen) bec... Stefan Schulte
10:29 am Bug #5876: Require and Subscribe on the same refreshonly exec doesnt work
I would also like to add that this is a problem in our environment (2.6.2-1). I'm trying to install a package and if ... Chris Hirsch
04:14 am Bug #7273: Add additional signals for restarting Puppet agent runs
Yeah that looks like a good first step to me! Ryan Conway
12:26 am Bug #7106: last_run_summary.yaml is only readable by root
Jacob Helwig wrote:
> Brice,
>
> Any word on an updated branch? I haven't looked too closely at the second patch...
Brice Figureau
08:21 pm Bug #8585 (Duplicate): Arrays and undefined entries/elements
Hi,
I'm having problems with checking undefined entries in an array. It looks like there may be a bug?
**Exam...
Haw Loeung
05:37 pm Continuous Integration for Modules Feature #8535: apt pin.pp
rspec-puppet tests written. Matthaus Owens
05:03 pm Bug #6857 (Merged - Pending Release): password disclosure when changing a user's password
This has been merged into the following branches as of the commits listed below:
`2.6.x` in commit:a87ef54385cbf32...
Jacob Helwig

07/21/2011

04:33 pm Continuous Integration for Modules Feature #8532: apt force.pp
Finished rspec-puppet tests for this define. Matthaus Owens
04:24 pm Puppet Dashboard Feature #8505 (Merged - Pending Release): Change default date format, make more readable
This was pushed into the 1.2rc branch as commit:d036276. Pieter van de Bruggen
04:23 pm Continuous Integration for Modules Feature #8574 (Closed): Apt Module
Get cucumber-puppet and rspec-puppet tests running for the Apt module. Matthaus Owens
02:45 pm Bug #8418: Puppet inspect doesn't work with environment-set modulepath
Looks like I didn't put the full branch url in before, so that's now fixed. I haven't had time to write acceptance t... Matt Robinson
02:15 pm Bug #7106 (Accepted): last_run_summary.yaml is only readable by root
Brice,
Any word on an updated branch? I haven't looked too closely at the second patch in the original series, bu...
Jacob Helwig
12:48 pm Refactor #8561: Always pass canonical option names to actions
Randall Hansen wrote:
> Do you mean that we currently pass all three, or the one that we receive?
> Regardless, thi...
Daniel Pittman
12:46 pm Refactor #8561: Always pass canonical option names to actions
Do you mean that we currently pass all three, or the one that we receive?
Regardless, this sounds like a fine chan...
Randall Hansen
12:33 pm Bug #8239: zombie getconf processes, possibly from facter
Are you able to recreate this on your set up with facter, or does it only happen via puppet please?
copying the ve...
Ben Hughes
12:08 pm Refactor #8561 (Closed): Always pass canonical option names to actions
At the moment, if an option has multiple aliases, we pass whatever alias is received through to the action. This pro... Daniel Pittman
11:58 am Bug #8033: Puppet 2.7 => cannot find classes
So I actually fixed this. It was related to the way in which I was building my manifests. Namely, it appears that pre... Grant Heffernan
11:55 am Puppet Dashboard Feature #8198: File search should not require both fields
I'm pretty sure these issues are related, but I'll let you guys make that call.
http://projects.puppetlabs.com/iss...
Nigel Kersten
11:53 am Bug #8033 (Duplicate): Puppet 2.7 => cannot find classes
Closing as a duplicate of #8433. James Turnbull
11:50 am Bug #8033: Puppet 2.7 => cannot find classes
Can you try the 2.7.2rc1 and see if that fixes the issue please? James Turnbull
11:20 am Bug #8558: yaml terminus should downcase all file paths
> Bug #8558: yaml terminus should downcase all file paths
>
> This is not a regression, and was identified in 2.7.x...
Daniel Pittman
11:11 am Puppet Dashboard Feature #8560 (Accepted): Role-based access control
Documented in the wiki: [http://projects.puppetlabs.com/projects/dashboard/wiki/RoleBasedAccess](http://projects.pup... Randall Hansen
11:00 am Bug #8558 (Accepted): yaml terminus should downcase all file paths
This is not a regression, and was identified in 2.7.x
When using the yaml terminus, it is possible that it could w...
Dan Bode
10:59 am Puppet Dashboard Feature #8556 (Investigating): Should be able to run inspect report on-demand from Dashboard
A user should be able to trigger an inspect report from Dashboard on-demand. This may be non-trivial, but it's a val... Randall Hansen
10:13 am Feature #8492 (Accepted): Template function does not accept array variables
Adrien Thebo
09:28 am Bug #8433: Seemingly random failures after 2.7.1
Additionally, are all of you suffering from this problem using "import" rather than "include" ?
If you're using "i...
Nigel Kersten
09:21 am Bug #8433 (Needs More Information): Seemingly random failures after 2.7.1
Gustavo - can you please try the RC candidate and see if that fixes it? James Turnbull
09:19 am Bug #8433 (Needs Decision): Seemingly random failures after 2.7.1
James Turnbull
09:14 am Bug #8433: Seemingly random failures after 2.7.1
I can also confirm this. In my case downgrading to 2.6.9 fixed the problem.
I also noticed this primarily in modu...
Trey Dockendorf
08:15 am Puppet Dashboard Bug #8529 (Merged - Pending Release): Remove the debug statement from the sass initializer
Fixed in commit:2eef4f40957d40ad68ff5ef0b7467bb01dcea233 of dashboard. Michael Stahnke
02:34 am Bug #8547 (Re-opened): puppetstoredconfigclean checks only [master] for database configuration, s...
I use stored configs on the puppetmaster. The database information is in the [main] section of puppet.conf (because o... Pieter Lexis
 

Also available in: Atom