aboutsummaryrefslogtreecommitdiffstats
path: root/manifests/nodes/alamut.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/nodes/alamut.pp')
-rw-r--r--[-rwxr-xr-x]manifests/nodes/alamut.pp14
1 files changed, 0 insertions, 14 deletions
diff --git a/manifests/nodes/alamut.pp b/manifests/nodes/alamut.pp
index 29cddcf5..34285b3e 100755..100644
--- a/manifests/nodes/alamut.pp
+++ b/manifests/nodes/alamut.pp
@@ -63,18 +63,4 @@ node alamut {
include libvirtd::kvm
include wikis
-
- # Forward ports to arm1 and arm2 ssh, to access them from outside
- xinetd::port_forward {'forward_arm1':
- target_ip => "arm1.${::domain}",
- target_port => '22',
- port => '4251',
- proto => 'tcp',
- }
- xinetd::port_forward {'forward_arm2':
- target_ip => "arm2.${::domain}",
- target_port => '22',
- port => '4252',
- proto => 'tcp',
- }
}