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:
6263288
)
add temporary rules to permit ssh from mnt and vpn networks
author
Luca Filipozzi
<lfilipoz@emyr.net>
Sun, 4 Sep 2016 08:34:12 +0000
(08:34 +0000)
committer
Luca Filipozzi
<lfilipoz@emyr.net>
Sun, 4 Sep 2016 08:34:12 +0000
(08:34 +0000)
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
c5429a2
..
b9ad487
100644
(file)
--- a/
modules/ferm/manifests/per-host.pp
+++ b/
modules/ferm/manifests/per-host.pp
@@
-503,9
+503,9
@@
REJECT reject-with icmp-admin-prohibited
rule => 'outerface !tun+ mod mark mark 1 MASQUERADE',
}
}
- ubc-enc2bl1: {
+ ubc-enc2bl1
,ubc-enc2bl2,ubc-enc2bl9,ubc-enc2bl10
: {
@ferm::rule { 'dsa-luca-fixme':
- description => 'Allow ssh access from m
anlan
',
+ description => 'Allow ssh access from m
nt and vpn networks
',
rule => '&SERVICE_RANGE(tcp, 22, ( 172.29.40.0/22 172.29.203.0/24 ))',
}
}