Issue #2296 has been updated by Luke Kanies.

Status changed from Accepted to Ready for Testing
Assigned to changed from Luke Kanies to James Turnbull

Fixed in the tickets/master/2296 branch in my repo, but I want to give people a 
chance to review it.
----------------------------------------
Bug #2296: Multiple recursions with one root can overlap incorrectly
http://projects.reductivelabs.com/issues/2296

Author: Luke Kanies
Status: Ready for Testing
Priority: High
Assigned to: James Turnbull
Category: file
Target version: 0.25.0
Complexity: Unknown
Affected version: 0.24.8
Keywords: 


If you have two sets of recursions that are nested:
<pre>
file { "/tmp": recurse => true, owner => root }
file { "/tmp/foo": recurse => true, owner => bar }
</pre>
Then the current way recursion is done (get a complete recursive list from the 
server, and add all results to the catalog) can result in the less-specific 
directory (/tmp, in this case) winning, with all of the files and directories 
in /tmp/foo (in our example) getting ignored because they're duplicates of the 
first recursion.

This wasn't a problem in our old system because we hit the server separately 
for every directory.  Now that we've optimized it not to do that, we need to 
add in some specific exclusions so that we don't try to manage information that 
more specific resources are trying to manage.


-- 
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to