aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--manifests/nodes/alamut.pp18
-rw-r--r--manifests/nodes/rabbit.pp18
-rw-r--r--modules/youri-check/templates/5.conf (renamed from modules/youri-check/templates/3.conf)2
3 files changed, 19 insertions, 19 deletions
diff --git a/manifests/nodes/alamut.pp b/manifests/nodes/alamut.pp
index fa3f9b6f..4a06e51c 100644
--- a/manifests/nodes/alamut.pp
+++ b/manifests/nodes/alamut.pp
@@ -91,15 +91,6 @@ node alamut {
minute => '24'
}
- youri-check::config {'config_3':
- version => '3',
- }
- youri-check::report {'report_3':
- version => '3',
- hour => '*',
- minute => '54'
- }
-
youri-check::config {'config_4':
version => '4',
}
@@ -109,6 +100,15 @@ node alamut {
minute => '9'
}
+ youri-check::config {'config_5':
+ version => '5',
+ }
+ youri-check::report {'report_5':
+ version => '3',
+ hour => '*',
+ minute => '54'
+ }
+
include wikis
include websites::perl
include websites::www
diff --git a/manifests/nodes/rabbit.pp b/manifests/nodes/rabbit.pp
index 8b55a9cb..c629d52b 100644
--- a/manifests/nodes/rabbit.pp
+++ b/manifests/nodes/rabbit.pp
@@ -25,15 +25,6 @@ node rabbit {
minute => 4
}
- youri-check::config {'config_3':
- version => '3',
- }
- youri-check::check {'check_3':
- version => '3',
- hour => '*/2',
- minute => 30
- }
-
youri-check::config {'config_4':
version => '4',
}
@@ -44,6 +35,15 @@ node rabbit {
minute => 45
}
+ youri-check::config {'config_5':
+ version => '5',
+ }
+ youri-check::check {'check_5':
+ version => '5',
+ hour => '*/2',
+ minute => 30
+ }
+
# for testing iso quickly
include libvirtd::kvm
libvirtd::group_access { 'mga-iso_makers': }
diff --git a/modules/youri-check/templates/3.conf b/modules/youri-check/templates/5.conf
index 42a43af3..422ac1ad 100644
--- a/modules/youri-check/templates/3.conf
+++ b/modules/youri-check/templates/5.conf
@@ -1,7 +1,7 @@
# vim:ft=yaml:et:sw=4
# helper variables
-mirror: http://repository.mageia.org/distrib/3
+mirror: http://repository.mageia.org/distrib/5
mirror_i586: ${mirror}/i586/media
mirror_x86_64: ${mirror}/x86_64/media