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:
55da564
)
maybe this is not wrong
author
Stephen Gran
<steve@lobefin.net>
Sat, 20 Feb 2010 19:48:18 +0000
(19:48 +0000)
committer
Stephen Gran
<steve@lobefin.net>
Sat, 20 Feb 2010 19:48:18 +0000
(19:48 +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
0d93d3a
..
ebf8fe5
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
dport ssh ACCEPT"
+ rule => "proto tcp
mod state state (NEW) dport (ssh) @subchain "ssh" { saddr ($MY_SSH_ACCEPT_HOSTS) ACCEPT; }
}
exec { "ferm restart":