This patch set is mostly refactoring to make the fix itself easier to understand. I was theoretically going to solve all of the plugin problems in this branch, but that didn't end up being feasible.
Instead, I've made some of the bits easier, and fixed at least the main problem. lib/puppet/configurer/plugin_handler.rb | 1 + lib/puppet/transaction.rb | 95 ++++++++++++++++-------------- spec/integration/transaction.rb | 25 ++++++++ spec/integration/type/file.rb | 9 +-- spec/integration/type/tidy.rb | 9 +-- spec/integration/util/settings.rb | 9 +-- spec/lib/puppet_spec/files.rb | 9 +++ spec/spec_helper.rb | 5 ++ spec/unit/configurer/plugin_handler.rb | 12 ++++ spec/unit/transaction.rb | 1 + test/other/transactions.rb | 13 ++++- 11 files changed, 124 insertions(+), 64 deletions(-) --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Puppet Developers" 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-dev?hl=en -~----------~----~----~----~------~----~------~--~---
