From b6dbed7b854dae22b5754fb2e47014239a1a1b55 Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Wed, 17 Apr 2013 09:16:33 +0200 Subject: [PATCH] Try this --- modules/unbound/manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/unbound/manifests/init.pp b/modules/unbound/manifests/init.pp index aa63a5d6..bb48f644 100644 --- a/modules/unbound/manifests/init.pp +++ b/modules/unbound/manifests/init.pp @@ -56,7 +56,7 @@ class unbound { notify => Service['unbound'] } - if ($is_recursor and not $empty_client_range) { + if ($is_recursor and !$empty_client_range) { @ferm::rule { 'dsa-dns': domain => 'ip', description => 'Allow nameserver access', -- 2.39.2