lib/puppet/parser/functions/template.rb in puppet-3.1.1 vs lib/puppet/parser/functions/template.rb in puppet-3.2.0.rc1
- old
+ new
@@ -1,9 +1,9 @@
Puppet::Parser::Functions::newfunction(:template, :type => :rvalue, :arity => -2, :doc =>
"Evaluate a template and return its value. See
- [the templating docs](http://docs.puppetlabs.com/guides/templating.html) for
+ [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|
vals.collect do |file|
# Use a wrapper, so the template can't get access to the full
# Scope object.