On Mon, Sep 3, 2012 at 1:31 PM, Choon Ming Goh <[email protected]>wrote:
> Hi guys,
>
> I'm trying to do the following in my template:
>
> location <%= location %> {
> proxy_pass <%= proxy %>;
> <% if scope.lookupvar('nginx::resource::location::proxy_header') then
> scope.lookupvar('nginx::resource::location::proxy_header').each do
> |header| %>
> proxy_set_header <%= header %>
> <% end %>
>
Not sure if this is it, but try adding another <% end %> as you have an
"if" statement and a "do" block to close.
- Gonzalo
--
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.