aboutsummaryrefslogtreecommitdiffstats
path: root/manifests/nodes/rabbit.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/nodes/rabbit.pp')
-rw-r--r--manifests/nodes/rabbit.pp31
1 files changed, 7 insertions, 24 deletions
diff --git a/manifests/nodes/rabbit.pp b/manifests/nodes/rabbit.pp
index 8906de0c..2436219b 100644
--- a/manifests/nodes/rabbit.pp
+++ b/manifests/nodes/rabbit.pp
@@ -1,14 +1,16 @@
node rabbit {
-# Location: Server offered by Dedibox (paris)
+# Location: IELO datacenter (marseille)
#
# - used to create isos ( and live, and so on )
#
include common::default_mageia_server
timezone::timezone { 'Europe/Paris': }
include bcd::base
- include bcd::web
+ #include bcd::web
include bcd::rsync
+ include mga_buildsystem::buildnode
include draklive
+ include git::svn
include access_classes::iso_makers
include openssh::ssh_keys_from_ldap
# include mirror::mageia
@@ -19,31 +21,12 @@ node rabbit {
}
youri-check::check {'check_cauldron':
version => 'cauldron',
- hour => '*',
- minute => 4
- }
-
- youri-check::config {'config_1':
- version => '1',
- }
- youri-check::check {'check_1':
- version => '1',
- hour => '*/2',
+ hour => '1-23/2',
minute => 30
}
- youri-check::config {'config_2':
- version => '2',
- }
-
- youri-check::check {'check_2':
- version => '2',
- hour => '*/2',
- minute => 45
- }
-
# for testing iso quickly
- include libvirtd::kvm
- libvirtd::group_access { 'mga-iso_makers': }
+ # include libvirtd::kvm
+ # libvirtd::group_access { 'mga-iso_makers': }
}