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:
75822e0
)
bodge the last few for now
author
Stephen Gran
<steve@lobefin.net>
Sun, 20 May 2012 20:05:25 +0000
(21:05 +0100)
committer
Stephen Gran
<steve@lobefin.net>
Sun, 20 May 2012 20:05:25 +0000
(21:05 +0100)
Signed-off-by: Stephen Gran <steve@lobefin.net>
modules/ferm/manifests/per-host.pp
patch
|
blob
|
history
diff --git
a/modules/ferm/manifests/per-host.pp
b/modules/ferm/manifests/per-host.pp
index
0da0d24
..
70e0e73
100644
(file)
--- a/
modules/ferm/manifests/per-host.pp
+++ b/
modules/ferm/manifests/per-host.pp
@@
-3,6
+3,14
@@
class ferm::per-host {
include ferm::zivit
}
+ if $::hostname in [klecker,merikanto,powell,ravel,rietz,senfl,sibelius,stabile] {
+ ferm::rule { 'dsa-rsync':
+ domain => '(ip ip6)',
+ description => 'Allow rsync access',
+ rule => '&SERVICE(tcp, 873)'
+ }
+ }
+
case $::hostname {
piatti,samosa: {
@ferm::rule { 'dsa-udd-stunnel':