From: Peter Palfrader Date: Wed, 17 Apr 2013 07:17:32 +0000 (+0200) Subject: Now it's ruby X-Git-Url: https://git.donarmstrong.com/?p=dsa-puppet.git;a=commitdiff_plain;h=c9e1de8d84f2d28d5dfff6b182265d2064b47b72 Now it's ruby --- diff --git a/modules/unbound/templates/unbound.conf.erb b/modules/unbound/templates/unbound.conf.erb index 4da955ff..d6b3436e 100644 --- a/modules/unbound/templates/unbound.conf.erb +++ b/modules/unbound/templates/unbound.conf.erb @@ -6,7 +6,7 @@ server: verbosity: 1 -<% if @is_recursor && not @client_ranges.empty? -%> +<% if (@is_recursor and (not @client_ranges.empty?)) -%> interface: 0.0.0.0 interface: ::0