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:
00b7167
)
stop tracking output as well
author
Stephen Gran
<steve@lobefin.net>
Mon, 21 Jan 2013 12:18:44 +0000
(12:18 +0000)
committer
Stephen Gran
<steve@lobefin.net>
Mon, 21 Jan 2013 12:20:56 +0000
(12:20 +0000)
Signed-off-by: Stephen Gran <steve@lobefin.net>
modules/named/manifests/init.pp
patch
|
blob
|
history
diff --git
a/modules/named/manifests/init.pp
b/modules/named/manifests/init.pp
index
8364791
..
9cc377e
100644
(file)
--- a/
modules/named/manifests/init.pp
+++ b/
modules/named/manifests/init.pp
@@
-24,6
+24,14
@@
class named {
rule => 'proto (tcp udp) dport 53 jump NOTRACK'
}
+ @ferm::rule { 'dsa-bind-notrack-out':
+ domain => '(ip ip6)',
+ description => 'NOTRACK for nameserver traffic',
+ table => 'raw',
+ chain => 'PREROUTING',
+ rule => 'proto (tcp udp) sport 53 jump NOTRACK'
+ }
+
file { '/var/log/bind9':
ensure => directory,
owner => bind,