Issue #1764 has been updated by jamtur01. Status changed from Ready for Checkin to Closed
Pushed in commit:"eb0d32a1548314713dc3a1360a4e9d44621afcfc" in branch 0.24.x ---------------------------------------- Bug #1764: Property 'sync' methods do not log changes when 'nil' is returned http://projects.reductivelabs.com/issues/show/1764 Author: luke Status: Closed Priority: High Assigned to: jamtur01 Category: RAL Target version: 0.24.7 Complexity: Unknown Affected version: 0.24.6 Keywords: The RAL currently assumes that the 'sync' method will return an event, and if it returns nil, then it treats the 'sync' method as a no-op. This is a silly hold-over from the early architecture of how transactions work, and it causes confusion for developers. There are only a couple of properties remaining that return nil intentionally, and only one property that does so unintentionally. These should all be tracked down and fixed. If it's a noop, then 'sync' should never be called in the first place. ---------------------------------------- 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 -~----------~----~----~----~------~----~------~--~---
