From: Peter Palfrader Date: Wed, 17 Apr 2013 07:14:29 +0000 (+0200) Subject: Try this X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=04c5cdd5e829b50329ef7bebb51c1f9697de397a;p=mirror%2Fdsa-puppet.git Try this --- diff --git a/modules/unbound/manifests/init.pp b/modules/unbound/manifests/init.pp index 08f3e4aca..06395fc9c 100644 --- a/modules/unbound/manifests/init.pp +++ b/modules/unbound/manifests/init.pp @@ -55,7 +55,7 @@ class unbound { notify => Service['unbound'] } - if ($is_recursor and not $client_ranges.empty?) { + if ($is_recursor and not empty($client_ranges)) { @ferm::rule { 'dsa-dns': domain => 'ip', description => 'Allow nameserver access',