>> We just don't expose the syntax directly; instead of
>>
>> cat(template("a.erb"), template("b.erb")
>>
>>
>> you write:
>>
>> "${template("a.erb")}${template("b.erb")}"
>>
>>
>> and this is internally processed as a concatenation...so what you're 
>> suggesting is just a syntax-desugaring.


I can't get any variants of this syntax form to work with functions at
all Markus. Are you sure this should work with anything other than
variables?

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Developers" group.
To post to this group, send email to puppet-dev@googlegroups.com.
To unsubscribe from this group, send email to 
puppet-dev+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/puppet-dev?hl=en.

Reply via email to