diff options
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/nodes/alamut.pp | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/manifests/nodes/alamut.pp b/manifests/nodes/alamut.pp index 4a06e51c..df25d12f 100644 --- a/manifests/nodes/alamut.pp +++ b/manifests/nodes/alamut.pp @@ -104,7 +104,7 @@ node alamut { version => '5', } youri-check::report {'report_5': - version => '3', + version => '5', hour => '*', minute => '54' } @@ -128,16 +128,16 @@ node alamut { } # Forward ports to arm1 and arm2 ssh, to access them from outside - xinetd::port_forward {"forward_arm1": - target_ip => 'arm1.mageia.org', + xinetd::port_forward {'forward_arm1': + target_ip => 'arm1.mageia.org', target_port => '22', - port => '4251', - proto => 'tcp', + port => '4251', + proto => 'tcp', } - xinetd::port_forward {"forward_arm2": - target_ip => 'arm2.mageia.org', + xinetd::port_forward {'forward_arm2': + target_ip => 'arm2.mageia.org', target_port => '22', - port => '4252', - proto => 'tcp', + port => '4252', + proto => 'tcp', } } |