I have following erb template in my puppet module. The "value" itself
is template expression e.g. <%= some_puppet_global_variable %>.   I
expect this value to be substituted and evaluated to finally have the
value of "some_puppet_global_variable" substituted in the content.

Pl. let me know how to achieve it?

puppet template file:

<configuration>
<% conf_category_map.each do |key,value| -%>
      <config>
        <name><%= key %></name>
        <value><% value %></value>
      </config>
<% end -%>
</configuration>

-- 
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