projects
/
mirror
/
dsa-puppet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e05673f
)
Try this
author
Peter Palfrader
<peter@palfrader.org>
Wed, 17 Apr 2013 07:14:29 +0000
(09:14 +0200)
committer
Peter Palfrader
<peter@palfrader.org>
Wed, 17 Apr 2013 07:14:29 +0000
(09:14 +0200)
modules/unbound/manifests/init.pp
patch
|
blob
|
history
diff --git
a/modules/unbound/manifests/init.pp
b/modules/unbound/manifests/init.pp
index
08f3e4a
..
06395fc
100644
(file)
--- 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',