Issue #8236 has been reported by Luke Kanies. ---------------------------------------- Refactor #8236: Transaction resource harness should interact directly with provider https://projects.puppetlabs.com/issues/8236
Author: Luke Kanies Status: Accepted Priority: Normal Assignee: Category: RAL Target version: Affected Puppet version: Keywords: transaction provider Branch: Currently, the transaction system (as implemented in the ResourceHarness) interacts with Puppet::Type instances, which then interact with provider. It would make much more sense for the transaction system to just interact directly with providers - the Puppet::Type instances (and really, the Properties) would be simpler because the sync and retrieve methods could be removed and all knowledge of the provider other than where it is could be removed. This would make the whole system much cleaner, and would allow the three subsystems - provider, transaction, and resources - to change much more independently of each other. -- 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://projects.puppetlabs.com/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.
