In the puppet documentation, it is stated: "You can also use templates to fill in variables in addition to filling out file contents." template('/path/to/template1','/path/to/template2')
My question: is this done in the ERB file, or in the puppet manifest? If done in the ERB file, I assume it also has to be within <% %> tags, but unlike all the other examples in the documentation it is not presented this way. The /path/to/ - is there some way to properly do this, or do I need to do '/etc/puppet/files/templates/...../foo.erb' ? Thanks! -- 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.