lib/puppet/parser/functions/template.rb in puppet-2.7.18 vs lib/puppet/parser/functions/template.rb in puppet-2.7.19
- old
+ new
@@ -3,11 +3,9 @@
[the templating docs](http://docs.puppetlabs.com/guides/templating.html) for
more information.
Note that if multiple templates are specified, their output is all
concatenated and returned as the output of the function.") do |vals|
- require 'erb'
-
vals.collect do |file|
# Use a wrapper, so the template can't get access to the full
# Scope object.
debug "Retrieving template #{file}"