> It sounds like your running into Bug 
> #4549:http://projects.puppetlabs.com/issues/4549
>

  Thanks for the tip.
  For a work around it looks like I can do the following in the
template where generate is called (or any other function)

<% Puppet::Parser::Functions.function('generate') -%>
genvar=<%= scope.function_generate(["/var/tmp/gen-test/gencom"]) %>

  Or set a variable in the manifest via generate and then just refer
to it in the template
gen.pp:
$var = generate('/var/tmp/gen-test/gencom')
file { "/var/tmp/gen-test/genout":
  content => template("/var/tmp/gen-test/templ.erb"),
}

templ.erb:
genvar=<%= var %>


> There is a workaround given in the comments.
>
> --
> Peter M. Bukowinski
> Sr. Systems Engineer
> Janelia Farm Research Campus, HHMI

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

Reply via email to