X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=modules%2Funbound%2Ftemplates%2Funbound.conf.erb;h=9a2c837355076533b7b1e70ed0062dc72e6622bd;hb=50e655e2684e8460b982cc2432a993b810fc230e;hp=2f29ef95f937cd296de09769cd99122f526c0bb3;hpb=1a56d85cf69281c37654c70d0a2fe9ae8ce96f00;p=mirror%2Fdsa-puppet.git diff --git a/modules/unbound/templates/unbound.conf.erb b/modules/unbound/templates/unbound.conf.erb index 2f29ef95f..9a2c83735 100644 --- a/modules/unbound/templates/unbound.conf.erb +++ b/modules/unbound/templates/unbound.conf.erb @@ -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") %>