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:
25eb0df
)
allow mfl to access adayevskaya via ssh
author
Martin Zobel-Helas
<zobel@debian.org>
Fri, 11 Jul 2014 20:42:58 +0000
(22:42 +0200)
committer
Martin Zobel-Helas
<zobel@debian.org>
Fri, 11 Jul 2014 20:43:19 +0000
(22:43 +0200)
Signed-off-by: Martin Zobel-Helas <zobel@debian.org>
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
17b1607
..
ef5e6a4
100644
(file)
--- a/
modules/ferm/manifests/per-host.pp
+++ b/
modules/ferm/manifests/per-host.pp
@@
-10,6
+10,14
@@
class ferm::per-host {
rule => '&SERVICE(tcp, 873)'
}
}
+ case $::hostname {
+ adayevskaya: {
+ @ferm::rule { 'dsa-iscsi':
+ description => 'Allow mfl (local admin) access',
+ rule => '&SERVICE_RANGE(tcp, 22, ( 130.83.226.60/32 ))'
+ }
+ }
+ }
case $::hostname {
bm-bl9: {