Issue #4657 has been updated by James Turnbull.

Target version changed from 2.7.x to 2.7.0


----------------------------------------
Bug #4657: Customer-supplied .rb files are not compatible with multiple 
environments or staleness check
https://projects.puppetlabs.com/issues/4657

Author: Paul Berry
Status: Closed
Priority: Normal
Assignee: 
Category: 
Target version: 2.7.0
Affected Puppet 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.

Reply via email to