template within template? better not
[mirror/dsa-puppet.git] / modules / unbound / templates / unbound.conf.erb
index 2f29ef9..9a2c837 100644 (file)
@@ -62,9 +62,9 @@ server:
        end
 
 
-       <% if hostname == "zappa" -%>
-       edns-buffer-size: 512
-       <% end -%>
+       if hostname == "zappa"
+               out << "edns-buffer-size: 512"
+       end
 
        out.join("\n")
 %>