Activity

From 03/16/2011 to 03/22/2011

03/23/2011

10:47 pm Feature #6527 (Merged - Pending Release): Pip package provider
Paired with Richard to cleanup a few things and merged into next commit:8542160479538fe6575475c2dccf5d4696fa3e5d Matt Robinson
10:28 pm Facter Bug #5135 (In Topic Branch Pending Review): Facter returns physicalprocessorcount => 0 on a physi...
Adrien Thebo
09:17 pm Facter Bug #2714 (In Topic Branch Pending Review): Solaris prtdiag hangs facter
Added timeout for prtdiag, corrected tests. Adrien Thebo
08:35 pm Bug #4487: Environment column in hosts table updating incorrectly
I can reproduce at-will on 2.6.x and 2.6.next... Nigel Kersten
08:24 pm Bug #4487 (In Topic Branch Pending Review): Environment column in hosts table updating incorrectly
I can reproduce this at-will on 2.6.x but not on 2.6.next.
<https://github.com/puppetlabs/puppet/compare/2.6.x...2...
Richard Crowley
07:44 pm Bug #4487: Environment column in hosts table updating incorrectly
Just poked at this for a while. I thought it might be due to us specially handling environment when parsing the confi... Nigel Kersten
07:02 pm Bug #6810: File 'fail' became a lot more fatal in 2.6.0
Sorry, this goes back to 2.6.0. So the title is inaccurate. Is this an intentional change, then? eric sorenson
06:39 pm Bug #6810: File 'fail' became a lot more fatal in 2.6.0
OK, actually 2.6.4 behaves the same. eric sorenson
06:28 pm Bug #6814: Interface actions should be represented by an object
When we implement this we should have two objects involved in the process:
class Action
attr_accessor...
Daniel Pittman
05:59 pm Bug #6814 (Accepted): Interface actions should be represented by an object
This will allow us to define meta-data about an action, such as description and its options. Nick Lewis
05:33 pm Bug #6786 (Accepted): Redundant mechanisms to access interface instances
This seems to have not only broken some code (fixable), but to be a poor choice for the long term. I will be revisit... Pieter van de Bruggen
05:32 pm Feature #5692: Internally-generated state files should be written in an atomic way
Other ones I can think of:
* the new --summary output thats saved to disk
* the new feature to save a report to...
R.I. Pienaar
05:32 pm Bug #5981: Puppet shouldn't overwrite symlinks when specifying content and follow is on.
Vichharaks, can you confirm that the description of the issue above is actually the one you're hitting?
Nigel Kersten

03/22/2011

04:58 pm Bug #3238: puppetmaster uses to many mysql connections
I've just been bitten by the same problem. I've set wait_timeout=60 as a workaround but have not confirmed that fixes... Robin Bowes
04:51 pm Feature #6770: Interfaces don't support versioning
Given:
a) Issues with Ruby's namespace lookup mechanism
b) The mental / namespace / other overhead of maintai...
Pieter van de Bruggen
04:39 pm Facter Feature #6801: Provide adminuser and admingroup facts for OSes where it makes sense.
Some OSes may not have a reasonable concept of a *default* admin user and admin group, like Windows.
You can't rel...
Nigel Kersten
01:49 pm Facter Feature #6801: Provide adminuser and admingroup facts for OSes where it makes sense.
As I was reading the title of the ticket, I wondered about the "for OSes where it makes sense." Where doesn't it mak... Michael Stahnke
11:24 am Facter Feature #6682: Solaris LDOM facts
My oracle support contact agree the best way to identify guest ldom domains is in this URL:
[http://opensolaris.org...
T.J. Yang
08:24 am Bug #6562 (Merged - Pending Release): Minor fix in puppet kick help
commit:a29c7fd408b8b1e00410f5bbd82ff5e626381667 James Turnbull
08:18 am Bug #6562 (Ready For Checkin): Minor fix in puppet kick help
Looks like all you're doing is removing a blank comment line. Feel free to merge doc changes that trivial without re... Matt Robinson
08:06 am Bug #6564 (Merged - Pending Release): Git workflow fixes for Ruby 1.9.x
I didn't notice this ticket until after I pushed the same fix as part of #6566. commit:e80063468e404a6827ea6ec458ae3... Matt Robinson
07:57 am Bug #6566 (Merged - Pending Release): Replaced ftools in rake gem task
Committed to next along with a fix to a case statement that showed up when running `rake spec` after the futils thing... Matt Robinson
07:45 am Bug #6555 (Merged - Pending Release): Puppetmaster fails to start on ruby 1.9
The puppet master still fails to start with these patches, it just gets a little farther. You get a slew of other er... Matt Robinson
06:46 am Bug #6779 (Accepted): Can't Run Unit Tests MS Windows
You can get around this temporarily by just changing to the test dir, and then running rake. A longer term fix will ... Matt Robinson
06:44 am Bug #6778 (Accepted): RSpec Test Can't Run on MS Windows - Command Line too Long
Instead of the rake task you can run `rspec spec`, which will run the whole spec dir of tests and get around windows ... Matt Robinson
04:19 am Feature #5528: API call to sign, clean or generate certificate request
I'll do what I can to make sure the work we're doing fits this proposed API. Luke Kanies
04:00 am Bug #6657 (Needs Decision): puppet has difficult time upgrading itself and requires manual interv...
James Turnbull
01:30 am Bug #6810 (Closed): File 'fail' became a lot more fatal in 2.6.0
In testing 2.6.6, we found that missing source directories in a recurse=>remote file copy cause puppetd to exit immed... eric sorenson
12:31 am Bug #6805 (In Topic Branch Pending Review): Implement a version of Puppet agent that uses interfaces
A preliminary version of this is available in master as of commit:0f4a4300f18da04fc672475645c0d2ba9721d1d5. Nick Lewis
12:13 am Bug #5908: Service Provider on Debian unable to disable services: now uses update-rc.d enable/dis...
I updated the formatting to add pre tags. James Turnbull
12:07 am Bug #5908: Service Provider on Debian unable to disable services: now uses update-rc.d enable/dis...
Here's an attempt at using disable only when sysv-rc package version is greater than or equal to 2.88, which seems to... Matt Robinson
12:06 am Bug #5285: Error "Could not evaluate: Got nil value for content" when trying to serve a symlink's...
Actually, does just adding:
links => follow
do the right thing for you?
Nigel Kersten
12:01 am Bug #5908: Service Provider on Debian unable to disable services: now uses update-rc.d enable/dis...
James, not sure what code you updated.
Micah, formatting fixed for my patch with another patch coming that uses dpkg...
Matt Robinson
11:55 pm Feature #6774 (In Topic Branch Pending Review): Implement global flag for reading from STDIN
Richard Crowley
11:53 pm Bug #5908: Service Provider on Debian unable to disable services: now uses update-rc.d enable/dis...
Code updated. James Turnbull
11:52 pm Bug #5908: Service Provider on Debian unable to disable services: now uses update-rc.d enable/dis...
Speaking of bad formatting, this is the correct link to the [debian-devel thread](http://lists.debian.org/debian-deve... micah -
11:50 pm Bug #5908: Service Provider on Debian unable to disable services: now uses update-rc.d enable/dis...
Matt Robinson wrote:
> If we depend on operating system version it could be a problem if somebody backports sysv-rc ...
micah -
11:48 pm Bug #5908 (Needs More Information): Service Provider on Debian unable to disable services: now us...
We have been discussing this in the [debian bug](http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=573551) to try and ... micah -
11:46 pm Feature #6774: Implement global flag for reading from STDIN
Daniel Pittman wrote:
> It would be very nice to support the convention that `-` is an alias for stdin when you prov...
Richard Crowley
11:45 pm Feature #6774: Implement global flag for reading from STDIN
<https://github.com/puppetlabs/puppet-interfaces/tree/ticket/master/6774> is ready to be merged. Richard Crowley
11:35 pm Bug #5908: Service Provider on Debian unable to disable services: now uses update-rc.d enable/dis...
If we depend on operating system version it could be a problem if somebody backports sysv-rc that has this problem.
...
Matt Robinson
11:20 pm Bug #6809 (Accepted): Ignore "links => follow" when managing symlinks
It doesn't make sense to set "links => follow" inside a symlink resource. We're not managing content, and you end up ... Nigel Kersten
11:05 pm Bug #6808 (Accepted): Provide informative message when ensure => present, *and* managing content/...
... Nigel Kersten
10:46 pm Bug #5908: Service Provider on Debian unable to disable services: now uses update-rc.d enable/dis...
It looks like this may be a bug with debian squeeze more than puppet. For some reason using update-rc.d service stop... Matt Robinson
10:45 pm Feature #5660 (Tests Insufficient): Puppet should handle port entries in /etc/services with a nat...
As posted on the mailing list:
Stefan,

I started taking a look at the patch series, but it doesn't ...
Jacob Helwig
10:45 pm Bug #6806 (Closed): Improve error checking and testing of interface name mangling.
Implemented in 23f4ff338949e085e42d778809a97f39be021da9 and pushed. Daniel Pittman
10:11 pm Bug #5908: Service Provider on Debian unable to disable services: now uses update-rc.d enable/dis...
... Nigel Kersten
09:56 pm Facter Feature #6801 (Accepted): Provide adminuser and admingroup facts for OSes where it makes sense.
Nigel Kersten
09:44 pm Facter Feature #6801: Provide adminuser and admingroup facts for OSes where it makes sense.
That would meet all of my needs. Michael Stahnke
09:29 pm Bug #6806 (Closed): Improve error checking and testing of interface name mangling.
We don't do much error checking in the name2const and unify_name methods; they also don't well represent what that co... Daniel Pittman
09:29 pm Bug #6804 (Rejected): +> operator only works on ignore in defaults context
Yep. I'm positive this didn't actually work :)
http://projects.puppetlabs.com/issues/2585
Feel free to follow t...
Nigel Kersten
09:28 pm Feature #6770: Interfaces don't support versioning
We will be making versioning mandatory, as part of unification of the interface access paths.
The mechanism will b...
Daniel Pittman
09:21 pm Bug #6805 (In Topic Branch Pending Review): Implement a version of Puppet agent that uses interfaces
Nick Lewis
09:17 pm Puppet Dashboard Feature #4052: arrays should support pre-pend and append overrides.
The use case was resolvers, that as the groups get more specific, they may want to add another resolver as either the... Dan Bode
09:14 pm Bug #6804: +> operator only works on ignore in defaults context
I can't say for certain that it actually worked before (everything has been upgraded now, so I don't have the setup i... Frank Sweetser
09:04 pm Puppet Dashboard Feature #4052: arrays should support pre-pend and append overrides.
Dan Bode wrote:
> I don't know if I can supply any additional information here. Order sometimes matters for arrays. ...
Nigel Kersten
08:46 pm Bug #6804 (Needs More Information): +> operator only works on ignore in defaults context
Are you sure it was actually working before? I thought the plusignment operator only ever worked in the context of cl... Nigel Kersten
08:42 pm Facter Feature #6801: Provide adminuser and admingroup facts for OSes where it makes sense.
We should move away from the unix-centric "root" name here.
How about paired facts of:
* adminuser
* admin...
Nigel Kersten
08:33 pm Bug #6804 (Rejected): +> operator only works on ignore in defaults context
In my global site.pp, I have this default value set:... Frank Sweetser
07:04 pm Facter Feature #6801 (Needs Decision): Provide adminuser and admingroup facts for OSes where it makes se...
James Turnbull
07:01 pm Facter Feature #6801 (Accepted): Provide adminuser and admingroup facts for OSes where it makes sense.
While most operating systems use root:*root* for ownership of *system* files, AIX uses system as the group by default... Michael Stahnke
06:51 pm Bug #6786 (In Topic Branch Pending Review): Redundant mechanisms to access interface instances
Pieter van de Bruggen
06:50 pm Bug #6785 (In Topic Branch Pending Review): Rename "--from" to "--terminus"
Pieter van de Bruggen
06:38 pm Bug #6798: Infinite recursion in certificate interface's REST terminus
(#6799) is open for acceptance testing this fix. Richard Crowley
06:37 pm Refactor #6799 (Closed): Acceptance test for #6798
#6798 fixes a problem that requires communicating with a master, which is awkward if not impossible from a unit test.... Richard Crowley
06:37 pm Bug #6797 (Rejected): Catalog ActiveRecord terminus uses ActiveRecord without requiring it...
Not actually a bug: apparently I didn't have that installed in the ruby library path. Ahem. Daniel Pittman
06:36 pm Bug #6798: Infinite recursion in certificate interface's REST terminus
Fixed by preloading certificates: <https://github.com/puppetlabs/puppet-interfaces/tree/ticket/master/6798> Richard Crowley
06:32 pm Bug #6798 (In Topic Branch Pending Review): Infinite recursion in certificate interface's REST te...
The following command will cause infinite recursion:
puppet certificate find --from=rest $(hostname --fqdn)
...
Richard Crowley
06:32 pm Bug #6797 (Rejected): Catalog ActiveRecord terminus uses ActiveRecord without requiring it...
Failure/Error: Puppet::Interface::Indirector.terminus_classes(:catalog).should be_include("compiler")
Coul...
Daniel Pittman
06:24 pm Facter Bug #6795 (Merged - Pending Release): xendomains: Ignore error output from xm list
Thanks, Todd. This has been merged into next as of commit:f7a87db74e9933e9de20489e30d640115ef36964 Jacob Helwig
06:17 pm Feature #1886: Add node cleanup capability
> 1. Are we shipping "interfaces", so that it would make sense to have 'puppet node clean' as an action?
> 2. Do we ...
Peter Meier

03/21/2011

03:22 pm Facter Bug #6795 (In Topic Branch Pending Review): xendomains: Ignore error output from xm list
Todd Zullinger
03:17 pm Facter Bug #6795 (Closed): xendomains: Ignore error output from xm list
If xend is not running the xendomains fact produces a spurious error from xm list (Error: Unable to connect to xend: ... Todd Zullinger
02:31 pm Facter Bug #6794 (Closed): Wrong uptime info
Solaris 10 SPARC
Ruby 1.8.7p330 built and tested from source
Facter 1.5.8 installed from official gem
...
...
Jeff Blaine
01:56 pm Bug #6793 (Merged - Pending Release): mount provider fails when paths have a trailing slash
A resource like
"/mnt/foo" works fine, but "/mnt/foo/" only works on the first mount. On subsequent runs, puppet in...
John Spray
08:05 am Bug #6744 (Closed): Multidimensional Array passed to template will be flattened
Ok, this is our fault then. We have cloned the git repository because of some modifactions we made(zypper and yum pro... Daniel Grafe
05:29 am Feature #6774: Implement global flag for reading from STDIN
It would be very nice to support the convention that `-` is an alias for stdin when you provide a filename, or list o... Daniel Pittman
05:25 am Feature #6781: Implement global flag `--format`
I would really, really like to stop supporting YAML as an output format as much as possible. It has sufficiently hor... Daniel Pittman
05:21 am Bug #6748: ndefined method `<<' for {}:Hash when combining resource chaining, metaparameters, and...
Is it worth renaming the ticket, to make it a little clearer of the issue? Ben Hughes
05:20 am Bug #6748 (Accepted): ndefined method `<<' for {}:Hash when combining resource chaining, metapara...
Ben Hughes
05:00 am Bug #6710 (Investigating): Relationship syntax should work with title arrays
Are you working on this and tracking it Jeff or just reporting it and making the test? Ben Hughes
03:58 am Feature #4258: Add pkgutil provider
I've tested your changes, Dominic.
There was an issue with the hashes created for "aliases". I've send through a sma...
Juerg Walz
03:55 am Feature #6770: Interfaces don't support versioning
I would strongly suggest we make the version information *mandatory*, not optional, at the "interface" layer. If nec... Daniel Pittman
03:49 am Feature #6725: Serial # for x509 certificates
4.1.2.2. Serial Number

The serial number MUST be a positive integer assigned by the CA to
...
Daniel Pittman
03:41 am Feature #6750: Interfaces need to support "posix style" option handling
Luke Kanies wrote:
> Daniel Pittman wrote:
> >
> > I care much less about that, and much more about the fact that...
Daniel Pittman
09:08 pm Feature #6750: Interfaces need to support "posix style" option handling
Daniel Pittman wrote:
>
> I care much less about that, and much more about the fact that these highly position-sen...
Luke Kanies
09:04 pm Refactor #6753: Faces should be available as `puppet ${face}` without a stub `lib/puppet/applicat...
It's worth pointing out that while there's some amount of extra work here, I've also had consistent user feedback tha... Luke Kanies
09:00 pm Refactor #6759: Improve internal option handling pattern
I agree with Daniel - I agree that the current system is non-optimal, but I think your recommendation will miss probl... Luke Kanies
08:54 pm Feature #6725: Serial # for x509 certificates
I'm comfortable with this as long as 'they have to be random' changes to 'they cannot collide'. It's true we've chos... Luke Kanies
06:57 pm Refactor #6776: MS windows should have it's own exec provider
I understand James Turnbull to be working on this. Daniel Pittman

03/20/2011

11:05 am Facter Feature #6792 (Closed): A fact to identify OS family
Following the discusssion in ticket #6679 it could be a good thing to have a new fact that identifies the operatings... Alessandro Franceschi
10:43 am Facter Bug #6679: Facter 1.5.8 does not identify Scientific Linux
Just a side note.
I made my test on a SL6 BETA version so my operatingsystem fact evaluating to RedHat might have be...
Alessandro Franceschi
11:59 pm Bug #4695: Puppet should not reset locale
Daniel Capo Sobral wrote:
> Daniel Pittman wrote:
> >
> > This only really matters for commands run through the e...
Daniel Pittman
11:57 pm Bug #4695: Puppet should not reset locale
Daniel Pittman wrote:
>
> This only really matters for commands run through the exec type, I would imagine, so my ...
Daniel Capo Sobral
07:30 pm Facter Bug #6679: Facter 1.5.8 does not identify Scientific Linux
I have no problem if the consensus is to leave the redhat designation.
However, it feels incorrect to me. It seems t...
James Goddard
06:21 pm Facter Bug #6679: Facter 1.5.8 does not identify Scientific Linux
True. We went through this pain before when we moved from identifying Ubuntu as "debian" -> "ubuntu".
So... Is it ...
Nigel Kersten
06:21 pm Bug #6773: Install Script Fails; needs good default configdir for MS Windows
Jay Flowers wrote:
> The registry can be useful but is by no mean where you are supposed to put configuration. The ...
Daniel Pittman
06:14 pm Facter Bug #6679: Facter 1.5.8 does not identify Scientific Linux
This will also break the maillist and user types on SL as the providers check for all the redhat like OS. R.I. Pienaar
06:07 pm Facter Bug #6679: Facter 1.5.8 does not identify Scientific Linux
I'm starting to wonder if we need an OS family fact of some kind. Feel free to open a feature request :)
There are...
Nigel Kersten
06:03 pm Bug #4695: Puppet should not reset locale
This was introduced in 79dcd33aebf8749719e9eff009b8bb3fdaf77751, specifically to ensure that external tools run by Pu... Daniel Pittman
06:02 pm Puppet Dashboard Feature #6717: Cleanup of table resource_statuses in dashboard-database
It looks like the reports:prune task is only deleting reports, not destroying them. This causes the associated resour... Nick Lewis
05:56 pm Puppet Dashboard Bug #6790: Duplicate node error message should be useful
This happens when there is a new-ish version (I haven't nailed down the particular version) of the i18n gem installed. Nick Lewis
05:49 pm Bug #6791 (Duplicate): Fact lookup for a single node from Dashboard fails when using storeconfigs
This is because the active_record terminus that storeconfigs sets as the cache for facts does not properly return the... Nick Lewis

03/19/2011

03:46 pm Bug #4695: Puppet should not reset locale
sorry, patch in file :) Ivan Borzenkov
03:45 pm Bug #4695: Puppet should not reset locale
This patch for debian.
I not know ruby, and i know - this is bad solution, but in debian's distr this work....
Ivan Borzenkov
11:57 am Bug #6773: Install Script Fails; needs good default configdir for MS Windows
The registry can be useful but is by no mean where you are supposed to put configuration. The standard for a .Net ap... Jay Flowers
07:30 am Facter Bug #6679 (Re-opened): Facter 1.5.8 does not identify Scientific Linux
I just updated Facter from 1.5.8 to 1.5.9 on a Scientific Linux 6 test box and found that the operatingsystem fact ch... Alessandro Franceschi
07:05 am Bug #6773: Install Script Fails; needs good default configdir for MS Windows
Markus Roberts wrote:
> The workaround for this would be to specify the directory on the command line; e.g. somethin...
Daniel Pittman
04:16 am Bug #6772 (Closed): err: Could not run Puppet configuration client: Parameter require failed: No ...
This is not an issue, I'm just unable to read english these days
Had
require => installed
Should be
ensure =>...
Stephen Tunney
01:08 am Feature #4258: Add pkgutil provider
Updated method to handle package aliases (i.e. "subversion" is "CSWsvn") by calling pkgutil -a to translate between t... Dominic Cleal
01:00 am Bug #6658 (Merged - Pending Release): Capture and return a cleaner error when ENC fails to connec...
James Turnbull
11:24 pm Facter Bug #6763 (Merged - Pending Release): arp uses incorrect path for RHEL/CentOS installations
Todd's patch merged into next in commit:b82635b Max Martin
11:20 pm Bug #6658: Capture and return a cleaner error when ENC fails to connect (esp. Dashboard ENC)
The master exec now raises when there's a problem with the ENC script instead of logging. The result is that the err... Matt Robinson
10:38 pm Puppet Dashboard Bug #6790 (Closed): Duplicate node error message should be useful
If you're trying to manually create a node that already exists using the web ui there error you get doesn't tell you ... Matt Robinson
10:17 pm Bug #5814 (Merged - Pending Release): cron_spec.rb should work when cron is not installed
Merged into 2.6.next in commit:fa2010b Max Martin
10:05 pm Bug #6658: Capture and return a cleaner error when ENC fails to connect (esp. Dashboard ENC)
After talking with James, it looks like propagating the block below down to the agent's run log would be sufficient f... Jacob Helwig
10:02 pm Feature #5400: Augeas resources should print changes to the tree during a --noop -t run
This seems to be very similar to feature request #2728.
I've create a patch for #2728 which may also address this ...
Michael Knox
09:57 pm Feature #6789 (Closed): Puppet::SSL::CertificateAuthority::Interface should be migrated to Interf...
Once we've got the interfaces work complete and merged in, we should migrate this class to use them, rather than stan... Luke Kanies
09:56 pm Feature #2728: augeas show print file changes as applicable via --show_diff
This has been bugging me for a while, so I've created a patch so Puppet will show the changes that the Augeas provide... Michael Knox
09:52 pm Puppet Dashboard Feature #6769: Dashboard self-service plug-in
There's some functionality crossover here with the cloud plans, particularly with an authenticated service for cloud ... Nigel Kersten
09:41 pm Bug #6758: When calling interfaces through Ruby, options should be passed as an argument
We should provide the interface demonstrated on the last line of the ticket's body, but providing the options hash sh... Pieter van de Bruggen
09:39 pm Feature #6749: Actions need to support options
A simple API to support this would be to allow a list of optparse strings to be supplied as an argument to the "actio... Paul Berry
09:28 pm Feature #6787 (Closed): Introduce option defaulting behavior
Actions should be able to specify the default values to use for unspecified options.
Additionally, since an interf...
Pieter van de Bruggen
09:26 pm Bug #6786 (Rejected): Redundant mechanisms to access interface instances
Interface instances may be accessed in two ways:
Puppet::Interface::interface(:<interface_name>)
Or:
...
Paul Berry
09:18 pm Bug #6785 (Closed): Rename "--from" to "--terminus"
In interfaces that are based on indirections, the user may select the terminus using the option "--from". This is co... Paul Berry
09:15 pm Bug #6752: Allow action-specific render methods
"I believe this ticket will be rendered unnecessary by ticket #6781. Some of Dan’s logic may need to be moved from th... Dan Bode
09:12 pm Facter Bug #4407 (Closed): Fact names should be sanitized to be alphanumeric
Yes this was fixed in one of the Facter 1.5.x releases. James Turnbull
09:10 pm Bug #6784 (Rejected): Puppet::Interface.new should be #interface
The code currently implements Interface creation as:
Puppet::Interface.new :name do ... end
There are impli...
Pieter van de Bruggen
09:06 pm Bug #6783 (Rejected): Interface and actions should be sandboxed
Interface declaration files (lib/puppet/interface/&lt;interface_name&gt;.rb) and action declaration files (lib/puppet... Paul Berry
08:54 pm Bug #6752: Allow action-specific render methods
I believe this ticket will be rendered unnecessary by ticket #6781. Some of Dan's logic may need to be moved from th... Paul Berry
08:44 pm Feature #6781 (Closed): Implement global flag `--format`
The `--format [TYPE]` flag should be usable for both serializing output data and deserializing data (primarily from S... Pieter van de Bruggen
08:40 pm Bug #4904 (Re-opened): mount type attempting remount when ensure => present
Tests were written in 2.6.x that specify a behavior of mount refresh that is different than with this patch. I'm not... Matt Robinson
08:38 pm Feature #6780 (Accepted): Implement type checking/coercion for action args
The expectation is that actions should be able to transparently have typechecked signatures, and that automatic coerc... Pieter van de Bruggen
08:15 pm Bug #6779 (Rejected): Can't Run Unit Tests MS Windows
When I try to run the unit tests after installing from source I get the following error:... Jay Flowers
08:13 pm Bug #6778 (Rejected): RSpec Test Can't Run on MS Windows - Command Line too Long
When I try to run the rspec tests after installing from source I get the following error:... Jay Flowers
08:11 pm Bug #6773: Install Script Fails; needs good default configdir for MS Windows
I tried using C:\Tools\puppet. This ran without a failure message. It created the dir and one file in that dir: C:\... Jay Flowers
07:54 pm Refactor #6776 (Duplicate): MS windows should have it's own exec provider
Now that the exec type groks providers, having the posix provider support both MS Windows and *nix is needlessly comp... Markus Roberts
07:48 pm Bug #6773: Install Script Fails; needs good default configdir for MS Windows
I don't want to assume what this directory is for. I would guess this is where it is going to execute out of, be ins... Jay Flowers
07:46 pm Bug #6775 (Closed): puppet master --genconfig bug
looks like --confdir and --vardir is inconsistent and other variables miss declared default
$ puppet master --...
Valdis Vitayaudom
07:18 pm Bug #6773 (Accepted): Install Script Fails; needs good default configdir for MS Windows
The workaround for this would be to specify the directory on the command line; e.g. something like:
C:\Project...
Markus Roberts
07:10 pm Feature #6774 (Closed): Implement global flag for reading from STDIN
One useful convention established by other command-line scripts is to read arguments from ARGV by default, opting to ... Pieter van de Bruggen
07:04 pm Bug #6773 (Duplicate): Install Script Fails; needs good default configdir for MS Windows
When I run the install.rb script from source I get the following failure message:... Jay Flowers
06:49 pm Bug #6772 (Closed): err: Could not run Puppet configuration client: Parameter require failed: No ...
I've been trying to find out which manifest file is causing this, but I have quite a few that I just updated.
Both...
Stephen Tunney
06:33 pm Bug #6771 (Accepted): Mysterious ActiveRecord disk I/O Error
Setting the status to "Investigating" was accidental. Thought I had set it to "Accepted." Max Martin
06:13 pm Bug #6771 (Closed): Mysterious ActiveRecord disk I/O Error
Some of us (but not others) have been getting a mysterious failure when running the spec tests:
Failures:
...
Max Martin
05:44 pm Feature #6770 (Closed): Interfaces don't support versioning
In order to provide for better backward compatibility if a specific interface changes in the future, we should have a... Paul Berry
05:15 pm Puppet Dashboard Feature #6769 (Needs Decision): Dashboard self-service plug-in
We've had several requests for a self-service capability in the Dashboard. The user stories look like:
"We have d...
James Turnbull

03/18/2011

03:57 pm Feature #5528: API call to sign, clean or generate certificate request
How does your work mesh with this: [https://projects.puppetlabs.com/projects/puppet/wiki/Certificate_Authority_Rest_... Randall Hansen
03:03 pm Bug #6767 (Duplicate): External nodes ignore missing Classes
Puppet completely ignores missing classes for external nodes as you can see here:
http://groups.google.com/group/p...
Marcello de Sousa
01:53 pm Feature #6766 (Accepted): Ability to display messages during agent run without creating resource ...
The problem with the notify {} resource is that it isn't idempotent, and always shows up as a change.
Much like no...
konrad rzentarzewski
01:33 pm Facter Bug #4407: Fact names should be sanitized to be alphanumeric
I am not able to reproduce this issue, and it seems to have been fixed a long time ago, in commit aa56886b1143d49173f... Stig Sandbeck Mathisen
01:17 pm Facter Bug #6763 (In Topic Branch Pending Review): arp uses incorrect path for RHEL/CentOS installations
Alright, I've got a patch uploaded and sent to the list for review. Todd Zullinger
12:53 pm Facter Bug #6763: arp uses incorrect path for RHEL/CentOS installations
I have a fix for this (using Facter::Util::Resolution.exec). As soon as I get the git server I've been using fixed u... Todd Zullinger
11:23 am Facter Bug #6763 (Closed): arp uses incorrect path for RHEL/CentOS installations
Facter 1.5.9 looks for /usr/sbin/arp, but RHEL5.6 net-tools installs it on /sbin/arp
[root@test ~]# facter
...
Emiliano Gabrielli
10:31 am Feature #5824: Puppet language should have self keyword
This would actually make a lot of sense. Certainly it would clarify the code and simplify this form of expression. Oliver Hookins
10:29 am Feature #6621 (Rejected): Provide a nil type in the Puppet language
Oliver Hookins
10:27 am Feature #6621: Provide a nil type in the Puppet language
I'm just going to say that undef is sufficient. In cases where it is not, it is possible to work around it with the e... Oliver Hookins
07:17 am Bug #6752: Allow action-specific render methods
This also makes adding plugin actions to an existing interface impossible as well.
Ex:
I would like to add an a...
Dan Bode
05:00 am Bug #6631: Update SUSE .spec and .init files
Please excuse my ignorance with SUSE packaging here, but is there a reason to include the two patch files in /usr/src... Ben Hughes
02:34 am Feature #6750: Interfaces need to support "posix style" option handling
Luke Kanies wrote:
> We already use gnu style options, so that wouldn't be a behavior change at all.
>
> You're r...
Daniel Pittman
02:32 am Bug #6744: Multidimensional Array passed to template will be flattened
I can't reproduce this. More specifically, I can't reproduce the *success* case reported: everything from 2.6.0 thro... Daniel Pittman
02:18 am Feature #6750: Interfaces need to support "posix style" option handling
We already use gnu style options, so that wouldn't be a behavior change at all.
You're right that this would be in...
Luke Kanies
01:41 am Bug #6746: Exec parameters handle arrays inconsistently
Nigel Kersten wrote:
> I agree.
>
> We should just drop array support for all singleton value'd attributes. It do...
Daniel Pittman
01:38 am Feature #5528: API call to sign, clean or generate certificate request
Luke and I have done some initial work on prototyping an implementation of this, which we (well, he) expect to flush ... Daniel Pittman
01:36 am Feature #6750: Interfaces need to support "posix style" option handling
I would strongly encourage us to head down the path of GNU style (and, er, {Ruby, Perl, Python}-style) option handlin... Daniel Pittman
01:30 am Refactor #6759: Improve internal option handling pattern
This looks like a net loss to me: we have to open-code all the option handling. Can't we delegate this to one of the... Daniel Pittman
12:57 am Facter Bug #6515: processorcount not initialized
Added fixtures and tests for cpuinfo for amd64 machines (see github) Michael Kincaid
12:21 am Bug #6760 (Closed): Selecting a terminus for an indirection-based interface should be possible us...
In the current implementation of interfaces, when invoking an indirector action through the command-line you may spec... Paul Berry
12:20 am Refactor #6759 (Closed): Improve internal option handling pattern
The code base contains many occurrences of the pattern:... Markus Roberts
12:18 am Facter Bug #6740: facter doesn't always respect facts in environment variables
The initial patch was intended to be low impact, but here's a more generic version. It renames the length method to ... Richard Clamp
12:14 am Bug #6758: When calling interfaces through Ruby, options should be passed as an argument
An additional problem with the existing mechanism is that if a user were ever to try to create an interface action ca... Paul Berry
12:10 am Feature #6375: Write only stored configs
Digant, are you actually collecting resources?
Have you observed reads occurring when you didn't expect it?
Do you ...
Nigel Kersten
12:08 am Bug #6758 (Closed): When calling interfaces through Ruby, options should be passed as an argument
In the current implementation of interfaces, in order to pass an option to an interface action, one must set the opti... Paul Berry
12:03 am Facter Bug #6515 (In Topic Branch Pending Review): processorcount not initialized
Integrated second patch and added some unit tests using these cpuinfo fixtures. Michael Kincaid
11:53 pm Bug #6751: Reports directory not created on Agents
Dom, any chance you can attach a "puppet --genconfig" to this so we can see what the report related settings are all ... Nigel Kersten
11:51 pm Puppet Acceptance Bug #6754 (Closed): Harness should support installing plugins
Nick Lewis
11:50 pm Puppet Acceptance Bug #6754 (Ready For Checkin): Harness should support installing plugins
Nick Lewis
11:50 pm Puppet Acceptance Bug #6754 (Merged - Pending Release): Harness should support installing plugins
Available in master in commit:2b8be23d1b670a8664fb5aa74134b0786c0a9fa7.
This adds a --plugin REPO option.
Nick Lewis
11:46 pm Puppet Acceptance Bug #6754 (Closed): Harness should support installing plugins
Installing plugins from git is necessary primarily to test that puppet still functions correctly with puppet-interfac... Nick Lewis
11:27 pm Refactor #6753 (Accepted): Faces should be available as `puppet ${face}` without a stub `lib/pupp...
The plugin form of interfaces requires a small file for each indirection noun of the form:... Markus Roberts
11:16 pm Bug #6752 (Closed): Allow action-specific render methods
The current implementation of interfaces allows a render method to be specified at the interface level but not at the... Paul Berry
11:13 pm Bug #6751: Reports directory not created on Agents
Are you thinking of #5794 ? Jacob Helwig
11:06 pm Facter Bug #6716 (Merged - Pending Release): facter issues on OSX with ipv6 in macaddress.rb
Slightly modified version merged as of commit:330d3992744b80187223e5b6af2a58219e4610f6 Jacob Helwig
10:58 pm Bug #6751 (Investigating): Reports directory not created on Agents
I swear we have another bug around about this... but I thought it had been merged into 2.6.next by now.
Investigat...
Nigel Kersten
10:58 pm Feature #6750: Interfaces need to support "posix style" option handling
It's unclear to this point what this means in terms of backwards compatibility. Currently, with existing Puppet appl... Paul Berry
10:48 pm Bug #6751 (Duplicate): Reports directory not created on Agents
This defacts causes System Acceptance test failures on hudson running againt 2.6.next:
version facter=>"1.5.8-93-g...
Dominic Maraglia
10:43 pm Feature #5528: API call to sign, clean or generate certificate request
API design is part of this ticket. Don't necessarily just take the above description as the desired implementation.
...
Nigel Kersten
10:37 pm Feature #6750 (Rejected): Interfaces need to support "posix style" option handling
Posix style, in this context, means that Puppet needs to distinguish between options specified in three possible loca... Paul Berry
10:32 pm Feature #6749 (Closed): Actions need to support options
In the current implementation of interfaces, options may only be specified at the interface level. This means that t... Paul Berry
10:13 pm Bug #6748: ndefined method `<<' for {}:Hash when combining resource chaining, metaparameters, and...
I found the issue.
Using the -> relationship syntax should work between this user and group resource, but does not.
...
Jeff McCune
10:10 pm Bug #6748 (Duplicate): ndefined method `<<' for {}:Hash when combining resource chaining, metapar...
# Overview
Getting a difficult to diagnose error. No idea what's failing in the parsing of the manifest since I d...
Jeff McCune
08:47 pm Feature #4884 (In Topic Branch Pending Review): An exec provider that executes unfiltered bash code.
Daniel reviewed the final changes today, and I just merged the branch in in commit:462a560 Max Martin
08:21 pm Bug #6310: md5sum reports different md5 than state.yaml
Matt Robinson wrote:
> Could you provide us the contents of a file where you see this behavior? That would certainl...
Victor Chavez
07:42 pm Bug #6746 (Accepted): Exec parameters handle arrays inconsistently
I agree.
We should just drop array support for all singleton value'd attributes. It doesn't make sense to support ...
Nigel Kersten
07:12 pm Bug #6746 (Duplicate): Exec parameters handle arrays inconsistently
Currently the timeout parameter to the exec type will accept an array as input, but the tries and try_sleep parameter... Max Martin
06:01 pm Facter Refactor #6702: use ext/facter-diff for regression detection under hudson...
James Turnbull wrote:
> Seems reasonable.
Thinking more about this, I am getting less and less convinced: I can't...
Daniel Pittman
05:36 pm Bug #6309: Mount type should check mount state as well as fstab
I didn't. I'm about to now. Nigel Kersten
05:33 pm Bug #4576: nonexistent classes specified in external node definition are ignored
Yep. We're still going to follow the process in update 20. Nigel Kersten
05:20 pm Facter Bug #6740: facter doesn't always respect facts in environment variables
Hey. Thanks for making this contribution. I took a look, and it doesn't look wrong, but...
Specifically, the "bu...
Daniel Pittman
05:17 pm Facter Bug #4980 (In Topic Branch Pending Review): Darwin doesn't show architecture fact
Thanks for the fixes and comments. Revised accordingly. Michael Kincaid
05:13 pm Bug #4576: nonexistent classes specified in external node definition are ignored
Just so people have history on this:
Puppet works this way because it was written to be compatible with cfengine, ...
Luke Kanies

03/17/2011

04:21 pm Bug #6745 (Duplicate): Puppet needs a better undef/way to handle nil's from custom functions
It appears to me that undef isn't really a real type in puppet. If I pass something that is undef to a custom functi... Rich Rauenzahn
03:15 pm Bug #4576: nonexistent classes specified in external node definition are ignored
If you assume people are taking advantage of every case where we don't raise an error and should, then we'd never end... Nigel Kersten
03:06 pm Bug #6744 (Closed): Multidimensional Array passed to template will be flattened
We are writing several routes like this:
define route::multiple( $routes) {
file { "routes":
name => $o...
Daniel Grafe
02:58 pm Bug #4695: Puppet should not reset locale
This is a very serious issue for me. Postgresql databases on Debian are initialized to the locale used to install it,... Daniel Capo Sobral
02:03 pm Feature #6722: It should be possible to run parser function rspec tests individually
Daniel Pittman wrote:
> Nigel Kersten wrote:
> > What's blocking on my input here?
>
> Damn. Nothing. I though...
Nigel Kersten
12:09 pm Facter Bug #6614 (Accepted): ipv6 rspec tests fail on Ruby 1.9.2 - block (2 levels) in <top (required)>
James Turnbull
12:09 pm Facter Bug #6613 (Accepted): RSpec test failure on osol11 - undefined method `include?' for nil:NilClass
James Turnbull
12:08 pm Facter Refactor #6702 (Accepted): use ext/facter-diff for regression detection under hudson...
Seems reasonable. James Turnbull
12:06 pm Facter Bug #5394 (Code Insufficient): Improve Facter fact value documentation
James Turnbull
12:04 pm Facter Bug #6716 (In Topic Branch Pending Review): facter issues on OSX with ipv6 in macaddress.rb
This is a 1.5.9 regression. James Turnbull
12:02 pm Facter Bug #6470 (Duplicate): Ubuntu server architecture detected as "x86_64" while it should be "amd64"
Duplicate of #4980 and fixed there. James Turnbull
11:59 am Facter Bug #6740 (In Topic Branch Pending Review): facter doesn't always respect facts in environment va...
James Turnbull
10:44 am Bug #4576: nonexistent classes specified in external node definition are ignored
I slightly mispoke in my previous entry:
"there are people"
should have been
"there must be people"
In g...
Dan Bode
10:13 am Facter Bug #6728: Facter improperly detects openvzve on CloudLinux systems
Ben Hughes wrote:
> Is this for the virtual fact?
is_virtual improperly set to "true", must be "false"
virtual i...
MaxiM Basunov
07:01 am Bug #6631 (Accepted): Update SUSE .spec and .init files
Thank you for updating this. I'll build a SUSE VM and get this added. Ben Hughes
06:59 am Bug #6672 (Closed): SSL error while processing the catalog on the client
Ah cool. Thank you for letting us know. Passenger/apache scales much better anyway. Ben Hughes
01:48 am Facter Bug #6716: facter issues on OSX with ipv6 in macaddress.rb
Thanks, that branch tested fine for me. Michael Knox
01:35 am Facter Bug #6716: facter issues on OSX with ipv6 in macaddress.rb
Have a nose at https://github.com/barn/facter/tree/tickets%2Fmaster%2F6716 and see if that works for you please? Ben Hughes
01:19 am Facter Bug #6716: facter issues on OSX with ipv6 in macaddress.rb
I have just test 1.5.9rc1 and found that I have a similar issue, but with ipv4 only.
dhcp-au-68:facter mike$ R...
Michael Knox
12:27 am Facter Bug #6716: facter issues on OSX with ipv6 in macaddress.rb
I hate bikeshedding these things up, but this should really be uniform across the entire suite of network facts that ... Daniel Pittman
12:24 am Feature #6722 (Merged - Pending Release): It should be possible to run parser function rspec test...
https://github.com/puppetlabs/puppet/commit/489942706726629fe0d477ebb2692c2b0b05c43e
Now available in `next`; we m...
Daniel Pittman
12:16 am Feature #6722: It should be possible to run parser function rspec tests individually
Nigel Kersten wrote:
> What's blocking on my input here?
Damn. Nothing. I thought I changed that field to me. ...
Daniel Pittman
11:55 pm Puppet Dashboard Bug #6739: We should get rid of RELEASE_NOTES.md
Sounds reasonable.
I'm passing over to James for comment, as he's more aware of the areas of the website this may ...
Nigel Kersten
11:55 pm Facter Bug #6740: facter doesn't always respect facts in environment variables
https://github.com/richardc/facter/tree/ticket/master/6740 Richard Clamp
11:54 pm Feature #6722: It should be possible to run parser function rspec tests individually
What's blocking on my input here? Nigel Kersten
11:52 pm Feature #6607 (Accepted): Add support to control verbosity of masterhttp.log
It will be targeted at Statler, the codename for our next non-maintenance release. Nigel Kersten
11:49 pm Bug #4576: nonexistent classes specified in external node definition are ignored
After chatting to some people, it seems like the current behavior is relied upon.
The current approach is:
* ...
Nigel Kersten
11:25 pm Facter Bug #6740 (Closed): facter doesn't always respect facts in environment variables
On an OSX host:
$ facter operatingsystem
Darwin
$ facter_operatingsystem=Not_Darwin facter operati...
Richard Clamp
11:11 pm Bug #4576: nonexistent classes specified in external node definition are ignored
Dan Bode wrote:
> Then I reascend my efforts as I cannot support that decision. As crazy as it sounds, there are peo...
Nigel Kersten
11:03 pm Puppet Dashboard Bug #6739 (Closed): We should get rid of RELEASE_NOTES.md
We have CHANGELOG and RELEASE_NOTES.md which are essentially the same info twice. The RELEASE_NOTES.md is linked to ... Matt Robinson
10:44 pm Facter Bug #6716: facter issues on OSX with ipv6 in macaddress.rb
Given it more thought, dangerous I know.
Extreme fringe case alert.
1) Would cause problems for IPv6 only hosts...
Ben Hughes
10:09 pm Facter Bug #6728 (Investigating): Facter improperly detects openvzve on CloudLinux systems
Is this for the virtual fact?
Is CloudLinux not just a distro running atop of openvz?
Ben Hughes
09:34 pm Feature #6722: It should be possible to run parser function rspec tests individually
https://github.com/daniel-pittman/puppet/tree/feature/next/6722-it-should-be-possible-to-run-parser-function-rspec-te... Daniel Pittman
09:28 pm Bug #6738: Mount resource in puppet duplicates ramdrive mounts for each puppet run
code fix:
$size = "128"
$ramdisk_size = "size=${size}m"
Mark LeBlanc
09:26 pm Bug #6738 (Closed): Mount resource in puppet duplicates ramdrive mounts for each puppet run
If ensure => mounted is used the ramdisk is mounted multiple times (once every puppet run), even though only one entr... Mark LeBlanc
09:20 pm Bug #5876: Require and Subscribe on the same refreshonly exec doesnt work
Just to chime in, also affecting me on 2.6.6:... Joe McDonagh
09:08 pm Bug #5876: Require and Subscribe on the same refreshonly exec doesnt work
I am not sure if this is related - i can make a new bug if you think it isn't - but I am seeing similar notify issues... R.I. Pienaar
09:02 pm Feature #4884: An exec provider that executes unfiltered bash code.
Can we update the status if it's not just "Accepted" anymore? Nigel Kersten
09:01 pm Facter Bug #6327: Memory facts should be available on Mac Darwin
Yes - which sucks but ... :( James Turnbull
09:01 pm Facter Bug #6327: Memory facts should be available on Mac Darwin
Thanks. Er, I am a little concerned that we take a single, static snapshot of used memory, then return that forever,... Daniel Pittman
08:58 pm Facter Bug #2346 (Merged - Pending Release): ec2.rb open-uri "open" doesn't like the port argument
commit:d62e079489c07201cb343f2ca109fecd62d6e567 James Turnbull
08:56 pm Bug #4576: nonexistent classes specified in external node definition are ignored
Then I reascend my efforts as I cannot support that decision. As crazy as it sounds, there are people in the wild tak... Dan Bode
08:54 pm Facter Bug #6327: Memory facts should be available on Mac Darwin
Yep - just had not hit enter. James Turnbull
08:53 pm Facter Bug #5135 (Tests Insufficient): Facter returns physicalprocessorcount => 0 on a physical computer
I refactored the provided code a little to make it easier to test and added a few tests, but the tests currently fail... Adrien Thebo
08:50 pm Bug #4576: nonexistent classes specified in external node definition are ignored
Dan, we are targeting the complete fix at 2.6.x, which means failing just like we do when you include a class from ma... Nigel Kersten
08:49 pm Facter Bug #6327: Memory facts should be available on Mac Darwin
Removed erroneous branch location. Adrien Thebo
08:46 pm Bug #6734: root:root ownership on /var/lib/puppet breaks puppetmasterd
The puppet master expects, if you are using the system-wide paths, to be invoked as root. It will then internally dr... Daniel Pittman
08:43 pm Bug #4576: nonexistent classes specified in external node definition are ignored
Implementing the feature as discussed in this ticket would be too much of a functionality change to be considered for... Dan Bode
08:38 pm Bug #4576 (Code Insufficient): nonexistent classes specified in external node definition are ignored
Two bits of feedback, one relevant and one irrelevant:
The relevant one is that your commit doesn't implement what...
Daniel Pittman
08:34 pm Facter Bug #3087: Facter recognizes VMware ESX as Red Hat
I can't find this in the commit mentioned, or the ticket, in the upstream repository testing branch? Daniel Pittman
08:30 pm Facter Bug #6327: Memory facts should be available on Mac Darwin
I can't see that commit in the upstream repository. Are you sure that is the correct hash? Daniel Pittman
08:29 pm Puppet Dashboard Bug #6736 (Merged - Pending Release): Uninitialized constant ActiveSupport::Dependency::Mutex
Checked in as commit:284ecb7fa2a21c85b617f2b9c21bdff661c89001.
Added `preinitializer.rb`, which is automatically r...
Pieter van de Bruggen
08:26 pm Facter Bug #3087 (Merged - Pending Release): Facter recognizes VMware ESX as Red Hat
commit:e917e1a7f47b4399f5d1dd32dd5cd8ad5da86b64 James Turnbull
08:25 pm Bug #4576: nonexistent classes specified in external node definition are ignored
I am going to take this one b/c its so easy and I am sick of being bitten by it. I am hoping to get it into 2.6.x so ... Dan Bode
08:21 pm Puppet Acceptance Bug #6733 (Closed): We shouldn't embed the ESX password in our public repository...
Daniel Pittman
08:20 pm Puppet Acceptance Bug #6733: We shouldn't embed the ESX password in our public repository...
Now pushed into master, and available everywhere. Daniel Pittman
08:08 pm Facter Bug #6327 (Merged - Pending Release): Memory facts should be available on Mac Darwin
commit:d0f0f63f91a0eff72c1c528a6b5fb325bd9001d4 James Turnbull
07:15 pm Puppet Dashboard Bug #6736 (Closed): Uninitialized constant ActiveSupport::Dependency::Mutex
Against recent versions of RubyGems, there's an error in `vendor/rails/activesupport/lib/active_support/dependencies.... Pieter van de Bruggen
07:00 pm Bug #6309: Mount type should check mount state as well as fstab
Nigel, did you send out that proposal? I'm updating the release notes for 2.6.7rc1 and was trying to figure out what... Matt Robinson
06:41 pm Bug #6734 (Closed): root:root ownership on /var/lib/puppet breaks puppetmasterd
This problem breaks hudson testing for 2.6.next
version facter=>"1.5.8-93-g469d2a2", puppet=>"2.6.4-493-gea34876"
...
Dominic Maraglia
06:36 pm Puppet Acceptance Bug #6733 (Closed): We shouldn't embed the ESX password in our public repository...
At the moment we have embedded the ESX password in our public repository, which is pretty much suboptimal.
After d...
Daniel Pittman
06:34 pm Puppet Acceptance Feature #6688 (Closed): JUnit XML result output to support Hudson reporting...
Merged upstream. Daniel Pittman
06:04 pm Feature #6607: Add support to control verbosity of masterhttp.log
That's great, thanks for your help!
Which release are you expecting this feature to be added?
Cheers,
Armando
armando migliaccio
05:28 pm Bug #5073 (Merged - Pending Release): Puppet doesn't download custom providers/types if tags are ...
Now merged in commit:c60c6cacaca6b8e34c29835f9e5749fc380b8e0b Matt Robinson

03/16/2011

03:56 pm Facter Bug #6695 (Merged - Pending Release): id fact should work on Darwin
James Turnbull
03:56 pm Facter Bug #6616 (Merged - Pending Release): Facter virtual tests failing when `/usr/lib/vmware/bin/vmwa...
James Turnbull
03:25 pm Facter Feature #2721 (Merged - Pending Release): Support for Slackware, Bluewhite64, Slamd64
commit:139010043660a51287f6b913e6960dd65d3a3e9c James Turnbull
03:24 pm Facter Bug #6719 (Merged - Pending Release): /sbin/zonename called on CentOS 5.5 x64
commit:1207765dde99a84ca49a99058c66db7bfa5ca0dd James Turnbull
03:23 pm Facter Feature #5011 (Merged - Pending Release): Swap statistics for OSX
commit:ffd80ac4e48285121e6557a06172d47d86270a76 James Turnbull
07:37 am Facter Bug #6728 (Closed): Facter improperly detects openvzve on CloudLinux systems
Facter 1.5.8 uses following algorithm to diagnose OpenVZ VE:
def self.openvz?
FileTest.directory?("/pro...
MaxiM Basunov
06:57 am Bug #5073: Puppet doesn't download custom providers/types if tags are used
Stefan's patch fixes the problem and has no side effects I can find. I updated the patch with some more extensive te... Matt Robinson
06:47 am Feature #3946 (Re-opened): providers should have a finalize class method
I'm happy to reopen it, but if someone could say "yes this still a problem in 2.6.x" then that would be great. Ben Hughes
06:44 am Facter Feature #6690 (Investigating): OpenIndiana facter(puppet) support
Ben Hughes
06:44 am Facter Feature #6690: OpenIndiana facter(puppet) support
Should or does it distinguish itself in some way from say, other Solaris/OpenSolaris systems? Ben Hughes
06:40 am Feature #3946: providers should have a finalize class method
I am a little confused about this ticket being closed. It is still a reasonable feature request and has not been impl... Dan Bode
06:37 am Feature #3946 (Closed): providers should have a finalize class method
Closed due to inactivity. Ben Hughes
06:36 am Bug #3688 (Closed): Can not overmount a mountpoint.
Closed due to inactivity. Ben Hughes
06:03 am Bug #6663 (Investigating): puppet.conf says keylength defaults to 1024 -- should be 2048
While not a fix as you ask for. You can add keylength = however-big-you-want in the "main" stanza in your puppet.conf... Ben Hughes
03:50 am Feature #6725 (Accepted): Serial # for x509 certificates
Ben Hughes
02:40 am Bug #6727 (Closed): "Could not find user" When Managing a File - But the New User Exists
A basic user and file creation like this
$user_name = 'puppet_test'
$group_name = 'puppet_test'
@g...
Jeremy Jack
12:51 am Bug #5610 (Merged - Pending Release): hasstatus breaks dependency of named service resource.
Available in 2.6.next as of commit:4cb2f01884e04a8e08fb4eee18232412d4194b6c Jesse Wolfe
12:47 am Bug #5610 (In Topic Branch Pending Review): hasstatus breaks dependency of named service resource.
Jesse Wolfe
12:32 am Bug #5605 (Code Insufficient): Prefetch doesnt work when resourcetype uses composite keys
OK: I'm not satisfied that I can get this working before I leave on vacation.
I really wanted to merge your submit...
Jesse Wolfe
 

Also available in: Atom