Issue #2238 has been updated by James Turnbull.
It's an automatic feature when commits are added to the Repo. The previous commit is assumed to have fixed the issue. The commit is in your name so it closed it in your name. ---------------------------------------- Bug #2238: Fileserver under Apache/Mongrel chokes on recursive directories http://projects.reductivelabs.com/issues/2238 Author: Derek Whayman Status: Re-opened Priority: High Assigned to: Category: mongrel Target version: 0.25.0 Complexity: Unknown Affected version: 0.25.0 Keywords: E.g. manifest: <pre> $vardir = "/var/lib/puppet" file { "/var/lib/puppet/modularclientscripts": owner => root, group => root, mode => 0755, ensure => directory } file { scripts_bootloader: path => "$vardir/modularclientscripts/bootloader/", owner => root, group => root, mode => 0755, purge => true, ensure => directory, recurse => true, ignore => '.svn', force => true, source => "puppet:///modules/bootloader/scripts/", require => File["/var/lib/puppet/modularclientscripts"] } </pre> The scripts directory in the module contains a single file under it. In the puppetd output: <pre> err: //Node[default]/bootloader::setup/File[scripts_bootloader]: Failed to generate additional resources using 'eval_generate': Server returned 502: Proxy Error err: Reporting failed: Server returned 502: Proxy Error </pre> In the Apache puppet_access_log: <pre> [Mon May 11 16:44:52 2009] [error] [client 10.125.225.108] proxy: Error reading from remote server returned by /production/file_metadatas/bootloader/scripts [Mon May 11 16:44:53 2009] [error] [client 10.125.225.108] (70014)End of file found: proxy: error reading status line from remote server 127.0.0.1 </pre> Let me know if you need more information. Best regards, Derek -- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://reductivelabs.com/redmine/my/account --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Puppet Bugs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/puppet-bugs?hl=en -~----------~----~----~----~------~----~------~--~---
