/[adm]/puppet/deployment/mga_buildsystem/manifests/mainnode.pp
ViewVC logotype

Diff of /puppet/deployment/mga_buildsystem/manifests/mainnode.pp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2830 by boklm, Tue Sep 4 15:59:40 2012 UTC revision 2831 by boklm, Tue Sep 4 16:09:16 2012 UTC
# Line 5  class mga_buildsystem::mainnode { Line 5  class mga_buildsystem::mainnode {
5      include buildsystem::maintdb      include buildsystem::maintdb
6      include buildsystem::binrepo      include buildsystem::binrepo
7      include buildsystem::repoctl      include buildsystem::repoctl
8    
9        # Forward ports to arm1 and arm2 ssh, to access them from outside
10        xinetd::port_forward {"forward_arm1":
11            $target_ip => 'arm1.mageia.org',
12            $target_port => '22',
13            $port => '4251',
14            $proto => 'tcp',
15        }
16        xinetd::port_forward {"forward_arm2":
17            $target_ip => 'arm2.mageia.org',
18            $target_port => '22',
19            $port => '4252',
20            $proto => 'tcp',
21        }
22  }  }

Legend:
Removed from v.2830  
changed lines
  Added in v.2831

  ViewVC Help
Powered by ViewVC 1.1.30