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:
7cb642d
)
yes, liszt might want to speak smtp
author
Martin Zobel-Helas
<zobel@debian.org>
Sun, 25 Jul 2010 15:53:43 +0000
(17:53 +0200)
committer
Martin Zobel-Helas
<zobel@debian.org>
Sun, 25 Jul 2010 15:53:43 +0000
(17:53 +0200)
manifests/site.pp
patch
|
blob
|
history
diff --git
a/manifests/site.pp
b/manifests/site.pp
index
4738640
..
81cba4e
100644
(file)
--- a/
manifests/site.pp
+++ b/
manifests/site.pp
@@
-197,6
+197,13
@@
node default {
rule => "&SERVICE(tcp, 873)"
}
}
+ liszt: {
+ @ferm::rule { "smtp":
+ domain => "(ip ip6)",
+ description => "Allow smtp access",
+ rule => "&SERVICE(tcp, 25)"
+ }
+ }
}
case $brokenhosts {
"true": { include hosts }