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:
76a7966
)
maybe this is not wrong, take 4
author
Stephen Gran
<steve@lobefin.net>
Sat, 20 Feb 2010 19:52:03 +0000
(19:52 +0000)
committer
Stephen Gran
<steve@lobefin.net>
Sat, 20 Feb 2010 19:52:03 +0000
(19:52 +0000)
Signed-off-by: Stephen Gran <steve@lobefin.net>
modules/ferm/manifests/init.pp
patch
|
blob
|
history
diff --git
a/modules/ferm/manifests/init.pp
b/modules/ferm/manifests/init.pp
index
133665d
..
54cea1f
100644
(file)
--- a/
modules/ferm/manifests/init.pp
+++ b/
modules/ferm/manifests/init.pp
@@
-30,7
+30,7
@@
class ferm {
ferm::rule { "dsa-ssh":
description => "Allow SSH from DSA",
- rule => "proto tcp mod state state (NEW) dport (ssh) @subchain 'ssh' { saddr ($
MY_SSH_ACCEPT_HOST
S) ACCEPT; }"
+ rule => "proto tcp mod state state (NEW) dport (ssh) @subchain 'ssh' { saddr ($
SSH_SOURCE
S) ACCEPT; }"
}
exec { "ferm restart":