On Wed, Oct 10, 2012 at 2:52 PM, Patrick
<[email protected]> wrote:
> Fixed now :)
> Just replaced $type (is used by puppet) with $logtype and used $name for the
> files.
>
> But my last problem ist the template.
> I'm using <%= scope.lookupvar('oevd_opendj::logtype') %> and puppet writes
> file1file2file3file4
> How can i resolve that?
You should iterate on logtype.
eg.
<% env_settings.each do |env_setting| -%>
<%= env_setting %>
<% end -%>
That should help.
--
You received this message because you are subscribed to the Google Groups
"Puppet Users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/puppet-users?hl=en.