diff options
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/nodes/alamut.pp | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/manifests/nodes/alamut.pp b/manifests/nodes/alamut.pp index 3c2a74d0..a3b2fa98 100644 --- a/manifests/nodes/alamut.pp +++ b/manifests/nodes/alamut.pp @@ -130,15 +130,15 @@ node alamut { # Forward ports to arm1 and arm2 ssh, to access them from outside xinetd::port_forward {'forward_arm1': - target_ip => 'arm1.mageia.org', - target_port => '22', - port => '4251', - proto => 'tcp', + target_ip => 'arm1.mageia.org', + target_port => '22', + port => '4251', + proto => 'tcp', } xinetd::port_forward {'forward_arm2': - target_ip => 'arm2.mageia.org', - target_port => '22', - port => '4252', - proto => 'tcp', + target_ip => 'arm2.mageia.org', + target_port => '22', + port => '4252', + proto => 'tcp', } } |