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:
1a2b960
)
try to order ferm rules
author
Martin Zobel-Helas
<zobel@debian.org>
Thu, 9 May 2013 19:27:23 +0000
(21:27 +0200)
committer
Martin Zobel-Helas
<zobel@debian.org>
Thu, 9 May 2013 19:27:23 +0000
(21:27 +0200)
Signed-off-by: Martin Zobel-Helas <zobel@debian.org>
modules/named/manifests/init.pp
patch
|
blob
|
history
diff --git
a/modules/named/manifests/init.pp
b/modules/named/manifests/init.pp
index
a2dde9d
..
9f1c7f9
100644
(file)
--- a/
modules/named/manifests/init.pp
+++ b/
modules/named/manifests/init.pp
@@
-16,13
+16,13
@@
class named {
ensure => running,
}
- @ferm::rule { 'dsa-bind-no-ddos-any':
+ @ferm::rule { '
00-
dsa-bind-no-ddos-any':
domain => '(ip ip6)',
description => 'Allow nameserver access',
rule => 'proto udp dport 53 mod string from 32 to 64 algo bm hex-string \'|0000ff0001|\' jump DROP'
}
- @ferm::rule { 'dsa-bind':
+ @ferm::rule { '
01-
dsa-bind':
domain => '(ip ip6)',
description => 'Allow nameserver access',
rule => '&TCP_UDP_SERVICE(53)'