aboutsummaryrefslogtreecommitdiffstats
path: root/deployment/mga_buildsystem/manifests/mainnode.pp
diff options
context:
space:
mode:
Diffstat (limited to 'deployment/mga_buildsystem/manifests/mainnode.pp')
-rw-r--r--deployment/mga_buildsystem/manifests/mainnode.pp21
1 files changed, 4 insertions, 17 deletions
diff --git a/deployment/mga_buildsystem/manifests/mainnode.pp b/deployment/mga_buildsystem/manifests/mainnode.pp
index 6ad140d2..b614cdbd 100644
--- a/deployment/mga_buildsystem/manifests/mainnode.pp
+++ b/deployment/mga_buildsystem/manifests/mainnode.pp
@@ -1,27 +1,14 @@
class mga_buildsystem::mainnode {
+ include mga_buildsystem::config
include buildsystem::mainnode
- include buildsystem::sync20101
include buildsystem::release
include buildsystem::maintdb
include buildsystem::binrepo
include buildsystem::repoctl
+ include buildsystem::webstatus
- # 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',
- }
- xinetd::port_forward {"forward_arm2":
- target_ip => 'arm2.mageia.org',
- target_port => '22',
- port => '4252',
- proto => 'tcp',
- }
-
- $rpmlint_packages = [ "rpmlint-mageia-policy", "rpmlint-mageia-mga2-policy"]
+ $rpmlint_packages = [ 'rpmlint-mageia-policy']
package { $rpmlint_packages:
- ensure => installed,
+ ensure => installed
}
}