Activity
From 03/21/2012 to 03/27/2012
03/28/2012
-
07:50 pm Feature #13462 (Accepted): yum provider should use --remove-with-leaves
- By default, yum remove does not removed installed dependencies. This is really annoying, and clutters up the system ...
-
05:51 pm Feature #13220 (Accepted): option to ignore remote filebucket failures, or treat as non-blocking ...
- I am not necessarily certain about the "best effort" approach--I'd be concerned that this would open the door to some...
-
05:38 pm Bug #13213 (Accepted): Yum provider doesn't understand globs
- This sounds like something that we'd love to support, but I'm not sure when we'll be able to devote resources to it. ...
-
05:28 pm Bug #13210 (Investigating): undef changes into '' when passed to function as a param
- As documented in the linked ticket (#4692), this behavior is intentional.
I will discuss this with a few other fol... -
05:07 pm Facter Bug #13396 (Accepted): Facter not working with recent net-tools
-
05:00 pm Facter Bug #13291 (Accepted): Can't reconstitute subinterface/VLAN names from facter.
03/27/2012
-
04:11 pm Feature #13453 (Accepted): Proper rspec-puppet tests for Solaris functionality
- As a part of #13172, the Solaris functionality was moved to a module. Prior to #13172, rspec-puppet tests did not exi...
-
04:10 pm Feature #13452 (Closed): Proper acceptance tests for Solaris functionality
- As a part of #13172, the Solaris module was moved to from the core to a separate module. We should write acceptance t...
-
04:01 pm Bug #11563: Puppet on Windows can drop access control entries if the mode is not specified
- To get out of this state, you can run the following command with puppet, which will take ownership of the file and re...
-
03:42 pm Bug #13284: MacPorts provider needs to set HOME while running `port` command.
- New pull request: https://github.com/puppetlabs/puppet/pull/606
-
03:21 pm Bug #13312: Dynamic scoping deprecation warnings should be given at the correct times
- Updated: <https://github.com/puppetlabs/puppet/pull/604>
-
02:22 pm Cloud-Provisioner Feature #11301: EBS volumes [and tagging] for new instances
- Carl Caum wrote:
> 2) How do we handle formatting the device?
Partitioning/formatting/mounting are all things tha... -
11:38 am Feature #13444 (Closed): Puppet on Windows should know it's installed
- Currently puppet resource package doesn't know Puppet is installed unless Puppet installed itself. A lot of people ma...
-
11:31 am Facter Bug #8963: facter-1.6.0 fails to run in some OpenSolaris|Indiana releases if no swap devices pre...
- This also affects Solaris 10. Here's the patch we're using. Basically check that swap is not nil before iterating (s...
-
10:29 am Bug #13441 (Accepted): A command that times out will not re-execute if "tries" is set.
- I was expecting something like this to retry execution if the command timed out:
exec { '/path/to/mycommand':
... -
10:19 am Bug #13439 (Closed): specs API incompatibility between 2.7.x and master
- As a result of some of the changes relating to #7749, there is a spec incompatibility between puppet and external pro...
-
10:16 am Bug #7680: Checksum missmatch when copying followed symlinks
- I can also confirm the change in comment 6 fixes the issue.
Is there anything holding this change back from being ... -
10:11 am Refactor #13172: Extract Solaris Zone and related providers into modules on the forge
- Here's the list of Solaris-specific things I've been able to find:
Types:
* zone
Providers:
* zone
* zfs... -
09:26 am Cloud-Provisioner Feature #13416: Add support for Amazon VPC to Cloud Provisioner
- It looks like the subnet ID needed for VPC was added in https://github.com/puppetlabs/puppetlabs-cloud-provisioner/co...
-
08:28 am Bug #13038: Hung agent processes
- This seems to have been solved by upgrading to 2.7.12. So you could close it I guess.
-
08:12 am Bug #13226: puppet resource should not return unusable attributes
- Daniel, that looks fine to me (with the addition of a comment at the end of the line telling why). Sorting by commen...
-
06:41 am Refactor #13341 (Accepted): Add support for nested exceptions in Puppet::Error
-
06:34 am Puppet Community Package Repository Feature #13436 (Rejected): Package augeas 0.10 for RHEL6
- The community package repository offers Augeas 0.10.0 for RHEL5. EL6 features Augeas 0.9.0. Request that 0.10.0 be ...
-
06:32 am Feature #13435 (Closed): CSRs should be signed with SHA1, not MD5
- The code in certificate_authority.rb uses SHA1 to issue certs, but the CSR generation code in certificate_request.rb ...
-
12:36 am Bug #11563 (Accepted): Puppet on Windows can drop access control entries if the mode is not speci...
- Hi Fei, there is an issue with your exec resource. Running:...
-
06:10 pm Bug #12789 (Needs More Information): Overwriting a class that's using a definition fails
- Hi Thomas,
I'm unable to reproduce this so far. I've attached 2 simple manifests that I'm running with simply "pu... -
05:30 pm Bug #13429 (Closed): Puppet::Resource fails when used from scripts
- Something changed in the master branch in commit:e465c160d6d6c592a86aba2db74c5c9e5cb0ecab that broke the way mcollect...
-
05:09 pm Bug #13296 (Merged - Pending Release): Using 'unless' when declaring an exec resource causes a sy...
- Merged to master in commit:1d09389a06560308668b2d2cfb4faa5727620e35.
03/26/2012
-
04:59 pm Bug #13325: CentOS /etc/init.d/puppet, puppetd run under "daemon" doesn't properly run custom facts.
- Jeremy Rosengren wrote:
> Argh... of course this is what's happening. I just needed somebody to express the problem... -
04:57 pm Bug #12494 (Accepted): When cwd is invalid, puppet prints a stack trace
- Chris Price wrote:
> Hey Daniel... I'd assigned this to myself thinking that I might end up seeing an easy opportuni... -
04:54 pm Feature #13338: consider making ":type" parameter required for settings.
- If more than about 20 percent of the settings are "string", then having the sane default is nicer. Having to type th...
-
04:54 pm Bug #13296 (In Topic Branch Pending Review): Using 'unless' when declaring an exec resource cause...
- That code is totally sufficient now... although I do need to update pre-docs
-
04:53 pm Refactor #13341: Add support for nested exceptions in Puppet::Error
- This sounds great to me. I can't see any reason why this wouldn't be desirable, provided we treat an empty nested ex...
-
04:51 pm Bug #13226: puppet resource should not return unusable attributes
- Randall Hansen wrote:
> IOW modify this ticket to something like "puppet resource should always return read-only attr... -
04:12 pm Puppet Community Package Repository Bug #12857 (Closed): Mirroring the apt repository with rsync not working properly
- Thanks for the report. We've updated our rysnc daemon to exclude more of that directory, so you shouldn't see those e...
-
03:12 pm Puppet Forge Bug #8027 (Closed): puppet module tool does not invalidate cache when rebuilding modules
-
03:12 pm Puppet Forge Bug #8027: puppet module tool does not invalidate cache when rebuilding modules
- This should be completely remedied by Geordi.
-
03:06 pm Bug #13194: when init scripts have been ported to upstart puppet does not detect service that are...
- Kelsey Hightower wrote:
> That patch seems like it would work, lets get some feedback from others on whether this is... -
03:00 pm Feature #12842 (Accepted): support "--index-url" and "--extra-index-url" for python pip
-
02:54 pm Feature #12842: support "--index-url" and "--extra-index-url" for python pip
- Some example code for this can be found here:
https://github.com/puppetlabs/puppet/pull/521
We ended up not mer... -
02:53 pm Bug #13107: Augeas type broken in 2.7.12 and ubuntu lucid
- The backport has been swiftly actioned, you'll find libaugeas-ruby 0.3.0-1.1ubuntu1~lucid1 available via [lucid-backp...
-
02:05 pm Puppet Dashboard Bug #12909 (Closed): Error runing service puppetdashboard
-
01:50 pm Bug #13312: Dynamic scoping deprecation warnings should be given at the correct times
- After poking at this with Nick he pointed out that it should also traverse inherited scopes before skipping to top/no...
-
01:44 pm Facter Feature #7559: Fact for identifying Amazon VPC instances.
- It seems like we should use some more official API for this, and at least reference that documentation in the code. ...
-
01:42 pm Bug #8193 (Merged - Pending Release): ssh_authorized_keys should support new key types
-
01:42 pm Feature #9672 (Merged - Pending Release): ssh ecdsa keys
-
01:37 pm Bug #12789: Overwriting a class that's using a definition fails
- Sorry Thomas, got side tracked for a while... resuming investigation on this now.
-
01:33 pm Bug #13212: Pass array to custom define fails
- Kelsey Hightower wrote:
> Should this be:
>
> $foo = [{"id" => "bar", "ip" => "1.1.1.1"}, {"id" => "baz", "ip" ... -
01:28 pm Facter Feature #7559 (Needs Decision): Fact for identifying Amazon VPC instances.
-
01:18 pm Bug #12479 (Merged - Pending Release): Regular expression matching against an undefined variable ...
-
11:58 am Bug #13395 (Accepted): puppet module upgrade can't upgrade using a local tarball
- I hate that use case, because there are a number of cases where the user will be forced to download a tarball and try...
-
11:55 am Bug #13395: puppet module upgrade can't upgrade using a local tarball
- DMZs, where you have no internet access, and deployment of extra services is difficult to get done.
-
11:54 am Puppet Acceptance Bug #13380 (Merged - Pending Release): Cron acceptance tests don't ensure cron actually installed
- This looks good, and is now merged. Thanks.
-
11:51 am Bug #13296 (Code Insufficient): Using 'unless' when declaring an exec resource causes a syntax error
- I agree with Nick's assessment: it would be good to do better here than the one special case.
-
11:51 am Bug #13395: puppet module upgrade can't upgrade using a local tarball
- At the very least, we need to provide a better error message if we choose not to support it. This won't affect the c...
-
11:48 am Refactor #4146: Move Nagios types and supporting from core to a module
- Probably should have noted that the repo for the nagios module is here: https://github.com/puppetlabs/puppetlabs-nagios
-
11:45 am Cloud-Provisioner Feature #13416 (Needs Decision): Add support for Amazon VPC to Cloud Provisioner
-
11:45 am Cloud-Provisioner Feature #13416 (Needs Decision): Add support for Amazon VPC to Cloud Provisioner
- CLoud Provisioner doesn't currently support creating and bootstrapping Amazon VPC instances.
-
11:42 am Bug #13323: Issues with variable scoping.
- This is starting to cause quite the headache in places, any thoughts out there?
-
11:19 am Refactor #4146 (In Topic Branch Pending Review): Move Nagios types and supporting from core to a ...
- Note: No additional testing has been applied to the nagios functionality beyond what existed prior to this ticket. N...
-
11:07 am Puppet Community Package Repository Bug #12857: Mirroring the apt repository with rsync not working properly
- It appears to mirror more than necessary, but the rsync command in the README.txt seems to work well for me.
-
10:55 am Feature #13410 (Accepted): Create rspec-puppet tests for nagios module
- As a part of #4146, the nagios functionality was moved to a module. Prior to #4146, rspec-puppet tests did not exist ...
-
10:53 am Feature #13409 (Accepted): Create acceptance tests for nagios module
- As a part of #4146, the nagios module was moved to from the core to a separate module. We should write acceptance tes...
-
10:14 am Feature #13254: yum provider should respect "file://" protocol in 'source' parameter
- RHEL 5 (and therefore CentOS 5) doesn't support http as a source (though it will accept a local file) before anyone r...
-
09:58 am Feature #7244: Autosign should allow for an external approver
- eric sorenson wrote:
> Escrow the client's private key centrally, deliver it at bootstrap time and not regenerate it... -
09:57 am Bug #13307 (Merged - Pending Release): `puppet module uninstall` should be less dangerous
-
09:57 am Puppet Forge Bug #12589 (Merged - Pending Release): Modules have checksum for empty metadata file
-
09:57 am Puppet Forge Bug #12589: Modules have checksum for empty metadata file
- Verified that this is the case. Uninstall ignores the metadata.json entry when checksumming.
-
09:54 am Feature #12261 (Merged - Pending Release): Puppet module face documentation should be reviewed pr...
-
09:54 am Feature #12256 (Merged - Pending Release): Should not uninstall when depended upon
-
09:15 am Bug #13210: undef changes into '' when passed to function as a param
- 2.7.11
I believe I've seen that on 2.7.10 too -
09:11 am Bug #13210: undef changes into '' when passed to function as a param
- Timur,
Thanks for reporting this issue, which version of Puppet are you running? -
09:08 am Feature #13254: yum provider should respect "file://" protocol in 'source' parameter
- I'm using puppet 2.7.12, installed from yum.puppetlabs.com.
I did a quick test with epel-release-6-5.noarch.rpm.... -
09:00 am Bug #13395: puppet module upgrade can't upgrade using a local tarball
- My opinion is that if we support installing from tarball, we should support upgrading from tarball.
-
08:54 am Bug #13212 (Needs More Information): Pass array to custom define fails
-
08:53 am Bug #13212: Pass array to custom define fails
- Juan,
Should this be:
$foo = [{"id" => "bar", "ip" => "1.1.1.1"}, {"id" => "baz", "ip" => "2.2.2.2"}]
foo::... -
08:44 am Bug #13312 (In Topic Branch Pending Review): Dynamic scoping deprecation warnings should be given...
- There are a few items that need to be addressed on the pull request before this can be merged.
-
08:39 am Feature #13254: yum provider should respect "file://" protocol in 'source' parameter
- Jeff,
I think Yum supports the following:
$ yum install http://passenger.stealthymonkeys.com/fedora/15/pass... -
08:36 am Bug #13397: Puppet 2.7.12 not handling multiple versions of installed gems properly
- Kelsey Hightower wrote:
> Wade,
>
> This looks like a bug, especially if it use to work on previous versions.
... -
08:23 am Bug #13397: Puppet 2.7.12 not handling multiple versions of installed gems properly
- Wade,
This looks like a bug, especially if it use to work on previous versions. -
08:19 am Bug #13395 (Needs Decision): puppet module upgrade can't upgrade using a local tarball
- Pieter or Nigel,
Is this something we plan on supporting? -
07:41 am Facter Bug #13291: Can't reconstitute subinterface/VLAN names from facter.
- Ken Barber wrote:
> Good question. We can't support : or . because these are illegal in Puppet variable names.
... -
06:34 am Facter Bug #13396: Facter not working with recent net-tools
- Hi,
[...]
> Current workaround: Create a symlink from `/sbin/ifconfig` to `/bin/ifconfig`
I don't like work-... -
06:15 am Bug #8858: Ruby 1.9 defaults HTTPS connections to "peer verify" rather than "no verify"
- I've run into this when running the following architecture:
OS: openSUSE 11.4
Ruby Version: ruby 1.9.3p125 (2012-...
03/25/2012
-
02:08 pm Feature #13406 (Rejected): Remote signing (puppet face) of certs with DNS alt names should be all...
- As requested by dpittman on irc, I am logging this to be considered for inclusion.
As it stands now, the remote si... -
01:14 pm Bug #12191: Unable to remotely sign a SSL certificate via certificate face
- It does solve the remote signing of certs problem I was having with 2.7.12.
Without it, I get this:... -
10:17 am Bug #12197 (Closed): Array handling broken in 2.7.10
-
09:55 am Bug #12191: Unable to remotely sign a SSL certificate via certificate face
- This was actually merged to trunk, not the 2.7 stable branch. If folks can test it on 2.7 and it solves a real probl...
-
08:07 am Bug #13397 (Closed): Puppet 2.7.12 not handling multiple versions of installed gems properly
- I just upgraded from Puppet 2.7.9 to 2.7.12, and am seeing something odd with regards to gem management.
On our sy... -
03:16 am Bug #8193: ssh_authorized_keys should support new key types
- I checked that my branch can still be merged in 2.7.x without raising conflicts. Opened pull request 597.
-
02:48 am Bug #12197: Array handling broken in 2.7.10
- released in 2.7.11 (commit:2f215460 which seems to have no corresponding feature branch) and 2.7.12 (commit:7485aa6)
... -
02:11 am Facter Bug #13396 (Merged - Pending Release): Facter not working with recent net-tools
- Facter does not work at all with recent net-tools package on gentoo (and probably other OS as well)...
-
09:26 pm Bug #13395: puppet module upgrade can't upgrade using a local tarball
- Upgrading tarballs has never been specified.
At best, we presently allow modules installed from tarballs to be upg... -
09:23 pm Bug #13395 (Accepted): puppet module upgrade can't upgrade using a local tarball
- ...
03/24/2012
-
10:02 am Bug #8174: External Node Classifer makes puppet think Facter variables are dynamic lookup issues
- Understood. Thanks Nigel.
Please don't forget to update the [Style Guide](http://docs.puppetlabs.com/guides/style... -
09:27 am Feature #13379 (In Topic Branch Pending Review): Add path of pluginsync'd lenses to Augeas load_p...
-
07:56 am Bug #2175 (Closed): ssh_authorized_key: error with trailing space
- This was fixed in 2.7.3 commit:1c7f0c35
-
09:22 pm Puppet Acceptance Bug #13380: Cron acceptance tests don't ensure cron actually installed
- How 'bout the right pull request branch this time...
-
09:22 pm Puppet Acceptance Bug #13380 (In Topic Branch Pending Review): Cron acceptance tests don't ensure cron actually ins...
- Add package resource to cron acceptance tests to ensure that cron is actually installed before trying to use it as a ...
-
06:08 pm Bug #13376: Paramaters from Dashboard Not being Passed to Puppet
- Okay, so this is something I just noticed while playing around with the external_node bin... Clients that work proper...
-
05:52 pm Bug #13306 (In Topic Branch Pending Review): Module tool output needs color!
-
05:51 pm Bug #13376 (Needs Decision): Paramaters from Dashboard Not being Passed to Puppet
- Alright, so I checked it out and the parameter in question is making it there:
name: localhost ...
03/23/2012
-
04:45 pm Bug #13340 (Needs More Information): Puppet agent doesn't properly get certificate ubuntu client ...
- Your `puppet.conf` on your agent will probably help. The first error I see is...
-
04:44 pm Puppet Community Package Repository Bug #12797: Wild goose chase, or the problems I had with dashboard. 1.2.3 to 1.3.6 on Debian
- I also have no time for this, hence throwing it as low priority. I wouldn't worry about it.
-
04:19 pm Feature #13379: Add path of pluginsync'd lenses to Augeas load_path automatically
- Nan Liu wrote:
> ${settings:vardir} is the server's vardir and we need the agent's vardir, which are often the same,... -
04:16 pm Feature #13379: Add path of pluginsync'd lenses to Augeas load_path automatically
- ${settings:vardir} is the server's vardir and we need the agent's vardir, which are often the same, but could be diff...
-
04:10 pm Bug #13307 (In Topic Branch Pending Review): `puppet module uninstall` should be less dangerous
- This has been pushed out to the integration branch.
-
04:04 pm Puppet Acceptance Bug #13380 (Closed): Cron acceptance tests don't ensure cron actually installed
- Some OSes (CentOS particularly) don't come with cron by default causing the cron resource types to fail.
-
03:59 pm Feature #13379 (Closed): Add path of pluginsync'd lenses to Augeas load_path automatically
- As described here, pluginsync can be used to push out Augeas lenses: [Distributing Augeas lenses with Puppet's plugin...
-
03:57 pm Bug #13376 (Needs More Information): Paramaters from Dashboard Not being Passed to Puppet
- Can you run the dashboard ENC script with your nodename and provide the output?
/etc/puppetlabs/puppet-dashboa... -
03:28 pm Bug #13204: Augeas save under /boot causes no such file or directory errror
- Sorry for that Kelsey, I've continued discussion on the pull request.
-
03:24 pm Bug #11276: Get puppet module tool working on Windows
- Looking into the cleanest way to bail out when run on windows.
-
03:23 pm Bug #13301 (Merged - Pending Release): Install vs. Upgrade - failure to resolve dependencies rais...
- Acceptance tests all passed.
-
03:10 pm Bug #13284 (In Topic Branch Pending Review): MacPorts provider needs to set HOME while running `p...
- https://github.com/puppetlabs/puppet/pull/593
-
03:09 pm Bug #13312: Dynamic scoping deprecation warnings should be given at the correct times
- Branch: <https://github.com/hunner/puppet/tree/bug/2.7.x/incorrect_dynamic_scope-warnings>
Pull request: <https://gi... -
03:05 pm Bug #13284: MacPorts provider needs to set HOME while running `port` command.
- After looking into this, I decided to go with a modified version of environment specification during command definiti...
-
03:04 pm Cloud-Provisioner Feature #10653: Support for ephemeral storage
- I have another note as something to think about for this feature.
Amazon instances using an EBS-backed root can b... -
03:00 pm Feature #12261 (In Topic Branch Pending Review): Puppet module face documentation should be revie...
- DONE, pull request here: <https://github.com/puppetlabs/puppet/pull/591>
-
02:43 pm Bug #13301 (In Topic Branch Pending Review): Install vs. Upgrade - failure to resolve dependencie...
-
02:32 pm Bug #13260 (In Topic Branch Pending Review): appdmg and pkgdmg providers write packages to insecu...
-
02:31 pm Bug #13376 (Needs Decision): Paramaters from Dashboard Not being Passed to Puppet
- I have been using Puppet Dashboard to assign parameters to node groups with no problems... until now. One specific pa...
-
02:28 pm Facter Bug #2211: Facter timeouts reap all subprocesses thus confusing Puppet
- Matt Robinson wrote:
> Pairing with William just now this doesn't seem to be an issue anymore... Not sure why.
I... -
02:16 pm Bug #12250 (Rejected): `puppet module search` needs better error handling
- The search code already handles bad connections to the forge since it uses the same code path as install to connect. ...
-
02:03 pm Feature #12384 (Merged - Pending Release): What's the correct behavior for module actions when de...
-
02:03 pm Feature #12381 (Merged - Pending Release): Need to consistently display forge_name for all module...
-
02:02 pm Feature #11805 (Merged - Pending Release): Enhance Puppet Module Tool (PMT) install command
-
02:01 pm Bug #12246 (Merged - Pending Release): puppet module list should have a tree view
-
02:01 pm Bug #12609 (Merged - Pending Release): The puppet module install command should print a tree diag...
-
02:00 pm Bug #12339 (Merged - Pending Release): Formatted the output for `puppet module search`
-
02:00 pm Feature #12263 (Merged - Pending Release): puppet module face actions need acceptance testing
-
01:59 pm Feature #12261: Puppet module face documentation should be reviewed prior to shipping
- Face documentation has been updated and the --dir vs --target-dir should be resolved.
-
01:58 pm Feature #12262 (Merged - Pending Release): Release note documentation should be written up before...
- Predocs and face docs have been updated. Doc team have all they need for release notes.
-
01:57 pm Bug #13301 (Code Insufficient): Install vs. Upgrade - failure to resolve dependencies raises wron...
-
01:55 pm Bug #13301 (Merged - Pending Release): Install vs. Upgrade - failure to resolve dependencies rais...
- Predocs and face docs have been updated. Doc team have all they need for release notes.
-
01:52 pm Bug #13302 (Merged - Pending Release): `puppet module list` should annotate invalid modules
-
01:52 pm Bug #13302: `puppet module list` should annotate invalid modules
- We had some messy code that could be deleted and just use the SemVer range logic more cleanly. commit:5f4dc12cdce150c...
-
01:52 pm Feature #11832 (Merged - Pending Release): Puppet Module Tool (PMT) should have a upgrade command
-
01:48 pm Bug #13132 (Merged - Pending Release): [Geordi] Replace the --dir option
-
01:46 pm Bug #13329 (Merged - Pending Release): [Geordi] Ensure `--environment` appears in help
- Merged: [88c3e4d2fdc64a847b347e19dc73f0afc6ec662c](https://github.com/puppetlabs/puppet/commit/88c3e4d2fdc64a847b347e...
-
12:41 pm Bug #12843: Affirm best practices for provider-specific parameters for package providers
- It sounds like we are going to postpone making a decision on this until sometime after Telly.
-
12:31 pm Bug #13325 (Closed): CentOS /etc/init.d/puppet, puppetd run under "daemon" doesn't properly run c...
- Argh... of course this is what's happening. I just needed somebody to express the problem in those terms.
Thank you! -
12:13 pm Bug #13326: [Geordi] Support 'versionRequirement' in module dependencies
- <del>This looks like it will still be a problem when installing modules whose metadata uses the `versionRequirement` ...
-
12:05 pm Bug #13326 (Merged - Pending Release): [Geordi] Support 'versionRequirement' in module dependencies
-
11:57 am Bug #13367 (In Topic Branch Pending Review): SemVer ranges break when given pre-release versions
- This has been pushed to the geordi integration branch.
-
11:53 am Bug #13367 (Closed): SemVer ranges break when given pre-release versions
- To keep up with expectations, we should ensure that we always do reasonable things when given ranges containing pre-r...
-
11:36 am Bug #13302: `puppet module list` should annotate invalid modules
- Working on this now.
-
11:35 am Bug #13304 (Merged - Pending Release): [Geordi] Kill the module cache
- This is definitely an ugly, short term fix to do this, but it's functional and will prevent confusion when using the ...
-
10:58 am Puppet Forge Bug #13365 (Closed): Some module releases on the forge don't have a tarball
- http://forge-dev.puppetlabs.lan/bobsh/iptables/1.0.0 can't download http://forge-dev.puppetlabs.lan/system/releases/b...
-
10:46 am Bug #13304: [Geordi] Kill the module cache
- Working on this now.
-
10:46 am Bug #13305 (Merged - Pending Release): [Geordi] Kill `--module-repository` and `ENV['PUPPET_FORGE']`
- commit:a4a860a1c883183df2495e3ce0b13aed0dca1907
-
10:45 am Puppet Forge Bug #13309 (Merged - Pending Release): API v1 currently dies when resolving dependencies for an u...
- This has also been deployed to forge-dev so that it can be tested before release.
-
10:07 am Bug #10199: tagmail sends report when all action items are squelched
- Just to put a voice conversation into the record, I had a long conversation with the new community manager a few mont...
-
09:49 am Bug #10819: Puppet agent hangs when 'listen = true' on Centos 5.7
- Has there been any updates for this problem? I have a new installation of Puppet 2.7 on RHEL 6.1 and 6.2 and I am ex...
-
08:54 am Bug #11317: Supposedly hidden skipped resources show up with --summarize
- As Peter said, these don't just show up with summarize but in actual reports as well:...
-
08:03 am Bug #13259 (Duplicate): Augeas error: Could not evaluate: No such file or directory
- Ok, thanks for testing the Augeas fix too. I think David's looking at a new release in the next week or two.
-
06:11 am Bug #10199 (Needs Decision): tagmail sends report when all action items are squelched
- We need to group all the tagmail related issues and come up with a design to address all the reported problems.
-
06:09 am Feature #9455: Resolve the extlookup/hiera integration
- This issue will be part of a larger roadmap item and will be addressed by #11608
-
06:08 am Bug #9167: tagmail report sends email when nothing happens
- We need to group all the tagmail related issues and come up with a design to address all the reported problems. It se...
-
06:01 am Feature #8235: There should be a plugin system for tools like hiera
- Work will not start on this ticket until the design phase is complete.
-
05:56 am Puppet Community Package Repository Bug #12797 (Needs More Information): Wild goose chase, or the problems I had with dashboard. 1.2....
- Ben,
I won't have time to reproduce this issue right now. Can you veifiy this is a problem on a clean setup? -
05:54 am Puppet Community Package Repository Bug #12857: Mirroring the apt repository with rsync not working properly
- Reassigning for better visibility.
-
05:52 am Feature #11914: Service resource should have env attribute
- Dean,
Can you issue a pull request for you patch? -
05:50 am Bug #13126: Exec's 'creates' attribute follows symlinks and treats broken links as missing files
- Waiting on additional feedback to make a final decision on whether a new flag is the best way to solve this problem a...
-
05:47 am Bug #13194: when init scripts have been ported to upstart puppet does not detect service that are...
- Dan,
That patch seems like it would work, lets get some feedback from others on whether this is the right way to s... -
05:42 am Bug #13299: Poorly worded error when state file exists
- This issue seems related to the work just completed in #12933.
-
02:41 am Bug #13349 (Closed): Incorrect scope behavior: single include may load multiple classes
- I find that if I try and include manifest `bar::something` from within `foo::test`, puppet preferentially finds `foo:...
-
12:58 am Bug #13348 (Closed): Could not retrieve catalog from remote server: Error 400 on SERVER: Could no...
- Ken Barber wrote:
> Hi,
>
> This doesn't sound like a bug at first glance - it sounds like there are no nodes con... -
12:47 am Bug #13348: Could not retrieve catalog from remote server: Error 400 on SERVER: Could not find de...
- Hi,
This doesn't sound like a bug at first glance - it sounds like there are no nodes configured or for some reaso... -
09:55 pm Bug #13348 (Closed): Could not retrieve catalog from remote server: Error 400 on SERVER: Could no...
- When i run this on the client side i got this error and not only to this node but all of the clients. Tried to stop a...
-
06:08 pm Bug #8174: External Node Classifer makes puppet think Facter variables are dynamic lookup issues
- Local will always be checked first. A subsequent fact wouldn't break an existing manifest.
What would break would ... -
05:32 pm Bug #8174: External Node Classifer makes puppet think Facter variables are dynamic lookup issues
- Nick Fagerlund wrote:
> Facts ARE meant to be global, and we don't intend to require $:: for facts in Telly.
How ... -
05:24 pm Facter Feature #7559 (Re-opened): Fact for identifying Amazon VPC instances.
- I am not seeing this issue as being fixed. As it stands, an EC2 instance in a VPC does not have the magic fe:ff:ff:f...
-
05:23 pm Bug #9167: tagmail report sends email when nothing happens
- Hey Kelsey - I know you're really busy but do you have a status on this? Thanks!
03/22/2012
-
04:02 pm Bug #13226: puppet resource should not return unusable attributes
- IOW modify this ticket to something like "puppet resource should always return read-only attributes and always commen...
-
02:54 pm Feature #13342 (Accepted): additional acceptance tests for plugin syncing apps
- The existing acceptance tests (acceptance/tests/pluginsync/*) are decent, but it would be nice to write a few more th...
-
02:46 pm Refactor #13341 (Closed): Add support for nested exceptions in Puppet::Error
- There are a decent number of places in the code where we catch an exception and then raise a Puppet::Error in respons...
-
02:44 pm Bug #13340 (Closed): Puppet agent doesn't properly get certificate ubuntu client centos puppetma...
- I have a CentOS 5.8 puppetmaster running:
puppet: 2.7.12
ruby: 1.8.5
facter: 1.6.6
kernel: 2.6.18-274.18.1.el5xen... -
02:42 pm Refactor #13063 (Merged - Pending Release): Cleanup of settings / defaults definitions
-
02:40 pm Bug #7316 (Merged - Pending Release): puppet face applications (subcommands) delivered via module...
-
02:36 pm Refactor #7749 (Merged - Pending Release): Bootstrapping Puppet in Ruby code has nasty scope cycl...
- All merged. Awesome.
-
02:29 pm Facter Bug #12669 (Closed): Preserve timestamps when installing files
- Released in Facter 1.6.7rc1
-
02:28 pm Facter Feature #12720 (Closed): Add CPU info for Solaris to processorN fact
- Released in Facter 1.6.7rc1
-
02:28 pm Facter Bug #12813 (Closed): facter is now noisey on linodes due to stderr output from lspci.
- Released in Facter 1.6.7rc1
-
02:21 pm Feature #13338 (Needs More Information): consider making ":type" parameter required for settings.
- As part of #7749, I've moved the typing for settings to something a good deal closer to "strongly typed" than it was ...
-
01:40 pm Refactor #13337 (Needs More Information): consider getting rid of the "plugin_hook" API in Applic...
- I have not investigated this very deeply at all, but Daniel suggested that the "plugin_hook" API used in application....
-
01:33 pm Refactor #13336 (Accepted): explore improvements to Puppet::Application life cycle accessibility ...
- Currently, the life cycle of a puppet app is roughly expressed by the following series of method calls:
* CommandL... -
01:25 pm Refactor #13335 (Accepted): use new "log_and_raise" method
- Recently, we added a method called "log_exception" to Puppet::Util::Logging in order to try to improve / standardize ...
-
01:21 pm Refactor #13334 (Closed): Improve handling of "run_mode" setting
- I made a fair number of changes to how we work with (and tiptoe around) the "run_mode" setting as part of #7749 and r...
-
01:09 pm Feature #3757: --enable and --disable should be improved
- Daniel suggests that JSON is probably the best format to use to express the data in these files.
-
01:06 pm Feature #3757: --enable and --disable should be improved
- This still needs to get merged back in to Telly. I've discussed with Nigel and Daniel, and the summary of current af...
-
01:03 pm Bug #12494 (Needs Decision): When cwd is invalid, puppet prints a stack trace
- Hey Daniel... I'd assigned this to myself thinking that I might end up seeing an easy opportunity to deal with it dur...
-
12:31 pm Puppet Forge Bug #13309 (In Topic Branch Pending Review): API v1 currently dies when resolving dependencies fo...
- Pending review: https://github.com/puppetlabs/puppet-forge/pull/20
-
12:25 pm Refactor #7749: Bootstrapping Puppet in Ruby code has nasty scope cycles...
- Pull request updated based on Daniel's feedback.
-
11:50 am Bug #13284: MacPorts provider needs to set HOME while running `port` command.
- So, I didn't quite investigate this enough to come up with a final proposal but here is where I was leaning:
First, ... -
11:41 am Bug #13259: Augeas error: Could not evaluate: No such file or directory
- Hi Dominic, thanks for looking at this issue.
Here's the augtool output:... -
11:34 am Bug #13284: MacPorts provider needs to set HOME while running `port` command.
- I have a few more thoughts / suggestions that I will add momentarily.
-
11:33 am Bug #13284: MacPorts provider needs to set HOME while running `port` command.
- Andy is going to look into this, so I'm pasting in some rough notes about what I've discovered so far:
* execu... -
11:31 am Refactor #4146: Move Nagios types and supporting from core to a module
- So they won't be named spaced. If they get plugin-synced you'll just be able to do:
nagios_type { "blah": etc }
... -
11:28 am Bug #13299 (Accepted): Poorly worded error when state file exists
-
11:21 am Refactor #4146: Move Nagios types and supporting from core to a module
- I think I understand what the goal here is, but it's always good to clarify.
We're taking the various nagios types... -
11:15 am Bug #13325 (Needs More Information): CentOS /etc/init.d/puppet, puppetd run under "daemon" doesn'...
- From what you've given, it sounds most likely to me that when run as a service you don't have the $ORACLE_HOME enviro...
-
10:59 am Bug #13329 (Closed): [Geordi] Ensure `--environment` appears in help
- The `list`, `install`, `upgrade`, and `uninstall` actions all accept `--environment` as an option for changing the af...
-
10:51 am Bug #13326 (Closed): [Geordi] Support 'versionRequirement' in module dependencies
- A reasonable subset of the releases on the Forge (and, ostensibly, on local filesystems) use `versionRequirement` ins...
-
10:31 am Puppet Forge Bug #13309: API v1 currently dies when resolving dependencies for an unspecified version range
- This has been confirmed as a difference between modules published with PMT vs. Geppetto (for all but two cases). As ...
-
10:12 am Bug #13325 (Closed): CentOS /etc/init.d/puppet, puppetd run under "daemon" doesn't properly run c...
- Ruby version: ruby-1.8.5-19.el5_6.1
Puppet version: puppet-2.7.12-1.el5
Facter version: facter-1.6.6... -
09:24 am Bug #13132 (In Topic Branch Pending Review): [Geordi] Replace the --dir option
-
09:22 am Bug #13323 (Needs Decision): Issues with variable scoping.
- According to http://docs.puppetlabs.com/guides/scope_and_puppet.html, we should be attempting to use fully qualified ...
-
02:43 am Bug #13317 (Closed): Storeconfig error with postgresql
- I'm using CentOS 6.2 with http://yum.puppetlabs.com. When I run puppetmaster from init.d I get pgsql errors in the lo...
-
11:25 pm Bug #11563: Puppet on Windows can drop access control entries if the mode is not specified
- manifest:...
-
11:12 pm Bug #13245: resource_statuses not reported in ruby 1.9
- Thank you for taking your time and giving me a straight answer. This pretty much convinces me to downgrade our nodes ...
-
05:30 pm Bug #13245 (In Topic Branch Pending Review): resource_statuses not reported in ruby 1.9
- Hey. So, we talked about this internally, and our conclusion right now is that the cost of backporting the changes t...
-
05:08 pm Bug #11232 (In Topic Branch Pending Review): Puppet cannot "require 'md5'" on MRI Ruby 1.9.3
- https://github.com/puppetlabs/puppet/pull/575 should resolve this for master / Telly.
-
05:07 pm Bug #11325 (In Topic Branch Pending Review): Bogus confine warning when running on ruby 1.9.3
- https://github.com/puppetlabs/puppet/pull/575 should resolve this problem for master / Telly.
03/21/2012
-
04:57 pm Bug #13296 (In Topic Branch Pending Review): Using 'unless' when declaring an exec resource cause...
- add case in grammar and tests
regenerate parser from grammar -
04:55 pm Refactor #7749: Bootstrapping Puppet in Ruby code has nasty scope cycles...
- Great to see this one get untangled!
-
04:47 pm Bug #12980: Puppet::Util.execute on Windows should search 64-bit path first
- We have additional issues when invoking regedit through puppet command line:
http://msdn.microsoft.com/en-us/libra... -
04:28 pm Feature #6975 (Rejected): Initial acceptance testing for cloud pack
- This is a dead ticket, nearly a year old, and for a launched project.
-
04:26 pm Cloud-Provisioner Refactor #7061 (Rejected): Build out comprehensive test suite for CloudPack
- This ticket is dead, and the project has already launched.
-
04:18 pm Bug #13000: puppet agent spawns a shell that gets defunc/zombie
- Could be, I don't know.
I think i have facter 1.6.6. Maybe it's facter_dot_d.rb? It executes a shell script to gen... -
04:17 pm Bug #13259: Augeas error: Could not evaluate: No such file or directory
- Thanks for the report. I agree it looks very much like #13204, which as you say is masking the underlying issue. Th...
-
04:16 pm Bug #13126: Exec's 'creates' attribute follows symlinks and treats broken links as missing files
- ### GIven the current system ###
The exec resource will not execute `/tmp/somescript` if `/tmp/broken.link/somefil... -
04:07 pm Bug #13245 (Investigating): resource_statuses not reported in ruby 1.9
- Is there any chance you can test this with https://github.com/puppetlabs/puppet/pull/575 and check that it fixes the ...
-
04:06 pm Bug #13312 (Closed): Dynamic scoping deprecation warnings should be given at the correct times
- Due to some misevaluated flow control, deprecation warnings for dynamic scoping are not being thrown correctly. The s...
-
04:01 pm Bug #13226: puppet resource should not return unusable attributes
- Randall, I propose we always display read-over values commented out, if we output something that looks like Puppet co...
-
03:48 pm Bug #13126: Exec's 'creates' attribute follows symlinks and treats broken links as missing files
- What's the expected behavior of
exec { "/tmp/somescript":
creates => "/tmp/broken.link/somefile",
... -
03:15 pm Puppet Forge Bug #13309 (Closed): API v1 currently dies when resolving dependencies for an unspecified version...
- This may be in part due to a difference between `version_requirement` and `versionRequirement` in the metadata file. ...
-
03:14 pm Bug #13293 (Investigating): passing a hash to a define fails with pson serialization format
- I have the required data, which is confidential, when this gets to being investigated. Thanks, James.
-
03:12 pm Bug #13308 (Accepted): mcollective/puppetd 2.7.11-2 & RHEL57 SELinux alert
- Hello,
We are running Puppet 2.7.11-2 on RHEL57 x86_64 with MCollective (on client and server);
On the client;
... -
03:08 pm Bug #13307 (Closed): `puppet module uninstall` should be less dangerous
- Uninstallation and upgrade were originally specified to do a "greedy" match in the module path, and change as many mo...
-
03:05 pm Bug #13306 (In Topic Branch Pending Review): Module tool output needs color!
- At present, we've scoped:
* Highlighting search terms in search results.
* Adding color to version strings in o... -
02:59 pm Bug #13305 (Closed): [Geordi] Kill `--module-repository` and `ENV['PUPPET_FORGE']`
- These options have no use outside Puppet Labs core developers, and so should be removed.
The `search` and `install... -
02:56 pm Bug #13304 (Closed): [Geordi] Kill the module cache
- The module cache currently offers us no benefit, and serves primarily to cause failures when modules are "re-released...
-
02:52 pm Bug #13302 (Closed): `puppet module list` should annotate invalid modules
- Earlier today, Matt had an installation that contained both `pmtacceptance-java` (with a dependency on `pmtacceptance...
-
02:47 pm Bug #13301 (Closed): Install vs. Upgrade - failure to resolve dependencies raises wrong error
- Matt was attempting to install a module (`pmtacceptance-apollo`) earlier today with an overlapping dependency on `pmt...
-
02:45 pm Refactor #7749: Bootstrapping Puppet in Ruby code has nasty scope cycles...
- I had a small number of other polish changes to this, but it is pretty much ready to go in. Good work.
-
02:43 pm Bug #12252 (Rejected): Colorized search output
- Rejected because the parent issue was rejected.
-
02:18 pm Bug #13126: Exec's 'creates' attribute follows symlinks and treats broken links as missing files
- Thanks for the feedback, I'm going to reach out to UX for a better name and usability stuff.
I'm fine with Telly ... -
02:13 pm Bug #13226 (Accepted): puppet resource should not return unusable attributes
-
02:10 pm Refactor #11401: the term notify is overloaded, so we should call the notify resource something else
- Using "log" as a noun feels like we're talking about managing a log file, not a log message. I'm not sure how to thi...
-
01:45 pm Bug #13126: Exec's 'creates' attribute follows symlinks and treats broken links as missing files
- +1 to not risking behavior changes in 2.7.
+1 to the general principle of being explicit vs. implicit
+1 for (a... -
01:27 pm Bug #13126: Exec's 'creates' attribute follows symlinks and treats broken links as missing files
- +1 to your proposal Kelsey. If you leave the default behavior the same, 2.7.x sounds fine but please, if the behavior...
-
01:13 pm Feature #12599: Puppet should apply the `deflate` C-T-E to data sent via HTTP, if the server supp...
- Garrett Honeycutt wrote:
> Pinging for target version update
This isn't on the immediate roadmap for the platform... -
01:11 pm Bug #13293 (Needs More Information): passing a hash to a define fails with pson serialization format
- It would be awesome if you could attach the failed catalog, and/or the manifests to reproduce this for us. That woul...
-
01:09 pm Bug #13126: Exec's 'creates' attribute follows symlinks and treats broken links as missing files
- Got some good feedback from #puppet and most agree with Peter here; we should not follow symlinks when it comes to th...
-
01:03 pm Bug #13126: Exec's 'creates' attribute follows symlinks and treats broken links as missing files
- Jan Ivar Beddari wrote:
> Semantics are whats most important to me and a creates function creates something, in th... -
12:51 pm Bug #13126: Exec's 'creates' attribute follows symlinks and treats broken links as missing files
- I promised I'd add my vote.
Semantics are whats most important to me and a creates function creates something, in ... -
12:31 pm Bug #13284: MacPorts provider needs to set HOME while running `port` command.
- Daniel Pittman wrote:
> ...yeah, could be, or possibly just passed with the command invocation.
That was my first... -
12:27 pm Bug #13284: MacPorts provider needs to set HOME while running `port` command.
- Chris Price wrote:
> I'm in the midst of investigating this. One question that comes to mind:
>
> Do we envision... -
12:05 pm Bug #13126: Exec's 'creates' attribute follows symlinks and treats broken links as missing files
- Well -- semantically according to the docs the state of a symlink target is irrelevant when you talk about 'creates' ...
-
11:48 am Bug #13284 (Investigating): MacPorts provider needs to set HOME while running `port` command.
- I'm in the midst of investigating this. One question that comes to mind:
Do we envision that providers would want... -
11:46 am Bug #13126: Exec's 'creates' attribute follows symlinks and treats broken links as missing files
- The first question we need to answer is: Should the Exec resouce following symlinks when validating the `creates` att...
-
11:42 am Bug #13299 (Closed): Poorly worded error when state file exists
- When updating from 2.7.11 to 2.7.12 on the client sometimes a state file is left behind....
-
11:37 am Bug #13126 (In Topic Branch Pending Review): Exec's 'creates' attribute follows symlinks and trea...
-
11:37 am Bug #13126 (Code Insufficient): Exec's 'creates' attribute follows symlinks and treats broken lin...
-
11:27 am Bug #13126: Exec's 'creates' attribute follows symlinks and treats broken links as missing files
- Pieter,
Next steps we need to take here are add some working examples of the new behavior to this ticket. I'm goin... -
11:19 am Refactor #11401: the term notify is overloaded, so we should call the notify resource something else
- Shorter names are better; I would totally favour a "log" resource, or a "print" resource.
-
11:17 am Bug #13126: Exec's 'creates' attribute follows symlinks and treats broken links as missing files
- Code looks good, and tests pass. We also need to update the docs around this. I'll get a doc patch going.
-
11:10 am Bug #11563: Puppet on Windows can drop access control entries if the mode is not specified
- Can you include your most recent manifest, erb template, and the content of launch.bat after the template is applied?
-
10:47 am Facter Bug #13294 (Accepted): commit 5a60ca643 causes building puppet on Ruby 1.8.1 (RHEL 4) to fail
- Thanks Ben - but we can't accept any patches with a signed CLA. Could you do that for us?
<https://projects.puppet... -
10:44 am Puppet Dashboard Feature #10297: Basic Radiator View
- Rob's response to Randall (below):<br/><br/>
<cite>"My two initial concerns with the implementation are that it adds... -
10:40 am Puppet Dashboard Feature #13243 (Needs More Information): RFE (puppet-dashboard): Save inventory searches
- Bill, assign this back to me once you've filled out more of the motivation behind this feature, and I'll make a decis...
-
10:29 am Bug #13296 (Closed): Using 'unless' when declaring an exec resource causes a syntax error
- ...
-
10:15 am Refactor #11401: the term notify is overloaded, so we should call the notify resource something else
- Nouns make could resource type names. How does "notification" feel?
-
10:14 am Facter Bug #13294: commit 5a60ca643 causes building puppet on Ruby 1.8.1 (RHEL 4) to fail
- Adding attachment, because paste surely didn't work.
-
10:10 am Facter Bug #13294 (Rejected): commit 5a60ca643 causes building puppet on Ruby 1.8.1 (RHEL 4) to fail
- The above commit caused puppet for fail to build complaining that is_windows wasn't initialized.
Adding the follo... -
10:09 am Puppet Forge Bug #12589: Modules have checksum for empty metadata file
- This should already be taken care of since the moduletool will ignore the metadata.json file when checksumming. I wi...
-
10:07 am Puppet Forge Feature #12423: Forge should validate uploaded modules version range declarations
- This should happen VERY soon after PE 2.5 is launched with module tool, but since it's not a core puppet change it ca...
-
10:06 am Puppet Forge Bug #12408: Cleanup dependency data for current modules
- This needs to be done soon after PE 2.5 is released with the module tool, but can wait until after the other core pup...
-
10:04 am Feature #12261: Puppet module face documentation should be reviewed prior to shipping
- This is dependent on #13132. Once that's done Kelsey, reassign this to NickF.
-
10:01 am Bug #13132: [Geordi] Replace the --dir option
- The difference from now being that currently dir overwrites modulepath unless modulepath is specified. We want it to...
-
09:57 am Bug #12250: `puppet module search` needs better error handling
- Still needed for v1, handle when no server or server response causes death (raises error)
-
09:56 am Bug #13293 (Investigating): passing a hash to a define fails with pson serialization format
- I have a defined resource that accepts a hash of a list of database names, users, pw, etc. Occassionaly (unscientif...
-
09:51 am Puppet Dashboard Feature #13243 (Needs Decision): RFE (puppet-dashboard): Save inventory searches
- Bill, it would be great to know more about *why* you want saved inventory searches. The full story of the problem, r...
-
08:08 am Facter Bug #13291: Can't reconstitute subinterface/VLAN names from facter.
- Good question. We can't support : or . because these are illegal in Puppet variable names.
If we had structured fa... -
08:07 am Refactor #11401: the term notify is overloaded, so we should call the notify resource something else
- Pieter, what do you think?
-
08:00 am Facter Bug #13291 (Accepted): Can't reconstitute subinterface/VLAN names from facter.
- So, I see in the bug tracker where facter replaces all instances of '.' and ':' with '_' when looking at interfaces.
... -
07:38 am Feature #1033: support for file system acls on the file type
- Please note that the implementation at https://github.com/grooverdan/puppet-acl does not work (as of 3/21/2012). Th...
-
06:23 am Bug #6143: cannot remove zpool's with ensure => absent
- Pinging for update
Given our support for Solaris in Puppet Enterprise, this should be made a higher priority. -
06:21 am Refactor #11401: the term notify is overloaded, so we should call the notify resource something else
- Pinging for target version update
-
06:21 am Feature #12598: Puppet should work correctly when the catalog has the deflate C-T-E applied.
- pinging for update and target version
-
06:20 am Feature #12599: Puppet should apply the `deflate` C-T-E to data sent via HTTP, if the server supp...
- Pinging for target version update
-
06:20 am Feature #12600: Puppet should negotiate the `deflate` C-T-E when serving files.
- Pinging for target version update
-
03:07 am Bug #13286 (Accepted): [Stored Configurations] Invalid unicode escaping with PostgreSQL 9.x
- Hello,
beginning with PostgreSQL 9.1 the parameter "standard_conforming_strings" will have the value "on" as defa... -
02:25 am Puppet Community Package Repository Bug #13039: The RPM spec file should detect if the master is running under passenger/mongrel and ...
- I definitely understand that care needs to be taken but it's massively annoying when you have to go prod all of your ...
-
02:19 am Bug #12185: Puppet agents get stuck
We also see exact same symtoms puppet 2.7.11 on RHEL6 and the netcat trick above unsticks puppetd. Will try and ge...-
12:33 am Bug #11563: Puppet on Windows can drop access control entries if the mode is not specified
- Thanks. I used 2.7.12 for several days, and still get error warning like:...
Also available in: Atom