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:
535c22c
)
v6 rule is v6
author
Stephen Gran
<steve@lobefin.net>
Sun, 7 Mar 2010 23:35:26 +0000
(23:35 +0000)
committer
Stephen Gran
<steve@lobefin.net>
Sun, 7 Mar 2010 23:35:26 +0000
(23:35 +0000)
Signed-off-by: Stephen Gran <steve@lobefin.net>
manifests/site.pp
patch
|
blob
|
history
diff --git
a/manifests/site.pp
b/manifests/site.pp
index
7219eca
..
6596de0
100644
(file)
--- a/
manifests/site.pp
+++ b/
manifests/site.pp
@@
-131,6
+131,7
@@
node default {
rule => "&SERVICE_RANGE(tcp, 8140, \$HOST_DEBIAN_V4)"
}
@ferm::rule { "dsa-puppet-v6":
+ domain => 'ip6',
description => "Allow puppet access",
rule => "&SERVICE_RANGE(tcp, 8140, \$HOST_DEBIAN_V6)"
}