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:
8e8a82b
)
Revert "allow mfl to access adayevskaya via ssh"
author
Martin Zobel-Helas
<zobel@debian.org>
Fri, 11 Jul 2014 20:51:26 +0000
(22:51 +0200)
committer
Martin Zobel-Helas
<zobel@debian.org>
Fri, 11 Jul 2014 20:51:26 +0000
(22:51 +0200)
This reverts commit
8e8a82b008d3b5845fb96f4e87d9417556b4cf7f
.
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
ef5e6a4
..
17b1607
100644
(file)
--- a/
modules/ferm/manifests/per-host.pp
+++ b/
modules/ferm/manifests/per-host.pp
@@
-10,14
+10,6
@@
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: {