Issue #4657 has been updated by Jesse Wolfe. Status changed from Ready for Testing to Available In Testing Branch Assignee deleted (Paul Berry) Affected version deleted (2.6.1rc3) Branch changed from http://github.com/stereotype441/puppet/tree/ticket/next/4657 to http://github.com/puppetlabs/puppet/tree/next
This has been merge into puppetlabs' `next` branch with commit:e6c829617ccc120e04f945e8714f792ce29c284d ---------------------------------------- Bug #4657: Customer-supplied .rb files are not compatible with multiple environments or staleness check http://projects.puppetlabs.com/issues/4657 Author: Paul Berry Status: Available In Testing Branch Priority: Normal Assignee: Category: Target version: Statler Affected version: Keywords: Branch: http://github.com/puppetlabs/puppet/tree/next When a customer supplies a .rb file in place of a .pp file, the .rb file is executed using Kernel#require, and the ResourceTypeAPI dumps the created resources into the default environment's known_resource_types. This has two negative effects: (1) if there are multiple environments, then customer-supplied .rb files will only work within the default environment. (2) if .pp files become stale (triggering a recompile), the customer-supplied .rb files won't be reloaded, because Kernel#require only executes each Ruby file once. -- 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.
