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:
8aa9460
)
er, not a case statement
author
Stephen Gran
<steve@lobefin.net>
Sat, 6 Mar 2010 12:51:27 +0000
(12:51 +0000)
committer
Stephen Gran
<steve@lobefin.net>
Sat, 6 Mar 2010 12:51:27 +0000
(12:51 +0000)
Signed-off-by: Stephen Gran <steve@lobefin.net>
modules/exim/manifests/init.pp
patch
|
blob
|
history
diff --git
a/modules/exim/manifests/init.pp
b/modules/exim/manifests/init.pp
index
f245eab
..
075d552
100644
(file)
--- a/
modules/exim/manifests/init.pp
+++ b/
modules/exim/manifests/init.pp
@@
-156,7
+156,7
@@
class exim {
path => "/etc/init.d:/usr/bin:/usr/sbin:/bin:/sbin",
refreshonly => true,
}
- $mail_port =
case
extractnodeinfo($nodeinfo, 'mail_port')
+ $mail_port = extractnodeinfo($nodeinfo, 'mail_port')
@ferm::rule { "dsa-exim":
description => "Allow SMTP",
rule => "&SERVICE_RANGE(tcp, $mail_port, \$SMTP_SOURCES)"