From 3c2e1e6ed0298cbeb59fc92a1e5d752f2f680505 Mon Sep 17 00:00:00 2001 From: Thomas Backlund Date: Mon, 19 Oct 2015 21:19:05 +0300 Subject: lint fixes for alamut --- manifests/nodes/alamut.pp | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'manifests') 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', } } -- cgit v1.2.1